/*
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 {
line-height: 1.75em;
}
h2 {
font-weight: bold;
font-size: 14px;
margin: 0px;
line-height: 1.5em;
}
h3 {
font-weight: bold;
font-size: 14px;
margin: 0px;
}
INPUT, TEXTAREA {
margin: 10px 0px;
border: 1px solid #d5d5d5;
}
BLOCKQUOTE {
border-left: 5px solid #c5c5c5;
padding-left: 10px;
margin-left: 10px;
}
small {
	COLOR: #c0c0c0;
	FONT-SIZE: 11px;
font-weight: bold;
}
.sidebar {
text-align: left;
position: relative;
float: left;
clear: both;
}
small a:link, smal a:visited {
color: #999;
}

small a:hover, small a:active {
color: #666;
}

HR {
color: #d5d5d5;
background-color: #d5d5d5;
	HEIGHT: 1px;
margin-top: 20px;
margin-bottom: 20px;
border: #d5d5d5 1px ;
width: 100%;
float: left;
clear: both;
}
.entry {
margin: 20px 0px 0px 0px;
padding-bottom: 20px;
line-height: 1.95em;
}
#respond {
padding-top: 10px;
}
UL { list-style-type: none; }
LI { list-style-type: none; }