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

	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-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url('images/fade2.gif'); 
	background-repeat: repeat-y;
	background-color: #BFB88B;
	padding: 0;
	margin: 0;
	spacing: 0;
	
	}

a {
	text-decoration: none;
	color: #476234;
	}

a:hover {
	text-decoration: underline;
	}

#content img {
	float: right;
	padding: 20px 0px 20px 20px;
	}

#page {
	position: relative;
	width: 90%;
	}

#header {
	position: relative;
	text-align: left;
	margin-left: 25px;
	margin-top: 25px;
	width: 100%;
	height: 104px;
	z-index: 2;
	}

#header li, #footer li {
	display: inline;
	list-style-type: none;
	margin-right: 2em;
	}

#footer li {
	font-weight: bold;
	}

#header img {
	float: left;
	padding-right: 100px;
	}

#footer {
	float: left;
	clear: left;
	margin-left: 50px;
	padding-top: 150px;
	font-size: .9em;
}

#footer hr {
	margin-bottom: 30px;
	}

#powered {
padding-top: 50px;
width: 300px;
font-size: .7em;
}

#loginout {
padding-top: 50px;
}

#loginout a{
color: gray;
}

#content {
	position: relative;
	text-align: left;
	margin-left: 225px;
	z-index: 4;
	}
	
#start_page {
	position: relative;
	text-align: left;
	margin-left: 325px;
	width: 400px;
	}

#sidebar  {
	position: relative;
	width: 170px;
	padding-top: 20px;
	margin-left: 35px;
	text-align: left;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	z-index: 3;
	}

#sidebar-list, #profile {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#sidebar-list li {
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(images/bullet.gif) left center no-repeat;
	}
	
#profile {
	margin-bottom:20px;
	}

#profile li {
	padding-bottom: 10px;
	font-size: 90%;
	}

#edit_page {
	font-size: .8em;
	font-weight: bold;
	}

#category {
	border-left: medium solid #4C4C4C;
	margin-left: 50px;
	padding-left: 50px;
	}
	
#category h2 {
	color: #4C4C4C;
	}

#category h3 {
	padding-left: 50px;
	}
	



