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

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: black;
	color: white;
	background: #000000 url(../../../../images/bg.jpg) no-repeat top left;
	cursor: default;
}

.entry a {
	color: #edd27e;
}

.entry p a:hover {
	color: #bc9725;
}

.posttitle a {
	color: white;
}

a {
	color: #edd27e;
}

em a {
	color: #edd27e;
}

em a:hover {
	color: #bc9725;
}

strong a {
	color: #edd27e;
}

p, li, h2, small, .day, .month {
	cursor: text;
}

#content strong.subheader {
	color: white;
	line-height: 24px;
	font-size: 16px;
	clear:both;
	display:block;
	padding-top: 20px;
	background: url(../../../../images/horizbreak.jpg) no-repeat bottom;
}

.entry img {
	border: 1px solid #ddd;
	margin-top: 14px;
	cursor: auto;
}

#content .noborder {
	border:none;
	margin-top: 0px;
	float:right;
	padding: 0px 0px 0px 10px;
}

.breadcrumb {
	padding-bottom: 10px;
	font-size: 9px;
	padding-left: 42px;
	margin-top: -12px;
}

#page {
	text-align: left;
}

#welcome {
	height: 59px;
	width: 519px;
	position: relative;
	margin-left: 49px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(../../../../images/welcome.jpg) no-repeat;
}

#whoiam {
	width: 180px;
	background: url(../../../../images/whoiam.jpg) no-repeat top left;
	margin-bottom: 20px;
}

		#whoiam p {
			color:#d5eef8;
			font-size: 11px;
			font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
			padding-top: 20px;
			text-align:justify;
		}

		#whoiam #me {
			float:right;
			display: block;
			width: 60px;
			padding-top: 26px;
			padding-left: 10px;
		}

#whatimdoing {
	width: 190px;
	background: url(../../../../images/whatimdoing.jpg) no-repeat top left;
	margin-bottom: 22px;
}

		#sidebar #whatimdoing ul {
			color:#696969;
			font-size: 11px;
			font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
			padding-top: 23px;
			line-height:12px;
		}
		
		#sidebar #whatimdoing li {
			padding: 0px;
			margin: 0px;
			margin-top: 3px;
			margin-bottom: 5px;
			line-height: 12px;
			color:#696969;
		}
		
		#sidebar #whatimdoing li a {
			font-style: italic;
		}
		
		#sidebar #whatimdoing li:first-child {
			color:#d5eef8;
		}
		
		#sidebar #whatimdoing li+li+li {
			color:#3e3e3e;
		}
		
		#sidebar #whatimdoing .subscribe{
			margin-left: 120px;
			padding-top: 3px;
			margin-bottom: 0px;
		}
		
		#sidebar #whatimdoing #twitter_update_list {
			margin-top: -19px;
		}
		
#writtenrecently {
	width: 200px;
	background: url(../../../../images/writtenrecently.jpg) no-repeat top left;
	margin-bottom: 20px;
}

		#sidebar #writtenrecently ul {
			color:#696969;
			font-size: 11px;
			font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
			padding-top: 4px;
			line-height:12px;
		}
		
		#sidebar #writtenrecently li {
			padding: 0px;
			margin: 0px;
			margin-top: 3px;
			margin-bottom: 3px;
			line-height: 12px;
			color:#696969;
		}
		
		#sidebar #writtenrecently li a {
			color: white;
		}
		
		#sidebar #writtenrecently li a:hover {
			color: #8ddbb5;
		}

		#sidebar #writtenrecently .subscribe{
			margin-left: 127px;
			padding-top: 2px;
		}

		#sidebar #writtenrecently .subscribe img {
			margin-bottom: -2px;
		}

#links {
	width: 180px;
	background: url(../../../../images/links.jpg) no-repeat top left;
	margin-bottom: 20px;
}

		#sidebar #links ul {
			padding-top:23px;
			padding-bottom: 10px;
		}
		
		#sidebar #links ul li {
			list-style:none;
			line-height: 14px;
			margin:3px 0px;
			padding: 0;
		}
		
#personal {
	padding-top: 20px;
}

#sidebar #flickr {
	width: 210px;
	background: url(../../../../images/flickr.jpg) no-repeat top left;
	height: 80px;
	padding-top: 21px;
	margin-bottom: 70px;
}

.sociable_tagline {
	padding-bottom: 8px;
	color: #d5eef0;
}

#flickr_inner {
	overflow:hidden;
	height: 180px;
}

#flickr_most_inner {
	margin-top: -58px;
}

#flickr img {
	float:left;
	margin: 6px;
	border: white solid thin;
	height: 44px;
	width: 44px;
}

.centered {
	text-align: center;
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 131px;
	width: 1200px;
	}
	
#headerimg h1, #headerimg .description {
	text-indent: -9999px;
}

#content {
	font-size: 1.2em;
	margin-left: 36px;
	float:left;
}

#commentbox input, #commentbox textarea {
	color: #ddc28d;
	border: #85959b solid thin;
	background: transparent;
}


.commentBox_even {
	background: url(../../../../images/comment_bg.jpg) no-repeat top left;
}

.commentBox_odd {
	background: url(../../../../images/comment_bg_odd.jpg) no-repeat top left;
}

.comment_break {
	height:15px;
	width: 20px;
	display:block;
}

input#submit {
	background: url(../../../../images/submit.jpg) no-repeat;
	height: 23px;
	width: 80px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

