/*
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 */
#navmenu ul {margin: 0; padding-left:702px;
	list-style-type: none; list-style-image: none; font-size:1em; font-family: Arial, Helvetica, sans-serif; text-align:left; display:block; height:25px; }
#navmenu li {display: inline;}
body {
	font-family: Arial, Helvetica, sans-serif;
 background-color:#999999; font-variant:small-caps; font-size:1em; width:950px; height:550px;
	}

#page {
	background-color: #999999;
	text-align: left;

	
	}

#header {
	}

#headerimg 	{padding-left: 700px; height:30px;
	}

#content { color:#CCCCCC;
	}
	
.entry {padding-left:25px;}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
}
.thread-even {
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer { width:950px;
	text-align:center;
	clear: both;}


.small {font-size: 0.8em;
	line-height: 1.5em; color: #CCCCCC;}
h1, h2, h3 {
	font-weight: normal; font-variant:small-caps; color:#FFFFFF;
	}

h1 {
	font-size: 1.25em; letter-spacing:.2em;
	}

hr {color:#FFFFFF;}
#headerimg .description {
	}

h2 { font-size:1.1em; letter-spacing:.2em;
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 { font-size: 1.2em;
	}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FFFFFF;
	}

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;
	}

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

.sticky {
	}
.sticky h2 {
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	color:#FFFFFF;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #FFFFFF;
	}

code {
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px 0px 0px 15px;
	padding: 0;
	}

#page {
	padding: 0;
	width: 950px;
	}

#header {
	background-color:999999;
	}

#headerimg {
	margin: 0px;
	vertical-align:top;
	}
	#headerimgindex {
	vertical-align:top;
	text-align:center;
	width:950px;
	}
.narrowindex {
	height:600px; width:950px;
	text-align:center;
	}


.narrowcolumn {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:; width: 950px;
	}

.widecolumn {
	}

.post {
	}

.post hr {
	}

.widecolumn .post {
	}

.narrowcolumn .postmetadata {
	}

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

.widecolumn .smallattachment {

}

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer p {
	text-align: center;
	}
/* End Structure */



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

h2 {
	margin: 10px 0 0;
	}

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

#sidebar h2 {
	}

h3 {
	}

h3.comments {
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 {
}

html>body .entry li {
	}

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

.entry ol {
	}

.entry ol li {
	}

.postmetadata ul, .postmetadata li {
	}

#sidebar ul, #sidebar ul ol {
	}

#sidebar ul li {}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	}

#sidebar #searchsubmit {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	}

#commentform input {
}

#commentform {
	}
#commentform textarea {
	}
#respond:after {

	}
#commentform #submit {
	}
/* End Form Elements */



/* Begin Comments*/
.alt {

	}

.commentlist {
	}

.commentlist li {

	}
.commentlist li ul li { 
}

.commentlist p {

}
.children {  }

#commentform p {
	
	}

.nocomments {

	}

.commentmetadata {

	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	}

#sidebar form {

	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {

	}

#wp-calendar #next a {

	}

#wp-calendar #prev a {

	}

#wp-calendar a {

	}

#wp-calendar caption {
	}

#wp-calendar td {
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */ }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {

	}

blockquote cite {

	}

.center {

	}

.hidden {
	display: none;
	}
	
.screen-reader-text {

}

hr {

	}

a img {border: none;}
.navigation {}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter,
div.aligncenter {}
.wp-caption {}
.wp-caption img {}
.wp-caption p.wp-caption-text {}
/* End captions */


/* "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." */
