/*
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/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Calibri', Verdana, Arial, Sans-Serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#page {
	text-align: left;
	}

#headerimg 	{
	
	height: 192px;
	width: 600px;
	}

#content {
	font-size: 1.2em;
	background-color: white;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	background-color: white;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	background-color: white;
	}

.widecolumn {
	line-height: 1.6em;
	background-color: white;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	background-color: white;
	}

.thread-alt {
		background-color: white;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
		background-color: white;
} 

.even, .alt {
		background-color: white; 
}

#footer {
	background-color: white;
	border: none;
	}

small {
	font-family: 'Calibri', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: white;
	}

h1, h2, h3 {
	font-family: 'Calibri', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	background-color: white;
	}

h1 {
	font-size: 4em;
	text-align: center;
	background-color: white;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	background-color: white;
	}

h2 {
	font-size: 1.6em;
	background-color: white;
	}

h2.pagetitle {
	font-size: 1.6em;
	background-color: white;
	}

#sidebar h2 {
	font-family: 'Calibri', Verdana, Sans-Serif;
	font-size: 1.2em;
	background-color: white;
	}

h3 {
	font-size: 1.3em;
	background-color: white;
	font-family: 'Calibri', Verdana, Sans-Serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	background-color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	background-color: white;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	background-color: white;
	}

.entry p a:visited {
	color: #b85b5a;
	background-color: white;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	}

.commentlist li ul li {
	font-size: 1em;
	background-color: white;
} 

/* Begin Structure */
body {
	padding: 0;
	}

#headerimg {
	margin: 0;
	height: 5px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 570px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 570px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

.aleft{
	text-align: left;
}

