/*
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 */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 16px; /*RC*/
	font-size: 12px; /*RC*/
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	font-size: 1.0em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	font-size: 1.0em;	
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#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 */

.narrowcolumn {
	float: left;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 10px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.post .author {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	}

.postby {padding:20px 0 0;font-style:italic;}

.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: both;
}

.break {
	display:block;
	clear:both;
}

/* End Structure */



/*	Begin Headers */

h3#comments {
	padding: 0;
	margin: 30px 0 0;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	}

h3#respond {
	padding: 0;
	margin: 30px 0 0;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	}

h3 {
	font-style: normal;
}	
/* 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, img.imgLeft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft, .imgLeft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry 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, ul li {	padding: 5px 0;}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.blogContentBody.single ol li {list-style: decimal inside;}
.blogContentBody.single ul li {list-style: inside;}

/* 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 {
	/*RC width: 130px; */
	}

#commentform input {
	width: 170px;
}

#commentform input[type='text'] {
	padding: 2px;
	margin: 5px 5px 1px 0;
}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

.clearfix {clear: both; } 

#commentform p span.button {
	float: right;
}

#commentform span.button input {
	/* Must be the same as in round-button.css (java side) */   
	margin:0 -10px 0 8px; 
	padding:0 8px 2px 0;
}

span.button {
	font-size: 12px;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	/*margin-left: 605px;*/
    float: right;
	width: 300px;
	padding: 0;
	overflow: hidden;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Widget */
.widgettitle {
	display: none;
	}	

/* 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#content {
	font-size: 12px;
}

#content #breadcrumb {
	font-size: 11px;
	margin-bottom: 20px;
	}

#content .archive h1 {
	padding-bottom: 10px;
	}

.archive .post {
	/*text-align: left;*/
	}

.archive .sections {
	padding-bottom: 20px;
	}
	
.archive h3 {
	display: inline;
	}

.archive .byline {
	font-style: italic; 	
	}
	
.archive .entry p {
	display: inline;
	margin: 0;
	padding: 0;
}

.first {border:0 !important;}
.last {border:0 !important;}

.fancyDivider {position:relative; line-height:11px; padding-top:6px; margin-top:20px;}

/*** Widgets ***/
.widget { clear:both; padding:0;}

/*** Widget Box (rounded shadow border) ***/
.borderbox {
	background-image:url(images/bkgd_widget.png);
	background-position:100% 0;
}
.borderbox .inner {
	background-image:url(images/bkgd_widget.png);
	background-position:0 0;
	margin-right:9px;
	padding-left:8px;
}
.borderbox .t {
	background-image:url(images/bkgd_widget_top.png);
	background-position:right top;
	margin-left:-8px;
	margin-right:-9px;
}
.borderbox .t div {
	background-image:url(images/bkgd_widget_top.png);
	background-position:left top;
	height:9px;
	margin-right:18px;
	overflow:hidden;
}
.borderbox .b {
	background-image:url(images/bkgd_widget_bottom.png);
	background-position:right bottom;
	margin-left:-8px;
	margin-right:-9px;
}
.borderbox .b div {
	background-image:url(images/bkgd_widget_bottom.png);
	background-position:left bottom;
	font-size:0;
	height:9px;
	line-height:9px;
	margin-right:18px;
}
.borderbox-dialog .b {
	background-image:url(images/box-bottom-dialog.png);
	background-position:100% 100%;
}
.borderbox-dialog .b div {
	background-image:url(images/box-bottom-dialog.png);
	background-position:0 100%;
	height:23px;
	line-height:35px;
	padding-left:70px;
}
.borderbox h2 {
	color:#4DC8EA;
	font-style:italic;
	margin:5px 13px;
	padding:0;
}
.borderbox .bd-spacing {
	margin:5px 13px 10px;
}


/* Archive */
.archiveListItem {padding-top:0;}
.archiveListItem h3 {/*font-size:1.3em;*/}
.archiveListItem .archiveListItemByLine {font-style: italic;}
.archiveListItem .byLineName {}
.archiveListItem .byLineDate {padding-left:5px;}
.archiveListItem .archiveListItemContent {}

/*** Content Column ***/
#mainContentContainer {float:left; width:550px; font-size:12px; background-color:#fff;}

