/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";





/* universal */

body {
	text-align:center;
	background-color: #f0ede4;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	font-size: 14px;
	line-height: 130%;
	color: #656145;
	margin: 5px 10px 0;
}

#container {
	margin: 0 auto;
	text-align:left;
	width: 980px;
	border: 7px solid #ffffff;
	border-top-style: none;
	background: #f0ede4 url(/blog/assets/images/navbg.jpg) no-repeat;
}

#navigation {
	float:left;
	width: 245px;
}

#navigation a {
	color: #656145;
	text-decoration:none;
	font-size: 26px;
}

#navigation a:hover {
	color: #a9a878;
}

#navigation ul {
	margin-top: 165px;
}

#navigation li {
	margin-left: 45px;
	margin-bottom: 19px;
}

#mainwrap {
	width: 721px;
	border-left: 7px solid #fff;
	margin-left: 245px;
}

.floatl {
	float: left;
	margin-right: 10px;
}

#sidebar {
	width: 121px;
	margin-left: 600px;
	font-size: 11px;
	color: #656145;
	margin-top: 370px;
}

.main {
	width: 590px;
	float: left;
}

#sidebar h2 {
	color: #656145;
	font-size: 18px;
	line-height: 100%;
	font-weight: normal;
	margin-bottom: 10px;
}


/*
Blog Entries
*/
a {
	color: #656145;
	text-decoration:none;
}

a:hover {
	color: #a9a878;
	text-decoration: underline;
}
.post h2 {
	color: #656145;
	font-size: 24px;
	font-weight: normal;
}

.post {
margin-left: 60px;
padding-bottom: 20px;
}


.datebox {
	width: 36px;
	float: left;
	padding: 5px;
	background: #656145;
	color: #fff;
	text-align: center;
	margin: 10px 10px 0 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;

}

.day{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.month{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.year{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

#footer p {
	font-size: 11px;
	text-align: center;
}