/*
Theme Name: Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme that graced version 1.5 to version 2.9, based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.7.2
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#sidebar {
float: right;
width: 242px;
position:relative;
}
#sidebar h2 {
z-index: 1000;
}
#sidebar ul {
	margin: 0;
	padding: 0 15px 0;
	width: 212px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 45px;
	}

#logo {
	z-index: 1000;
	width: 168px;
}

#sectionMain {
float: left;
width: 765px;
position: relative;
}

ol {
margin: 0;padding: 0;
float: left;
width: 50%;
list-style: none;
}

ol li {
margin: 0;padding: 0;
float: left;
width: 100%;
list-style: none;
}

.inputwidth {
	width: 300px;
}

.inputcenter {
	width: 100px;
	height: 40px;
	background: #e7e7e7;
	cursor: hand;
	cursor: pointer;
	margin: 0 0 0 100px;
	border: 0;
	outline: 0;
}

.inputcenter:hover {
	background: #d7d7d7;
}