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

*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF url('imgs/body_bg.jpg') repeat-x;
	color: #552A00;
	margin: 0;
}

#page {
	width: 880px;
	margin: 0 auto;
}

#header {
	height: 150px;
	background: url('imgs/header_logo.jpg') no-repeat;
}

#headerimg {
}

#headerimg div.description {
	width: 638px;
	margin: 5px 0 0 240px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #047E89;
}

#headerimg div.back {
	width: 232px;
	cursor: pointer;
	margin: 110px 0 0 22px;
	position: absolute;
	font-weight: bold;
	color: #077D87;
}

#headerimg div.back div.buttonback {
	padding: 0 0 0 26px;
	float: left;
	font-size: 17px;
	height: 20px;
	background: url('imgs/header_back_button.jpg') no-repeat 0 2px;
}

#headerimg div.back div.buttontext {
	margin: 5px 0 0 4px;
	float: left;
	font-size: 12px;
}

#headerimg a {
	text-decoration: none;
	font-size: 28px;
	display: block;
	text-align: center;
	font-weight: bold;
	width: 638px;
	padding: 28px 0 0 240px;
	color: #047E89;
}

#content {
	width: 550px;
	float: left;
}

#content div.post {
	margin: 30px 25px 30px 0;
}

#content div.post a.title {
	padding: 0 25px 0 25px;
	color: #552A00;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	display: block;
}

#content div.post div.small {
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #FFEAAB;
	padding: 0 25px 6px 25px;
	margin: 0 0 2px 0;
}

#content div.post div.entry {
	padding: 0 25px 0 25px;
	border: 1px solid #FFEAAB;
	background: #FFEAAB;
	font-size: 12px;
	line-height: 1.4em;
}

#content div.post div.entry img {
	padding: 10px 10px 10px 10px;
	border: 0;
}

#content div.post div.entry_footer {
	padding: 0 25px 0 25px;
	border: 1px solid #CAE9E4;
	background: #CAE9E4;
	font-size: 12px;
	line-height: 1.4em;
}

#content div.post div.entry_footer a {
	font-size: 12px;
	color: #552A00;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}

#content div.post p.tag a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4em;
}

#content div.post div.entry_sep {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	height: 10px;
}

#content div.post p.postmetadata_footer {
	background: #CAE9E4;
	padding: 15px 25px 15px 25px;
	font-size: 12px;
	display: block;
	margin: 0;
}

#content div.post p.postmetadata_footer a {
	font-size: 12px;
	color: #552A00;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}

#content div.post p.postmetadata {
	background: #FFEAAB;
	padding: 0 25px 15px 25px;
	font-size: 12px;
	display: block;
	margin: 0;
}

#content div.post p.postmetadata a {
	font-size: 12px;
	color: #552A00;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}

#sidebar {
	width: 290px;
	float: right;
}

#sidebar p {
	color: #552A00;
	font-size: 12px;
}

#sidebar p a {
	color: #552A00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar form#searchform {
	margin: 0;
}

#sidebar form#searchform div.line {
	margin: 72px 0 2px 0;
	border-bottom: 1px solid #FFEAAB;
}

#sidebar form#searchform div.searchcontent {
	padding: 30px 0 30px 52px;
	background: #FFEAAB;
	border: 1px solid #FFEAAB;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
}

#sidebar ul li h2 {
	font-size: 12px;
}

#sidebar ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #552A00;
	font-size: 12px;
}

#sidebar ul li ul li a, #sidebar ul li ul a {
	text-decoration: none;
	font-weight: normal;
	color: #552A00;
	font-size: 12px;
/*	display: block; */
	line-height: 1.4em;
	padding: 0 0 0 15px;
	background: url('imgs/content_small_arrow.jpg') no-repeat 4px 5px;
}

#footer {
	border-top: 1px solid #FFEAAB;
	margin: 0 auto;
	width: 600px;
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}

#footer a {
	font-weight: bold;
	color: #552A00;
	text-decoration: none;
}

#content div.alignleft a, #content div.alignright a {
	text-decoration: none;
	color: #552A00;
	font-size: 14px;
}

#content div.post div.entry p a, #content div.post h3 a {
	text-decoration: underline;
	color: #552A00;
	font-weight: bold;
}

.commentlist li a {
	text-decoration: none;
	color: #552A00;
	font-weight: bold;
}
