/*
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: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	background: #FFF;
	color: #333;
margin:0;
padding:0;
	}
h2, em { font-family: 'Century Schoolbook', Times New Roman, Serif; }
h2 { font-style:italic;  margin-bottom:2px }

#page {
	background-color: white;
	text-align: left;
	}


#content {
	font-size: 1.2em;
	}



#footer {
	border-top: 2px dotted #000;
	}


/* Begin Structure */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 910px;
	}


.clear {
	clear: both;
}

#footer {
	padding: 10px 0;
	margin: 0 auto;
	width: 910px;
	clear: both;
	}

.entry { border-top:1px dotted #666; margin-bottom:40px }

/* End Structure */



/* 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 */



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

a { text-decoration:none;padding-left:3px;padding-right:3px;background:#FFF;color:#000}
#footer a:hover { background:#E00;color:#FFF }
.navigation a { text-decoration:none;
padding:5px;
background:#E00;
color:#FFF;
font-size:1.4em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; }

.navigation a:hover { 
-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
} 



