/*
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

*/
.alignleft{
float:left;
}
.alignright{
float:right;
}
.navigation{
padding:25px auto;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #dcdedb url('images/background.jpg') repeat-x top left;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	width: 900px;
	margin:auto;
	}

#header {
	background: #dcdedb;
	}

#headerimg 	{
background: #dcdedb url('images/header.jpg') no-repeat bottom center;
	margin: auto;
	height: 200px;
	width: 900px;
	}
#nav{
width:900px;
height:32px;
background: #dcdedb;
}
#nav ul{
width:100%;
}
#nav li, #nav li a{
width: 20%;
padding:0 10px;
display:inline;
text-decoration: none;
font-size: 1.2em;
color:#6a3e33;
font-weight:600;
}
#content {
	font-size: 1.2em;
	width:100%;
	}
#content h2{
padding-top:20px;
margin-left: 20px;
}	
.entry{
width:85%;
margin:20px auto;
}
#fcg {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	height:235px;
	border: 1px solid #E6E6E6;
	}
	
#fcg h2 {
	
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
	}

#fcg .post{
width: 400px;
margin-left: 320px;
margin-top:-200px;
color: #000;
}		
	
#fcg .post p {
	
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
.postbox{
border:2px solid #dcdedb;
padding:5px;
}
.postbox h2{
padding:0;
margin:0;
}
img{
border:2px solid #dcdedb;
padding:5px;
margin:10px;
}
#footer p{
margin-left: 10px;
}