/*** Blog Pages ***/
.blogTitle {line-height:40px; font-size:2em;margin-bottom:30px;color:#8cab3c;border-bottom:1px dashed #a7be38;}

#bloggerInfoBlurb {height:auto;font-size:1.1em; position:relative; float:left; width:160px; padding:25px 10px 10px 10px; margin:-22px 0 0 -10px; background-image:url(images/bkgd_blogInfoBlurb.jpg); background-repeat:no-repeat; overflow:hidden;}
/*#bloggerInfoBlurb img {width:138px;}*/

#bloggerInfoBlurb .bloggerInfoContent {padding:8px 12px 0 12px; margin-top: 12px; border:2px solid #B8D5D8; background-color:#fff;}
#bloggerInfoBlurb .bloggerInfoContent h3 {padding-bottom:5px;}
#bloggerInfoBlurb .bloggerHeader {margin-top:0; padding-top:0; color:#007C85;}
#bloggerInfoBlurb .bloggerBio {padding-top:10px;}

#bloggerInfoBlurb ul {padding:0;margin:0 0 5px;}
#bloggerInfoBlurb ul.morePosts li {list-style-type:none;line-height:18px; border-top:2px solid #B8D5D8; border-bottom:0;padding:10px 0;}
#bloggerInfoBlurb ul.morePosts li a {color:#000; font-size:12px; font-weight:normal; text-decoration:none;}
#bloggerInfoBlurb ul.morePosts li a:hover {text-decoration:none;}

#bloggerInfoBlurb .bloggerFooter {background-color:#007C85; padding:5px 10px; margin:0 -12px; text-transform:uppercase;}
#bloggerInfoBlurb .bloggerFooter  .bloggerFooterMore {padding-right:12px; height:15px; line-height:15px; color:#fff; background-image:url(images/bullet_arrowWidgetFooter.gif); background-repeat:no-repeat; background-position:right center; font-weight:bold; font-size:11px;}

#bloggerInfoBlurb .fancyDivider {position:relative; line-height:11px; border-top:1px solid #b7b7b7; padding-top:6px;}
#bloggerInfoBlurb .fancyDivider span {display:block; position:relative; width:26px; height:11px; margin:-12px auto 0 auto; background-image:url(images/dividerDeco.gif); background-repeat:no-repeat;}

#bloggerInfoBlurb .wp-caption {margin:0;padding:5px 0 2px;}
#bloggerInfoBlurb .wp-caption h2 {color:#000;font-size:1.1em;font-family:Arial,Verdana,sans-serif;font-style:normal;font-weight:normal;padding:1px;margin:0 0 2px;}
#bloggerInfoBlurb .wp-caption p {padding:0 0 5px;margin:0;font-size:1.1em;}
#bloggerInfoBlurb .wp-caption .bloggerField {color:#000;font-style:normal;margin-bottom:0;} 

.bloggerBox {border:1px solid #b7b7b7; padding-bottom:15px;}
.bloggerInfo {padding:0 10px;}
.bloggerName {padding:10px 0 10px 0; font-size:16px;}
.bloggerName a {color:#8cab3c;}
.bloggerField {color:#555; font-size:16px; font-style:italic;}


/*** Blog Content ***/
#blogContentBody{margin-top:-8px;}
.blogContentBody.single .fullsize {float: left; padding:0 40px 10px 0;}

#blogContent {font-size:12px;}
#blogContent h1 {margin-top:0 !ie-only;}
#blogContent h2 {margin-bottom:15px;}
#blogContent .archiveListItem .byLineDate {padding-left:0px;}
#blogContent p.blogDate {padding:0 0 10px 0; font-size:0.917em; color:#555;}
.blogContent {float:left;width:378px;}

/*** Blogger Showcase ***/
.standardHeader {display:block; padding-bottom:3px; margin-bottom:10px; font-weight:bold; color:#23444D; border-bottom:1px dashed #b7b7b7; text-transform:uppercase;}

/*** Blogger Showcase ***/
.blogCarousel {left:15px !important; padding:15px 0; overflow: hidden;}
.blogCarousel .standardHeader {border-bottom:0;}

.blogCarousel ul {margin-left:0; list-style-image:none; list-style-position:outside; list-style-type:none; }
.blogCarousel .widgetBloggerShowcase {height: auto !important; width:auto !important; padding-right:15px;}
.blogCarousel .widgetBloggerShowcase .bloggerBox {float:left; width:156px; overflow:hidden;}
.blogCarousel .widgetBloggerShowcase a img {border:0 none;}
.blogCarousel_controls {position:relative; line-height:15px; padding:5px 0 20px 0; background-color:#8cab3c; font-size:10px; font-weight:bold; text-transform:uppercase;}
.blogCarousel_controls a.prev {position:absolute; left:15px; color:#fff;}
.blogCarousel_controls a.next {position:absolute; right:15px; color:#fff;}


/*** Pagination ***/
div.pagination {position:relative; width:100%; margin-top:20px; text-align:center; font-size:15px;}

div.pagination .prev {position:absolute; left:0; top:0; padding-left:15px; background-image:url(images/arrowGreyDark_left.gif); background-repeat:no-repeat; background-position:left center;}
div.pagination .next {position:absolute; right:0; top:0; padding-right:15px; background-image:url(images/arrowGreyDark_right.gif); background-repeat:no-repeat; background-position:right center;}
div.pagination .prev_inactive {position:absolute; left:0; top:0; padding-left:15px; background-image:url(images/arrowGreyLight_left.gif); background-repeat:no-repeat; background-position:left center; color:#b7b7b7;}
div.pagination .next_inactive {position:absolute; right:0; top:0; padding-right:15px; background-image:url(images/arrowGreyLight_right.gif); background-repeat:no-repeat; background-position:right center; color:#b7b7b7;}

div.pagination ul {display:inline;}
div.pagination ul li {display:inline; list-style-type:none;}
div.pagination a {color:#555;}
div.pagination ul li a {padding: 2px 4px;}
div.pagination ul li a:hover {text-decoration:underline;}
div.pagination ul li.current {padding: 2px 4px; color:#67A596;}

/*--RC */


/* 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;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* 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." */
