/*
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 */
body { background-color:#e1e1e1; font-family:Arial, Helvetica, sans-serif; font-size:14px; }

h2 { font-size:18px; }

a { color:#264e6f; }

small { font-size:10px; padding:2px; margin-bottom:5px; }

#page { margin:0 auto; width:900px; background-color:#fff; padding:20px; }

#header { margin-bottom:10px; }

#rightad { float:right; width:160px; }

#contentwrap { float:left; width:720px; }

#content { float:right; width:560px; }

.post { }
.post h2 a { text-decoration:none; }

#sidebar { float:left; width:160px; }
#sidebar h2 { }
#sidebar ul ul { margin-bottom:15px; }
#sidebar ul ul li { line-height:130%; }

#footer { clear:both; }
#footer p { text-align:center; }

.clear { clear:both; }
