/*
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-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555555;
	background: #fff;
	}

#page {
	background-color: white;
	text-align: left;
	padding-top: 1px;
	}

#header {
	margin-left: 50px;
	margin-top: 20px;
        margin-bottom: 20px;
	}


#headerimg	{
	}

a:link	 { text-decoration: none;
         font-size:12px;
		 font-family:Helvetica, Verdana, Arial, sans-serif;
		 color:#000000;
}
a:focus {outline: none}

a:active  { text-decoration: none;
         font-size:12px;
         font-family:Helvetica, Verdana, Arial, sans-serif;
		 color:#000000;
}

a:visited  { text-decoration: none;
         font-size:12px;
         font-family:Helvetica, Verdana, Arial, sans-serif;
		 color:#000000;
}

a:hover  { text-decoration: none;
         font-size:12px;
         font-family:Helvetica, Verdana, Arial, sans-serif;
		 color:#FF3300;
}

a img { border: none; }

	
#content {
	width: 550px;
	text-align:left;
	padding-left: 50px;
	float:left;
	}
	
#content .date {
	margin-top: 8px;
	font-size: 11px;
	}
	
#content_wrapper {
	width: 500px;
	float:left;
	}

	
#sidebar {
        position: absolute;
	left: 640px;
        top: 163px;
	width:200px;
	}	
	
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	color:#000000;
        border-bottom:solid #000;
        border-width: 2px; 
        width: 500px;
        padding-bottom: 10px;
	}

#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
        border:none;
        padding-bottom: 0px;
        margin-top: 20px;
	}
	
.entry {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 500px;
        color: #333333;
	}

.entry a:link {
       font-weight: bold;
       }

.post  {margin-bottom:30px
	
	}

.postmetadata  {margin-bottom:60px}
	
#clear {
	clear:both;
	margin-bottom: 60px;
	}
	
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#sidebar li {
	margin: 0px;
	padding:0;
	}
	
#menu {
	position:fixed;
	width: 100px;
	padding-left: 30px;
	top: 180px;
	float: left;
	}
	
#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title { }

#menu ul a:link { font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif; color:#555555; line-height: 20px;}

#menu ul a:active { font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif; color:#FF0033; line-height: 20px;}

#menu ul a:visited { font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif; color:#555555; line-height: 20px;}

#menu ul a:hover { font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif; color:#FF0033; line-height: 20px;}

	
#menu a:link .current_page_item {
	color:#3d3e40;
	text-decoration:none;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	}
	
#menu a:visited .current_page_item {
	color:#3d3e40;
	text-decoration:none;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	}
	
	
#footer {
	margin-top: 40px;
	margin-left: 0px;
	padding-top: 10px;
	width: 500px;
	clear: both;
	font-size: 10px;
	border-top:thin #000000 solid; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	}

#singlepost
        {margin-left: 50px;}
/*	
#pagemenu {
	margin-top: 30px;
	}

#pagemenu ul{
	list-style:none;
	}
	
#pagemenu li{
	display:inline;
	margin-right: 10px;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:normal;
	}
*/	
