/*
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; font-size:16px; background-color:#fff; }

a { color:#3160b6; }
small { font-style:italic; }

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

#header { text-align:left; color:#000000; padding:20px 0 20px 0; border-bottom:1px solid #e1e1e1; margin-bottom:15px; }
#header h1 { font-size:36px; }
#header h1 a { color:#FF0000; text-decoration:none; }
#headerleft { float:right; }

#topad { margin:0 auto; width:728px; padding-bottom:15px; }

#sidebar { float:left; width:160px; }
#sidebar ul { }
#sidebar ul li { margin-bottom:15px; }
#sidebar ul li ul li { font-size:16px; padding:5px; border-bottom:1px solid #e1e1e1; margin-bottom:0; }
#sidebar ul li ul li ul li { border:0; padding:3px 3px 3px 15px; font-size:12px; margin-bottom:0; }
#sidebar ul li ul li ul li a { border:0; padding:0 0 0 20px; font-size:12px; color:#000; text-decoration:underline; }
#sidebar ul li a { text-decoration:none; color:#3160b6; }

#content { float:right; width:550px; }
#content p { line-height:130%; margin-bottom:15px; }
#content ul { padding:0 0 25px 25px; }
#content ol { padding:0 0 25px 25px; }
#content ul li { list-style-type:disc; list-style-position:inside; line-height:130%; }
#content ol li { list-style-type:decimal; list-style-position:inside; line-height:130%; }

.post { line-height:130%; margin-bottom:20px; }
.post h2 { font-size:36px; line-height:110%; color:#24488b; margin-bottom:10px; }
.post h2 a { color:#24488b; font-size:36px; text-decoration:none; }
.post img { padding:5px; }

.postmetadata { clear:both; }
.postmetadata { font-size:10px; }


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

.navigation { padding-bottom:15px; font-size:10px; }
.alignleft { float:left; }
.alignright { float:right; }

