/*
Theme Name: Burbank Group Theme
Theme URI: 
Description: Based on the Burbank Group Homepage.
Version: 
Author: 
Author URI: 
Tags: gray, 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 {
	background: #e5e5e5;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	}

a, a:link {color: #AAC886; text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}

p {margin: 0; padding: 1em 0;}

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0 0;}

h1 {height: 36px;}
h1 a {display: block; height: 36px; width: 635px; background: url(images/gfx_header.gif); text-indent: -10000px;}

#sidebar h2 {color: #999; font-size: 14pt; font-weight: bold; font-size: 10pt; padding-top: 1em;}
#sidebar ul {list-style: none; padding: 0; margin: 0;}
#sidebar ul ul {padding-left: 10px;}


#content h2 {font-size: 18pt; margin-bottom: 3px;}



#searchform {}
label.hidden {display: none;}
input.search {width: 100px;}
input.submit {width: auto;}

#commentform textarea {width: 400px;}


/* Layout
***************************/
	
#page {width: 715px; margin: 0 auto;}
	
#header, #footer, #main {
	background-image: url(images/bg_page.png);
	clear: both;
	width: 635px;
	padding: 0 40px;
	}
#header {background-position: top; padding-top: 40px;}
	#header .description {display: none;}
	#headerimg {padding: 15px 0; height: 195px; width: 635px; display: block; background: url(images/gfx_banner.jpg) center no-repeat; }

#main {background-position: 0px -300px;}
#footer {background-position: bottom; padding-bottom: 20px; font-size: 8pt;}
#footer a, #footer a:link {color: #999;}

#sidebar, #content {
	display: table-cell;
	color: #999999;
	float: left;
	background: #46423c;
	color: #fbffff;
	}
#sidebar {padding: 10px 0 20px 10px; width: 170px;}
#content {padding: 10px 20px 20px 0; width: 435px;}

#content.widecolumn {width: 595px; /*height: 900px;*/ padding: 20px;}

.post{border-top: 1px dotted #999999; padding-top: 1em;}
#content .post:first-child {border: none; padding-top: 0;}

.break {clear: both; height: 0px; overflow: hidden;}
