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

.blogTitle {
	font-size:26px;
	line-height:36px;
	color:#f68b1f;
	margin:0 0 20px;
}

#header {
	width:100%;
	background-color:#f2f1ed;
	border-top:4px solid #7c7e7d;
	display:block;
}

#footer {
	width:100%;
	background:#8c8d8c;
	border-top:4px solid #f68b1f;
}

