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

*/

img{border:none;}

/* Begin Typography & Colors */
body {
	background-color:#F1F1F1;
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:0;
	margin:0;
	}

#page {
	background:url("images/pagebg.jpg") top left repeat-y transparent;
	margin:0 auto 0 auto;
	width:794px;
	}

#header {
	background: url('images/headerbg.jpg') no-repeat center top;
	width:754px;
	height:413px;
	padding:0;
	margin:0 auto 0 auto;
	}

/* Begin Sidebar */
#sidebar
{
	padding:12px 0 0 0;
	margin:0 auto 0 auto;
	width:754px;
	height:30px;
	background-color:#d80224;
	text-align:center;
	}

#sidebar ul{
	margin: 0;
	padding:0;
	display:inline;
	height:20px;
	}

#sidebar ul li ,#footer ul li{
	list-style-type: none;
	list-style-image: none;
	display:inline;
	padding:0 3px 0 3px;
	}



#sidebar ul li a{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:100;
}
#sidebar ul li a:hover{
	color:#CCC;
}

#sidebar ul li.current_page_item a, #sidebar ul li.current_page_item a:hover{
	color:#000;
	font-weight:600;
	text-transform:uppercase;
}

#content{
	padding:10px 0 30px 0;
	margin:0 auto 0 auto;
	width:720px;
	text-align:left;

}
#content .entry, #content div.post{
	margin:0 auto 0 auto;
	width:690px;
	text-align:left;
	font-size:13px;
	color:#333;
	line-height:150%;
}

#content .entry a, #content div.post a, #content .entry a:link, #content div.post a:link,#content .entry a:visited, #content div.post a:visited{
	text-decoration:none;
	color:#660000;
	line-height:150%;
}
#content .entry a:hover, #content div.post a:hover{
color:#999;
}

#content .entry ul li, #content .post ul li{
	list-style-image:url("images/list.png");
	font-size:14px;
	color:#333;
}

#content .entry h1, #content .post h1{
	font-size:30px;
	color:#b80224;
	line-height:35px;
}

#content .entry h2, #content .post h2{
	font-size:20px;
	color:#333;
	line-height:25px;
}

#content .post h2{
	margin-bottom:0;
}

#conent div.post div.entry p{ padding:0;}

#content div.post h2 a{ 
	text-decoration:none;
	font-size:20px;
	color:#333;
	line-height:25px;
	}

.postmetadata{display:none;}

#footer {
	background: url('images/footertopbg.jpg') no-repeat top center transparent;
	margin:0 auto 0 auto;
	width:794px;
	height:100px;
	padding:50px 0 0 0;
	font-size:12px;
	font-weight:100;
	}

#footer ul{
	position:relative;
	top:-130px;
	left:80px;
	margin:0;
	padding:0;
	display:inline;
	height:20px;
	}

#footer ul li a{
	color:#d80224;
	text-decoration:none;
	font-size:12px;
	font-weight:100;
}
#footer ul li a:hover{
	color:#333;
}
#footer ul li.right{
	padding:0 0 0 280px;
	
}

#footer ul li.right a img{
	margin:-10px 0 0 0;
	
}

#footerlogo{
	width:128px;
	height:128px;
	position:relative;
	top:-95px;
	left:-45px;
	margin:0;
	padding:0;
	background:url("images/footerlogo.jpg") top left transparent;
}


