/*  
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/

	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 */

body {
	border-top:5px solid #515254;
	border-bottom:5px solid #515254;
	background:#FFFFFF none repeat scroll 0%;
	color:#333333;
	font-family:'Lucida Grande', Arial,Helvetica,sans-serif;
	text-align:left;
	}
	
p {
	margin:0 0 10px 0;
	font-size:14px;
	}

/*---:[ core layout elements ]:---*/
#header_wrap, #browse_wrap, #masthead_wrap, #footer_wrap { 
	width:100%; 
	float:left; 
	}
	
#header { 
	width:755px; 
	background:url(images/container.gif) repeat-y transparent;
	margin:0pt auto;
	}
	
#browse_wrap { 
	background:#ccc; 
	margin:0 0 20px 0; 
	}
	
#footer_wrap { 
	background:#333 url(images/footer_bg.gif) repeat-y; 
	border-bottom:4px solid #111; 
	clear:both; 
	}
	
#footer { 
	background:url(images/container.gif) repeat-y;
	width:755px;
	color:#fff; 
	margin:0pt auto;
	}

#container { 
	background:url(images/container.gif) repeat-y #ccc;
	width:755px;
	margin:0pt auto;
	}
	
#sidebar { 
	width:205px; 
	float:right;
	}

/*---:[ #header elements ]:---*/
#header div { 
	display:block; 
	width:313px; 
	height:72px; 
	background:url(images/header.gif) no-repeat center; 
	text-indent:-9999px; 
	outline:none; 
	float:left; 
	}

#site_title { 
	}
	
#site_title a { 
	display:block; 
	width:313px; 
	height:72px; 
	background:url(images/header.gif) no-repeat top; 
	text-indent:-9999px; 
	outline:none; 
	float:left; 
	}
	
	#site_title a:hover {
		background:url(images/header.gif) no-repeat bottom; 
		}

/*---:[ footer elements ]:---*/
#footer div { 
	display:block; 
	width:172px; 
	height:51px; 
	background:url(images/return.gif) no-repeat center; 
	text-indent:-9999px; 
	outline:none; 
	}

#return { 
	}
	
#return a { 
	display:block; 
	width:172px; 
	height:51px; 
	background:url(images/return.gif) no-repeat top; 
	text-indent:-9999px; 
	outline:none; 
	float:left; 
	}
	
	#return a:hover {
		background:url(images/return.gif) no-repeat bottom; 
		}

/*- End YB homepage code -*/

.narrowcolumn .entry {
	margin:14px 0 0 0;
	line-height:1.5em;
	font-size:14px;
	}

small {
	font-family:'Lucida Grande', Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.2em;
	}
	
small.date {
	float:right;
	position:relative;
	top:-1.2em;
	margin-bottom:-1em;
	}

.narrowcolumn .post a {
	color:#297CCF;
	font-family:'Trebuchet MS', arial, sans-serif;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}
	
.narrowcolumn .post h2 a:hover {
	color:#222;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	margin:0 0 20px 0;
	font-size: 1.6em;
	}
	
.narrowcolumn h2.pagetitle a {
	font-family:'Trebuchet MS', arial, helvetica, sans-serif;
	color:#111;
	font-size:24px;
	font-weight:normal;
	}
	

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}
	
	#sidebar h2.rss {
		padding:0pt 17px 0pt 0pt;
		background:url(images/rss.gif) right center no-repeat transparent;
		display:inline;
		}

h3 {
	font-size: 1.3em;
	}

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: #333;
	}

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: #9AA5B3;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Lucida Grande', Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:'Lucida Grande', Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote {
	color: #666;
	font-family:'Lucida Grande', arial, sans-serif;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	}
	
#code {
	font: 1.0em 'Courier New', Courier, Fixed;
	padding:15px;
	display:block;
	background-color:#fcfcfc;
	border:1px solid #ccc;
	line-height:1.2em;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #297CCF;
	text-decoration: none;
	}

a:hover {
	color: #297CCF;
	text-decoration: underline;
	}

#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 */
* {
	margin:0;
	padding:0;
	}

.narrowcolumn {
	float: left;
	padding:30px 40px 0px 0px;
	margin: 0px 0 0;
	width: 490px;
	}
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 80px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	margin:10px 0;
	font-size:14px;
	padding-top: 5px;
	color:#666;
	float:right;
	line-height:18px;
	}

.postmetadata {
	clear: right;
}

.postmetadata .comments {
	background:url(images/comments.gif) #fff no-repeat scroll 0pt 50%;
	padding:0 0 0 21px;
	}
	
.postmetadata .categories {
	background:url(images/tag_orange.gif) #fff no-repeat scroll 0pt 50%;
	padding:0 0 0 21px;
	margin:0 0 0 20px;
	}
	
