/*
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 */
.wrapper {
	width: 965px;
	margin: 0 auto;
}
#header{
	margin-bottom:25px;
}
#content{
	width:690px;
	float:left;
}
#content h2{
	font:normal 25px Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.blog_top{
	background:url(/images/blog_top.gif) no-repeat;
	height:12px;
	font-size:0;
	line-height:0;
}
.blog_bottom{
	background:url(/images/blog_bottom.gif) no-repeat;
	height:12px;
	font-size:0;
	line-height:0;
	width:690px;
	float:right;
}
.blog_middle{
	border-left:solid 2px #e8e9ee;
	border-right:solid 2px #e8e9ee;
	padding:10px 20px 30px;
}

*+html .blog_middle {
    zoom: 1;
}

*html .blog_middle {
    zoom: 1;
}

p{
	margin:0 0 10px;
}
.postmetadata{
	text-align:right;
	font-weight:bold;
}
ol{
	list-style:none;
}
#sidebar{
	/*background:#F3F3F6 url(/images/side_top_home.gif) repeat-x 0 0;*/
	width:250px;
	float:right;
}
#sidebar ul{
	list-style:none;
}
.comment-body{
	padding-top:10px;
	border-bottom:solid 1px #D6D7E0;
}
.comment-body em{
	font-size:11px;
	font-style:normal;
	color:#999;
}
.commentmetadata{
	font-size:11px;
}
#respond h3{
	padding:15px 0 10px;
}
#author, #email, #url{
	border:solid 1px #A5ACB2;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:2px 4px;
	width:200px;
	margin-right:5px;
}
#comment{
	border:solid 1px #A5ACB2;
	padding:2px 2px 2px 4px;
}
#submit{
	background:url(/images/btns/btn_green_big_120.gif) 0 0;
	border:0;
	color:#FFFFFF;
	cursor:pointer;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:19px;
	margin:0 auto;
	width:120px;
}
#submit:hover{
	background-position:bottom;
}
.hentry{
	border-top:solid 1px #D6D7E0;
	padding-top:10px;
}
.fn, .says{
	font-weight:bold;
	font-style:normal;
}
#sidebar .search li{
	border:0;
	padding:0 0 15px 10px;
}
#sidebar .search label{
	display:block;
	font-weight:bold;
	padding:0 0 2px;
}
#s{
	border:1px solid #A5ACB2;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:2px 4px;
	width:140px;
}
#searchsubmit{
	background:url(/images/btns/btn_green.gif) 0 0;
	border:0;
	color:#FFFFFF;
	cursor:pointer;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:19px;
	margin:0 auto;
	width:59px;
}
small{
	font-size:11px;
	color:#999;
}
#searchsubmit:hover{
	background-position:bottom;
}
#sidebar li{
	border-top:solid 1px #d6d7e0;
	padding:10px 0 10px 10px;
	color:#666;
}
#sidebar li li{
	border:0;
	padding:1px 0;
}
#sidebar li h2{
	font:normal 18px Arial, Helvetica, sans-serif;
}
