/*
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

*/

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hidden {
	display: none;
	clear: both;
}

#searchsubmit {
	border: medium none; 
	background: transparent url(/images/search.gif) no-repeat scroll center center; 
	width: 52px; 
	height: 24px; 
	/*-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;*/
	margin: 0px;
	float: right;
	margin-right: -20px;
	
}

#s {
	width: 98px;
	height: 20px;
	margin: 0px;
	border: 1px solid #dedede;
	position: absolute;
}

#sidebar ul li h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	clear: both;
}

#sidebar ul li div {
	margin-bottom: 10px;
	height: 24px;
}

#sidebar ul li ul li {
	list-style-image: url(/images/list-image.gif);
	margin-left: 20px;
}

.post h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
}

h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.post {
}

.post h3 {
}

.postmetadata {
	text-align: center;
	margin-bottom: 20px;
}

.post ul {
}

#comment {
	width: 500px;
}

.pagetitle {
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
}

.narrowcolumn {
	padding-left: 10px;
}

.post {
	margin-left: 0px;
	padding-left: 0px;
} 

.hentry {
	margin-left: 0px;
	padding-left: 0px;
} 

.category-uncategorized {
	margin-left: 0px;
	padding-left: 0px;
}

.entry {
	padding-left: 0px;
}

.entry p {
	margin-left: 0px;
	padding-left: 0px;
}
