/*
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 {
	background: #a9a9a9;
	font-size:0.8em;
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	}
		
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	}	

h1 {
	color:#cb0133;
	}

p {
	line-height: 18px;
	}
	
a {
	color:#cb0133;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#page {
	width: 920px;
	margin:0 auto;
	background: #a9a9a9 url(images/content_bg.gif) repeat-y;
	}	
	
#header {
	width: 920px;
	height:166px;
	background: #a9a9a9 url(images/top_header.gif);
	}

#contact_info {
	padding: 80px 60px 0 0;
	float:right;
	text-align: right;
	}
	
#menubg {
	height:34px;
	background: url(images/menu_bg.gif);
	}
	
#navigation {
	height:34px;
	}

#navigation ul {
	width:860px;
	margin:0 auto;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	}

#navigation ul li a {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	margin:0 0 0 10px;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
	}

#navigation ul ul {display: none;}


#topphotosbg {
	background: #a9a9a9 url(images/content_bg.gif) repeat-y;
	}

#topphotos {
	width:860px;
	margin:0 auto;
	padding:0;
	}
	
#content {
	padding:30px 30px 30px 60px;
	float:left;
	width:500px;
	}	

#content li {
	line-height: 20px;
	}
		
#sidebar {
	padding: 30px 60px 30px 30px;
	float:right;
	width:240px;
	}

#blog_content {
	margin-top: 20px;
	}

.sidebar_content {
	border-left:1px solid #cb0133;
	border-bottom:1px solid #cb0133;
	border-right: 1px solid #cb0133;
	margin-bottom: 20px;
	}

.sidebar_content p {
	padding:0 10px;
	}

#sidebar h2 {
	font-size: 1.2em;
	background:#cb0133;
	padding:6px 10px;
	color:#FFF;
	}
	
#footerbg {
	background: #a9a9a9 url(images/footer_bg.jpg) no-repeat;
	padding-top:40px;
	height:74px;
	width: 920px;
	margin:0 auto;
	text-align: center;
	font-size:0.8em;
	}	
