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

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

.adsense { margin:0 auto; width:728px; height:15px; padding:7px; }

a { color:#0000ff; }

#header { margin-bottom:20px; }
#headerimg { text-align:center; }
#headerimg h1 { font-size:28px; padding:10px; }
#headerimg h1 a { text-decoration:none; color:#339900; }

#banner { margin:0 0 15px 0; }

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

#sidebar { float:right; width:180px; }
#sidebar ul { }
#sidebar ul li { margin-bottom:10px; }
#sidebar ul li ul { }
#sidebar ul li ul li { line-height:125%; margin-bottom:0; }


#footer { clear:both; }
#footer p { font-size:12px; font-style:italic; }

.post { margin-bottom:10px; }
.post p { margin-bottom:10px; line-height:130%; }

.alignright { float:right; }
.alignleft { float:left; }