#commentbox {
	background: url(../../../../images/commentbox_bg.jpg) no-repeat bottom center;
	padding-bottom: 70px;
	padding-top: 25px;
}

#respond {
	height: 40px;
	background: url(../../../../images/twocents_bg.jpg) no-repeat bottom left;
}

#sidebar {
	position: absolute;
	top: 148px;
	left: 660px;
	width: 190px;
	float:left;
	display: block;
	}

#wrapper {
	width: 900px;
	margin-left: 1px;
}

#page {
	margin: 0;
	padding: 0;
	width: 800px;
	}

#header {
	padding: 0;
	height: 131px;
	width: 800px;
	}

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

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

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

.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
.calendar {
	width: 26px;
	height: 34px;
	display:block;
	margin-top: 3px;
	padding-right: 6px;
	padding-bottom: 4px;
	background: url(../../../../images/cal.jpg) no-repeat;
	position: relative;
	float:left;
}

.month {
	font-size: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family:"Trebuchet MS",Trebuchet,Arial, Helvetica, sans-serif;
	color:white;
	text-align: center;
	margin-top: -2px;
}

.day {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family:"Trebuchet MS",Trebuchet,Arial, Helvetica, sans-serif;
	color:#6ea6bf;
	text-align: center;
	width: 26px;
}

.calendar_small {
	width: 26px;
	height: 30px;
	display:block;
	margin-top: 3px;
	padding-right: 6px;
	padding-bottom: 4px;
	background: url(../../../../images/cal.jpg) no-repeat;
	position: relative;
	float:left;
}

.month_small {
	font-size: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family:"Trebuchet MS",Trebuchet,Arial, Helvetica, sans-serif;
	color:white;
	text-align: center;
	margin-top: -2px;
}

.day_small {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family:"Trebuchet MS",Trebuchet,Arial, Helvetica, sans-serif;
	color:#6ea6bf;
	text-align: center;
	width: 26px;
}

.postbreak {
	margin: 0;
	padding: 0;
}

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

.widecolumn h2 {
	margin-bottom: 10px;
}

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

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	font-size: 10px;
	color: #6ea6bf;
	margin-top: 0px;
	margin-bottom:2px;
	}
	
.narrowcolumn .postmetadata a{
	color:#e1b42b;
}


#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: white;
	}

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

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

h2 {
	font-size: 1.6em;
	}

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

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	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 {
	color: #bc9725;
	text-decoration: none;
	}

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

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

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: white;
	}
	
small a:hover, #sidebar ul ul li a:hover, #sidebar ul ol li a:hover, .nocomments a:hover, .postmetadata a:hover {
	color: #bc9725;
}

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

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

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

a:hover, em a:hover, strong a:hover, .entry a:hover {
	color: #bc9725;
	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 'Lucida Grande', Verdana, Arial, 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;
	}




.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	}

.widecolumn .postmetadata {
	}

.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:900px;
	clear:both;
	}

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



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

h2 {
	margin: 0px 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 */



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



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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: 100%;
	padding: 2px;
	}

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



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

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	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 form {
	margin: 0;
	}
	
#wrapper {
	width: 900px;
	padding-top: 20px;
	display:block;
}

#footer {
	width: 550px;
	float:left;
	margin-left: 32px;
}

/* 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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 0 auto;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #DDD;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.entry p {
	margin-bottom: 12px;
	line-height: 1.6em;
	color: #d5eef8;
}

.rightcorner {
	position: absolute;
	bottom: 2px;
	right: 2px;
	cursor:pointer;
}

.clickable_show {
	bottom: 0px;
	cursor:pointer;
	outline: none;
}

#show_welcome {
	background:url(../../../../images/welcome_small.jpg) no-repeat;
	width: 61px;
	height: 15px;
	position: absolute;
	top: 118px;
	left: 84px;
	display: none;
}

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

.clearfloat {
	clear:both;
}

#nav {
	width: 320px;
	height: 29px;
}
	
#menu {
		margin: 0;
		left: 92px;
		top: 87px;
		padding: 0;
		margin-bottom: 20px;
		width: 320px;
		height: 29px;		
		position: absolute;
		text-align: left;
	}
	#menu li span {display: none;}
	
	#menu li {margin: 0; padding: 0; list-style: none; top: 0; float:left;}

	
    
	#menu li, #menu a {height: 29px; display: block; outline:none;}
	#menu1 {left: 0px; width: 55px;background: transparent url(../../../../images/nav_buttons_new.jpg) 0px 0px no-repeat;outline:none;}
	#menu2 {left: 55px; width: 76px;background: transparent url(../../../../images/nav_buttons_new.jpg) -55px 0px no-repeat;outline:none;}
	#menu3 {left: 131px; width: 64px;background: transparent url(../../../../images/nav_buttons_new.jpg) -131px 0px no-repeat;outline:none;}
	#menu4 {left: 195px; width: 55px;background: transparent url(../../../../images/nav_buttons_new.jpg) -195px 0px no-repeat;outline:none;}
	
	#menu1 a:hover {background: transparent url(../../../../images/nav_buttons_new.jpg) 0px -29px no-repeat;}
	#menu2 a:hover {background: transparent url(../../../../images/nav_buttons_new.jpg) -55px -29px no-repeat;}
	#menu3 a:hover {background: transparent url(../../../../images/nav_buttons_new.jpg) -131px -29px no-repeat;}
	#menu4 a:hover {background: transparent url(../../../../images/nav_buttons_new.jpg) -195px -29px no-repeat;}
