/*
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 */

html, body {
	height: 100%;
}

html {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 36px;
	margin: 0px;
}

body {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	font-size: 12px; /* Resets 1em to 10px */
	background: #262626;
	color: #dbdac9;
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	color: #494843;
	font-size: 10px;
	}

h1 {
	font-size: 24px;
	text-align: left;
	}

h1, h2, h3 {
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}

h2 {
	letter-spacing: 2px;
	font-variant: small-caps;
	font-family: "Hoefler text", Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	font-size: 18px;
	}

#page {
	padding-left: 48px;
	padding-bottom: 24px;
	padding-right: 48px;
	padding-top: 48px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #494843;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 664px;
	}

h2.pagetitle {
	}

h3 {
	font-size: 14px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #b2ad8c;
	}

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 {
	}

code {
	font: 10px monaco, 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #b2ad8c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
	}

a, h2 a, h3 a {
	color: #b2ad8c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	}

a:hover {
	border-bottom-style: solid;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0;
	width: auto;
	background-repeat: repeat;
	background-image: url(images/wilkiebirdsall_bg.gif);
	padding: 0;
	}

.post {
	line-height: 18px;
	margin-left: 48px;
	margin-bottom: 24px;
	margin-right: 48px;
	margin-top: 24px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0px;
	width: 664px;
	}

#footer p {
	font-size: 10px;
	padding-left: 0;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 20px;
	margin: 0;
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
		margin-left: 0;
		margin-bottom: 6px;
		margin-right: 0;
		margin-top: 30px;
	}

h2.pagetitle {
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 {
	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 {
	list-style-position: inside;
	list-style-type: circle;
	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;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

/* End Comments */



/* Begin Sidebar */
/* End Sidebar */



/* Begin Calendar */
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	border-left-color: #494843;
	border-left-style: solid;
	border-left-width: 1px;
	margin: 30px 30px 30px 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	border-left-width: 0px;
	border-bottom-width: 4px;
	border-right-width: 0px;
	border-top-width: 0px;
	height: 1px;
	border-color: #494843;
	border-style: double;
	}

a img {
		border-width: 0px;
		border-style: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	padding: 0px;
	margin: 0px;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-family: Monaco, "Lucida Console", "Andale Mono", "Courier New", Courier, monospace;
	padding-left: 12px;
	padding-bottom: 24px;
	padding-right: 12px;
	padding-top: 12px;
	color: #b2ad8c;
	font-size: 10px;
	line-height: 17px;
	margin: 0;
}

.logo {
	height: 68px;
	width: 760px;
	margin-left: auto;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #494843;
	margin-right: auto;
}

.logo a {
	text-decoration: none;
	border-width: 0px;
}

.entry {
	margin-top: 48px;
	margin-bottom: 48px;
}

.divide {
	text-align: center;
	color: #b2ad8c;
	margin-bottom: 84px;
}

.entry img {
	border-color: #494843;
	border-style: solid;
	border-width: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.buffer {
	background-color: #fff;
	padding: 15px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* 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." */
