/*
Theme Name: WordPress Booquet
Theme URI: http://www.booquet.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Charles Grimes
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

*/

@import "http://www.booquet.com/stylesheets/styles.css";


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


#sidebar {
	float: left;
	font-size: 0.8em;
}

#sidebar h2 {
	text-transform: capitalize;
	font-size: 1.5em;
	color: #4d4d4d;
	font-weight: bold;
	margin: 0 0 5px; 
}

#sidebar h2.widgettitle {
	margin-left: 5px;

}

.widecolumn .navigation {
	font-size: 1.5em;
	margin-bottom: 20px;
}

li.comment {
	font-size: 1.2em;
}

div.comment-meta {
	margin: 10px 0 10px 0;
}

#sidebar ul li h2 a {
	margin-bottom: 15px;
}

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

.larger {
	font-size: 1.2em;
}
