/*
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

*/



/* Begin Typography & Colors */
body {
	font: 10pt "Trebuchet MS", sans-serif;
	background: #666 url('images/bg_wrap.jpg') center;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	width:862px;
	margin:0 auto;
	}

#header {
    margin:0 auto;
	background: url(images/bg_masthead.jpg) no-repeat;
	height:192px;
	width:861px;
	text-indent:-1000px;
	clear:left;
	margin-top:-17px;
	}
	
#content {
	width:588px;
	margin-left:40px; 
	float:left;
	}

#sidebar {
	width:172px;
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:18px; 
	padding:0 20px 20px;
	background:#d8cfd0 url(images/bg_sidebar.jpg) no-repeat;
	font-family: "Trebuchet MS", sans-serif;
	}
		
#sidebar p {font-size: 10pt;}

a {
	color:#d8002a;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
h2 a {
	color:#970127;
	text-decoration:none;
	}
	
h2 a:hover {
	text-decoration:underline;
	}
	
h1, h2, h3, h4, h5 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color:#970127;
	font-weight:normal;
	text-align:left;
	}
	
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	text-transform:lowercase; margin:30px 0 10px 0;
	}
	
#footer {
	clear:both;
	text-align:center;
	padding:30px 0;
	}
	
#sidebar ul {list-style:none; margin:10px 0; padding:0;}
#sidebar ul li {margin:8px 0; font-family: "Trebuchet MS", sans-serif;}

h2.widgettitle {font-style:italic;font-size:13pt;}
h2.post_title { margin:40px 0 0 0; padding:0}
p.date {font-size:9pt; margin:3px 0 0; color:#666666; border-top: 1px solid #ddd; padding-top:3px; margin-top:3px;}
p.postmetadata {font-size:8pt; color:#666666; border-top: 1px solid #eee; padding-top:3px;}
img {padding-top:10px; border:none;}

#footer {color:#666; font: 12px/15px "Trebuchet MS", sans-serif;}
#footer a {color:#666; text-decoration:none;}
#footer a:hover {color:#AA1C34; text-decoration:underline;}
#id0copyrighttext a {color:#AA1C34; text-decoration:none;}

/* WP makes the main nav work */


#homebutton a.home {
   display:block; 
   width: 412px;
   height: 156px;
   left: 6px;
   top: 10px;
   text-indent:-1000px;

}

#mainmenu  {
   left: 545px;
}

#mainmenu li a  {
   color: #BBA9A6;
}

#backlink {padding-top:120px;}

#backlink a {margin-left:1640px; border:none; width:213px; height:21px; margin-top:220px; text-indent:none;
}

img a, img a:active, img a:hover, img a:visited {border:none;}