/*
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-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Times', Serif;
	background: #0f0f0f;
	color: #ffffff;
	text-align: left;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

p {
	font-size: 1.35em; line-height: 1.4em; 
	}
	

	
p.shows {
	font-size: 1.15em; line-height: 1.15em; font-weight: bold;
	}	
	
p.quote {
	font-size: 1.9em; line-height: 1.2em; font-weight: regular;
	}	

p.here {
	font-size: 1.6em;
	}		

.widecolumn .entry p {
	font-size: 1.5em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.5em;
	}

.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;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Times New Roman', Serif;
	font-weight: regular;
	}

h1 {
	font-size: 2.8em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 3.0em;
	}

h2.pagetitle {
	font-size: 2.0em;
	text-align: left;
	}

#sidebar h2 {
	font-family: 'Times', Serif;
	font-size: 1.3em;
	}



h3 {
	font-size: 2.1em; line-height: 0em;
	}

h1, h1 #headerimg .description {
	text-decoration: none;
	color: #ffffff;
	}
	
	a, a:visited {
	font-size: 1.6em;
	text-decoration: none;
	color: #777777;
	}
	
	a:hover {
	font-size: 1.6em;
	text-decoration: none;
	color: #ffffff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffffff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}



/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0;
	}

h2 {
	margin: 0 0 0;
	}

h2.pagetitle {
	margin-top: 0;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

a.text {
	font-size: 1em; line-height: 1.4em; 
	}	

/* End Headers */












