/*  
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

*/









/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	font-family: "", Helvetica, Arial, Sans-Serif;
	background: #FFFFFF;
	background-position: 50% 0%;
/* Font color for the whole damn thing */	
	color: #000;
	text-align: center;
	
	}

#page {
	background: #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;

	}

#content {
	font-size: 1.1em;
	}

.widecolumn .entry p {
	font-size: 1.0em;
	}

/* adjust the line height here */
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.5em;
	}

/* Posted in Category | Edit | Comments */
.narrowcolumn .postmetadata {
	font-size: 1.0em;
	text-align: left;
	padding: 0 0 2px 0;
	}

/* every other block of comments */
.alt {
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	}

#footer {
	background: #FFF; 
	border: none;
	}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.0em;
	line-height: 2.0em;
	}

h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}



/* headline color */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #330000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #FF0000;
	}

.entry p a:hover {
    color: #FFFFFF;
    background-color: #000000;
    }

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em Helvetica, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Helvetica, Arial, Sans-Serif;
	}

small {
	color: #000000;	
}

/* sidebar bullets and end-of-post dividers */
#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #660000;
	background-color: #F0F0F0;
	}
	
.postmetadata {
	color: #000000;
}

.postmetadata a {
	color: #990000;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* side bar link color and end-of-post link color */
h2 a:hover, h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

a{
	color: #770000;
	text-decoration: none;
	}

a:hover {
	background-color: #000000;
	color: #FFFFFF;
	}

/* End Typography & Colors */














/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #FFFFFF;
	margin: 0;								/* auto; */
	padding: 0;
	width: 1000px;
	}

#header {
	background-color: #FFFFFF;
	margin: 0; 
	padding: 0; 
	height: 173px; 
	width: 1000px;
	}

#headerimg {
	margin: 0;
	height: 173px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	margin: 0;
	width: 575px;
	}

.widecolumn {
	float: left;
	margin: 0;
	width: 575px;
	}

.post {
	padding: 30px 0 0 0;
	margin: 0 0 30px 72px;
	text-align: justify;
	border-bottom: 1px dotted red;
	}

.widecolumn .post {
	padding: 30px 0 0 0;
	margin: 0 0 30px 72px;
	text-align: justify;
	}

.narrowcolumn .postmetadata {
	padding-top: 20px;
	}

.widecolumn .postmetadata {
	padding-top: 20px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;

}

#footer {
	background: #FFFFFF;
	padding: 20px 0 20px 72px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1000px;
	clear: both;
	
	}

#footer p {
	text-align: left;

	}
/* End Structure */









/*	Begin Headers */

h2 {
	margin: 0;
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0 72px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */








/* Begin Images */
p img {
	background: #FFFFFF;
	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
	}
/* 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 0 0 35px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#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 */






/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 0px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 0px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#commentform{
	margin-left: 72px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	margin: 0 20px 2px 0;
	width: 502px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 17px 20px 0;
	width: 502px;
	float: right;
	}
/* End Form Elements */






/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin: 0 0 0 72px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 650px;
	width: 350px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding: 29px 0 0 72px
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
