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

*/



body {
padding: 0;
margin: 0;
background: #f5ebea;
color: #3c3b3b;
font-family: arial, tahoma, verdana;
font-size: 12px;
line-height: 14px;
}

#container {
margin: 0 auto;
}

img {
border: none;
}

#top {
width: 1000px;
margin: 0 auto;
padding: 40px 0 0px 0;
}

#middle {
padding: 0 0 0 0;
margin: 0;
height: 480px;
vertical-align: middle;
}

#middle-contact {
padding: 0 0 0 0;
margin: 0 0 0 8px;
height: 480px;
vertical-align: middle;
width: 610px;
}

#middle-gallery {
padding: 0 0 0 0;
height: 432px;
vertical-align: middle;
margin-top: 60px;
}

#middle-page {
padding: 0 0 0 0;
height: 392px;
vertical-align: middle;
margin-top: 100px;
}

#bottom {
}

#footer {
float: left;
font-size: 10px;
color: #8c8b8b;
}

#logo {
padding-bottom: 30px;
}

#nav {
float: right;
margin: 0;
padding-bottom: 30px;
}

#nav ul {
margin: 0;
padding: 0;
}

#nav li {
display: inline;
}

#nav li a {
color: #d3261e;
text-decoration: none;
font-family: arial, tahoma;
font-size: 14px;
font-weight: normal;
padding: 0 12px 0 12px;
}

#nav li a:hover {
text-decoration: underline;

}

#nav li.current_page_item {
font-weight: bold;
}

a {
color: #9d0a0e;
text-decoration: none;
}

a:hover {
color: #9d0a0e;
text-decoration: underline;
}

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
	}

.entry {
height: 400px;
vertical-align: middle;
}

.entry-posts {
padding: 10px 0;
}

#sidebar {
float: right;
}

#content-posts {
float: left;
height: 250px;
}

.narrowcolumn {
width: 80%;
}

