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

*/



html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #cb9d54;
	margin: 0;
	padding: 0;
	/*color: #682602;*/
	color: #531e02;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

img { border: none; }


p {
	margin: 0;
	padding: 0px 0px 15px 0px;
}

blockquote {
	margin: 0;
	padding: 0px 0px 0px 20px;
}

blockquote p {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
	color: #a00721;
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

h3 {
	color: #a57527;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

h3 a {
	color: #a57527;
	text-decoration: none;
}

h3 a:hover {
	color: #a00721;
	text-decoration: none;
}

a {
	color: #a00721;
	text-decoration: none;
}

a:hover {
	color: #a57527;
	text-decoration: none;
}

#header {
	width: 928px;
	height: 76px;
	margin: 0 auto;
	padding: 25px 12px 0px 34px;
	background: url(images/header-bg.jpg) no-repeat;
}

#header img {
	float: left;
}

#nav {
	float: right;
	text-align: right;
	width: 708px;
	padding: 54px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b17e2b;
	letter-spacing: .05em;
}

#nav a {
	color: #b17e2b;
	text-decoration: none;
}

#nav a:hover {
	color: #a00721;
	text-decoration: none;
}

#main-content {
	margin: 0 auto;
	background: #faf5e2;
	width: 954px;
	padding: 0px 10px 10px 10px;
}

#content {
	width: 954px;
	background: url(images/content-bg.jpg) no-repeat bottom center;
	min-height: 440px;
	height: auto; !important
	height: 440px;
}

#content-bottom {
	width: 954px;
	height: 27px;
	margin: 0;
	padding: 0;
}

#footer {
	width: 954px;
	margin: 0 auto;
	padding: 2px 8px 8px 40px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.page-content {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #573a0b;
	//float: right;
	/*width: 750px;*/
	width: 749px;
	margin: 0px 0px 0px 127px;
	padding: 0px 48px 10px 30px;
	//margin: 0;
	line-height: 30px;
	overflow-x: hidden;
	overflow-y: auto;
}

.page-content-header {
	margin: 0px -48px 0px -30px;
}

.sub-nav {
	color: #a57527;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 107px;
	min-height: 380px;
	height: auto; !important
	height: 380px;
	padding: 60px 0px 0px 20px;
	background: url(images/white-fade.png) top right no-repeat;
}

.sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-nav ul li {
	margin: 0;
	padding: 0px 0px 0px 10px;
}

.sub-nav a {
	color: #a57527;
	text-decoration: none;
}

.sub-nav a:hover {
	color: #a00721;
	text-decoration: none;
}

.sub-nav-selected a {
	color: #a00721;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}



/* Home Page */

#home-show {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 954px;
	height: 281px;
}

#home-show li {
	width: 954px;
	height: 281px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#home-content {
	padding: 33px 390px 0px 54px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}

/* Blog */

.blog-content {
	width: 509px;
	float: left;
	line-height: 20px;
}

#sidebar {
	float: right;
	text-align: right;
	width: 170px;
	margin: 0px -28px 0px 0px;
	line-height: normal;
}

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

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-style: italic;
}

#sidebar h2 {
	color: #a57527;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-style: normal;
}

#sidebar a {
	color: #a57527;
	text-decoration: none;
}

#sidebar a:hover {
	color: #a00721;
	text-decoration: none;
}

.small {
	color: #a57527;
	font-size: 11px;
	font-style: italic;
}


