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

*/



body { background-color:#222; font-family:Arial, Helvetica, sans-serif; font-size:14px; }

a { color:#c51212; }

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

#content { float:left; }
#content p { margin-bottom:15px; }

#sidebar { float:right; width:180px; }
#sidebar h2 { font-size:16px; }
#sidebar ul { }
#sidebar ul li { margin-bottom:10px; }
#sidebar ul li ul { }
#sidebar ul li ul li { margin-bottom:0; }
#sidebar ul li ul li a { display:block; text-decoration:none; border-bottom:1px solid #222; padding:5px; }

#footer { clear:both; }
#footer p { text-align:center; font-size:12px; }

.narrowcolumn { width:580px; }
.widecolumn { width:780px; }

.post { margin-bottom:15px; }
.post h2 { font-size:24px; }
.post h2 a { text-decoration:none; }
.post img { float:right; margin:0 0 10px 10px; }

.postmetadata { clear:both; }

.clear { clear:both; }