.postmetadata .categories a {
	}
	
.afterpost {
	border:1px solid #ccc;
	padding:10px;
	margin:20px 0 0 0;
	}
	
/* End Structure */



/*	Begin Headers */
.narrowcolumn .entry 
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	clear:both;
	margin:0;
	}

#sidebar h2 {
	color:#333;
	font-size:1em;
	padding: 0pt;
	}

h3 {
	padding: 0;
	margin: 20px 0 10px 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
	}

.hub_pic_box {
	float:left;
	padding:0pt 15px 0pt 0pt;
	width:116px;
	}

.hub_pic {
	background:#D0D0D0 none repeat scroll 0%;
	padding:4px;
	position:relative;
	width:108px;
	}

.hub_pic img {
	border:4px solid #FFFFFF;
	display:block;
	height:100px;
	width:100px;
	}

/* End Images */



/* Begin Lists */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	} 

.entry li {
	margin: 7px 0 8px 10px;
	}

.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 li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul li ul li {
	font-size:14px;
	margin:0pt 0pt .5em;
	line-height:1.1em;
	}
	
	#sidebar ul li ul li a {
		color:#666;
		}
		
		#sidebar ul li ul li a:hover {
		color:#297CCF;
		text-decoration:none;
		}
		
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar ul ul ul {
	display:none; /* hides the child pages */
	}
	
#sidebar hr {
	display:block;
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #b5b5b5;
	margin:15px 0pt 15px 0pt;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	border-color:#b5b5b5 #fff #fff #b5b5b5;
	border-style:solid;
	border-width:1px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	border-bottom:1px #000 solid;
	border-right:1px #000 solid;
	border-left:1px #555 solid;
	border-top:1px #555 solid;
	color:#ddd;
	background-color:#222;
	text-transform:lowercase;
	}

	#sidebar #searchsubmit:hover {
	border-bottom:1px #000 solid;
	border-right:1px #000 solid;
	border-left:1px #555 solid;
	border-top:1px #555 solid;
		color:#fff;
		background-color:#111;
		}
		
	#sidebar #searchsubmit:active {
		border-top:1px #000 solid;
		border-left:1px #000 solid;
		border-right:1px #555 solid;
		border-bottom:1px #555 solid;
		color:#fff;
		background-color:#222;
		}	
	
	
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	}

#commentform textarea {
	width: 484px;
	padding: 2px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	}

#commentform #submit {
	float:right;
	margin:0px;
	padding: 1px;
	border-bottom:1px #000 solid;
	border-right:1px #000 solid;
	border-left:1px #555 solid;
	border-top:1px #555 solid;
	color:#ddd;
	background-color:#222;
	text-transform:lowercase;
	}

	#commentform #submit:hover {
	border-bottom:1px #000 solid;
	border-right:1px #000 solid;
	border-left:1px #555 solid;
	border-top:1px #555 solid;
		color:#fff;
		background-color:#111;
		}
		
	#commentform #submit:active {
		border-top:1px #000 solid;
		border-left:1px #000 solid;
		border-right:1px #555 solid;
		border-bottom:1px #555 solid;
		color:#fff;
		background-color:#222;
		}	
	
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px 20px;
	padding: 5px 20px 3px 0pt;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	clear:both;
	}

#commentform p {
	margin: 5px 0;
	font-size:14px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: inline;
	float:right;
	position:relative;
	top:-1.3em;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-bottom:20px;
	padding: 30px 25px 0pt;
	width: 175px;
	position:relative;
	top:-72px;
	}

#sidebar form {
	margin: 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 {
	margin: 20px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	font-family:'Trebuchet MS', 'Lucida Grande', arial, helvetica, sans-serif;
	font-size:14px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size:14px;
	}
	
.navigation .alignleft .prev {
	background:transparent url(images/previous.gif) no-repeat scroll 0pt 50%;
	text-align:left;
	padding:8px 29px;
	width:180px;
	}
	
	
.navigation .alignright .next {
	background:transparent url(images/next.gif) no-repeat scroll 100% 50%;
	text-align:right;
	width:180px;
	padding:8px 29px 8px 0;
	}
	
/* End Various Tags & Classes*/

/* Text Callouts */
div.callouts {
  float: right;
  width: 150px;
  margin-left: 10px;
  margin-bottom: 5px;
}
	
p.callout {
  font-family: Verdana, Helvetica, Arial;
  font-size: 1.4em;
  color: #eeeeff;
  margin-left: 10px;
  border-right: 1px solid #aaaaee;
  border-bottom: 1px solid #aaaaee;
  padding-left: 5px;
}

/* End Callouts*/

/* "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." */
