/* CSS Document */
/*  
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/

	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

*/















body {
  	font-size: 87.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e7e7e7;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #000;
	}
	
a:visited {
	color: #000;
	}
	
a img {
	border: none;
	}

#wrapper {
	background: transparent url('/images/background.gif') repeat-y top;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 820px;
	}

#header {
	margin: 0 ; 
	padding: 0; 
	height: 200px; 
	width:820px;
	}




#content {
	font-size: 1.2em;
	float: left;
	padding: 0 0 20px 35px;
	margin: 40px 0 0;
	width: 570px;
	line-height: 1.4em;
	text-align: justify;
}

#content a {
	border-bottom: 1px solid #00f;
	
	}

#content a:hover {
	border-bottom: 1px solid #000;
	}
	
#content a:visited {
	border-bottom: 1px solid #000;
	}
		

#site_navigation
{
	padding:  0;
	float: left;
	margin: 60px 0 0 25px;
	width: 175px;	

	}

#site_navigation ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#site_navigation ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}
	
#site_navigation ul li a {
	font-size: 1.1em;
	}
	

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/footer3.gif') no-repeat top; 
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 820px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}


h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin: 30px 0 0;
}



h3 {
	font-size: 1.3em;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}





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

.rightfloat {
	float: right;
	}

.leftfloat {
	float: left
	}


.center {
	text-align: center;
	}
	
	.pullout {
        float: left;
        padding: 5px;
        margin: 5px;
        width: 200px;
        background: #eee;
        }

