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

*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5; background-color:#7c7c7c; background-attachment:fixed; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; background-attachment:fixed; background-color:#fff; }
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#333;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em; line-height:1.5em; margin-bottom:1.5em; font:normal 1em Arial, Helvetica, sans-serif; letter-spacing:.1em; color:#666; text-transform: uppercase; }
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0;}
	p + p { }
	
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
	.post .entry img { max-width: 100%; }
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a {text-decoration:none; color:#666; }
blockquote {margin:1.5em;color:#333;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 0 1.5em 0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}


/* Begin Typography & Colors */
* { 
	margin:0;
	padding:0; }

#page {
	text-align: left;
	}

small.the_date { text-transform: uppercase; letter-spacing: .1em; position: absolute; top:0; font-size: 1.2em;  width: 6em; display: block; text-align: left; left: -12em; font-size: 1em; font-family:Arial, Helvetica, sans-serif; color:#fff; padding:.2em 1em; top:5em; }
#header {
	margin:0 0 4em 0; 
	}
	#header a { display:block; width:550px; color:#999; font-size:3em; }

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

/* .alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	} */

#footer {
	border: none;
	}

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;
	}
	
.post h4 { font-size:2em; }
	.post h4 a { text-decoration: none; color: #999; }

.entry p, .entry ol, .entry ul, .entry blockquote { margin-bottom:1.5em;}
	.entry blockquote p { margin: 0; }

.entry p a:visited {
	color: purple;
	}

.commentlist li {
	}

.commentlist li .avatar { 
	position: absolute; left:-7em; border:4px solid #fc0;
	}

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

	.commentlist small.commentmetadata a { color:#666; }

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

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	font-size: 90%;
	}

a:hover {
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

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



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

#page {
	padding: 0;
	width: 62em;
	margin:0 auto;
	position:relative;
	}
	
	#header a#site_id {  }
	
	div#description {
		margin-bottom: 2em;
		padding:.4em .8em;
		background:#000;
		color:#fff;
		width:17.2em;
		}
		
	a#blog_link, a#music_link, a#videos_link { display:block; }

.main {
	margin: 0px 0 0;
	padding:0em 0 2em 0;
	width:34em;
	float:left;
	}

.post {
	margin: 0 0 90px;
	position: relative;
	}

.post hr {
	display: block;
	}

/* M O D U L A R   L A Y O U T S */
.pic p, .caption {
color: #666;
margin: 0;
}

.caption h3, .caption p { margin-left: 0; }

 
/* P L A C E M E N T */
.left {float: left; margin-right: 40px; margin-bottom: 1.5em; }
.right {float: right; margin-left: 40px; margin-bottom: 1.5em; }
.right.inset {margin: 0 0 0 20px;} /* img floated right within text */
.left.inset {margin-left: 280px;} /* img floated left within text */
  
/* S I Z E */
.one {width: 100px;}
.two {width: 240px;}
.three {width: 380px;}
.four {width: 520px;}
.five {width: 660px;}
.six {width: 700px;}
.seven {width: 820px;}
.eight {width: 940px;}

.push_1 { position: absolute; right:-140px; }

.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: left;
}

.clear {
	clear: both;
}

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

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



/*	Begin Headers */

	}
/* 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
	}
	
div.post_image {
	background-color:#efefef;
	padding:10px;
	text-align:center;
	margin-bottom:1em;
	position:absolute;
	left:520px;
	width:220px;
	max-height:220px;
	overflow:hidden;
	}
	
	div.post_image img { 
		margin:0 auto;
		}
		
/* End Images */

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



/* Begin Form Elements */
/* forms.css */
label {font-weight:bold; font-family: Arial, Helvetica, sans-serif; }
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {}

#sidebar #searchform #s {
	width: 13em;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 374px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 3em 0;
	padding: 0;
	list-style: none;
	position: relative;
	}

.commentlist p {
	margin-bottom:0em;
	}

#commentform p {
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin-left: 1em;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left:2em;
	width: 18em;
	float:left;
	padding:2em;
	margin-top:3.5em;
	}
	
#sidebar h2 {
	color:#333;
	font-size:1em;
	font-weight: bold;
	}

#sidebar form {
	margin: 0 0 2em 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

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

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

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



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

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigation a, .postmetadata a { color:#333; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; }

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