/*
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
Text Domain: kubrick

	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-size: 11px; /* Resets 1em to 10px */
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align: left;
	}
	h2, h3 {
	font-family:  Arial, Sans-Serif;
	font-weight: bold;
	color: #ff2400;
	font-size: 14px;
	}
	h1 {
	font-family:  Arial, Sans-Serif;
	font-weight: bold;
	color: #ff2400;
	font-size: 16px;
	}
	strong {
	font-family:  Arial, Sans-Serif;
	font-weight: bold;
	color: #ff2400;
	}

#content {
	font-size: 11px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	}

.widecolumn .entry p {
	font-size: 11px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 12px;
	}

.widecolumn {
	line-height: 14px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 5px;
	margin: 0px 0 0;
	width: 500px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 500px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar {
	position: relative;
	display: inline;
	float: left;
	margin: -40px 0px 0px 10px;
	padding: 10px;
	width: 180px;
	text-align: left;
	font: 11px  "Verdana", Arial, Helvetica, sans-serif;

}

#sidebar h2 {
border-bottom: 1px dotted #000000;
	color: #ff2400;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px; /* Resets 1em to 10px */
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sidebar h2 a {
	border-bottom: 1px dotted #000000;
	color: #00000;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
}

#sidebar li {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

#sidebar li a {
	text-decoration: none;
}

#sidebar li a:hover {
	color: #000000;
	text-decoration: none;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

	
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */	
	
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 11px "Verdana", Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Video */
	
.video {
	margin:10px 0px 0px 10px;
	width:265px;
	height:218px;
	background: #f9f9f9;
	border:1px solid #ccc;
	padding:3px;
	}

h2.alth2 {
	margin:0px 0px 10px 10px;
	color:#3e3a31;
	font-family: Trebuchet MS;
	font-size: 16px;
	padding:0px 0px 4px 0px;
	border-bottom: 1px dotted #3e3a31;
	width:auto;
	text-align: left;
	}

h2.alt2h2 {
	margin:10px 0px 0px 0px;
	color:#fff;
	font-family: Trebuchet MS;
	font-size: 16px;
	padding:4px;
	width:auto;
	text-align: left;
	background:#666;
	}