
/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a  href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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

*/

/*-----------Block Level Elements--------------*/

* {
	margin:0;
	padding:0;
}

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 80%;
}

body a, body a:visited {
	color: #902505;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('images/page_background2.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #902505;
	height: 100px;
	background: #FFF url('images/HeaderImage.jpg') top center repeat-y;
}

#header h1 {
	font-size: 1.6em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.6em;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.2em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background-color: #FFF;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 35px;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
	font-size: 0.8em;
}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

h1 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}

/*-------------The Post-------------*/

.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.2em;
	text-decoration: none;
	color: #32365d;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.post {
	font-size: 0.8 em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	color: #32365d;
	line-height: 1.3em;
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
	border-bottom: 1px solid #ccc;
}

.postmetadata {
	border-top: 1px solid #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#nav {
	list-style-type : none;
	text-align : center;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
	margin: 0px;
	width : 94px;
	height : 20px;
	font-weight : bold;
	font-style : normal;
	display : block;
	padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right;
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}

.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.1em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

code {
	font:1.0em 'Courier New', Courier, Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}

/*--------------Sidebar------------*/

#sidebar ul {
	padding-bottom: 0px;
	list-style:none;
}

#sidebar .sidebar_left ul h2 {
	list-style:none;
	padding-bottom: 0px;
	font-size: 0.9em;
}

/*-----------Sidebar Right Headings--------------*/
#sidebar .sidebar_right ul h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	line-height:1.2em;
	color: #FFFFFF;
	font-variant: normal;
	word-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
}

/*-----------Sidebar Right Text--------------*/
#sidebar ul li {
	list-style:none;
	line-height:1.2em;
	font-size: 1.0em;
	padding-top: 1px;
	padding-bottom: 1px;
}

.widget {
	margin-bottom:15px;
}

#sidebar ul ul {
	list-style:none;
}

#sidebar .sidebar_left ul ul li {
	list-style:none;
}

#sidebar .sidebar_right ul ul li {
	padding-bottom: 2px;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_right a:link, #sidebar .sidebar_right a:hover, #sidebar .sidebar_right a:visited {
	color: #32365d;
}

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
	font-size: 0.8em;
	line-height:1.0em;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

/*--------------Comments--------------*/

#comments {
	font-size: 0.8 em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 0.8em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.1em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
}

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.1em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

/*-------------Hide Title------------------*/

#header h1 {
	display:none
}

#header a {
	display:none
}

