/*
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.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

body {
	background: #feefaa url(images/body-bg.jpg) top left no-repeat;
	font-family: arial;
	font-size: 13px;
	color: #333;
}
p {
	padding: 5px 0px;
}
a {
	color: #3e0b0b;
	outline: none;
}
#main {
	width: 880px;
	margin-left: 98px;
	overflow: auto;
}
#header {
	height: 132px;
}
#header .left {
	width: 590px;
	float: left;
}
#header .right {
	width: 260px;
	float: right;
}
#nav {
	width: 880px;
	height: 60px;
	background: url(images/nav-bg.jpg) no-repeat;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;
}

#logo {
	width: 540px;
	height: 75px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
	margin-top: 35px;
	margin-left: 40px;
}
#feed {
	width: 206px;
	height: 57px;
	background: url(images/feed.jpg) no-repeat;
	float: right;
	margin-top: 33px;
	margin-right: 18px;
}
#content {
	background: #3f0c0c;
	overflow: auto;
}
#search {
	width: 255px;
	height: 22px;
	margin-top: 20px;
	float: right;
	clear: both;
}

#post {
	float: left;
	width: 572px;
	margin-left: 18px;
	overflow: auto;
	background: #fff url(images/post-bg.jpg) repeat-y;
}

#sidebar {
	float: right;
	width: 262px;
	margin-right: 18px;
	overflow: auto;
	background: url(images/sidebar-bg.jpg) repeat-y;
}
#sidebar .bottom {
	height: 23px;
	background: url(images/sidebar-bottom-bg.jpg) bottom center no-repeat;
}

#sidebar .wrap-top {
	background: url(images/sidebar-top-bg.jpg) top center no-repeat;
	overflow: auto;
}
#sidebar .wrap {
	margin: 40px 20px;
}

#footer {
	height: 40px;
	background: #3f0c0c url(images/footer-bg.jpg) bottom center no-repeat;
	margin-bottom: 20px;
}
#footer .wrap {
	margin: 0px 20px;
}


/* stylings */
#nav .wrap {
	margin-left: 20px;
	margin-top: 15px;
}
#nav div {
	font-size: 10px;
	text-transform: none;
}
#nav li {
	float: left;
	height: 45px;
	padding: 0px 37px;
	background: url(images/nav-sep.jpg) bottom right no-repeat;
}
#nav li.last {
	background: none;
}
#nav  a {
	color: #fef2bc;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	margin-right: 2px;
}

#search .textbox {
	width: 155px;
	float: left;
	height: 22px;
}
#search .button {
	width: 55px;
	height: 22px;
	float: left;
	margin: 0px;
	margin-left: 5px;
}
#search .text {
	width: 150px;
	height: 17px;
	line-height: 17px;
	padding: 2px;
	border: 1px solid #f0d96e;
	background: #fff6cd;
	color: #555;
	font-size: 11px;
}

#post .top {
	height: 23px;
	background: #fff url(images/post-top-bg.jpg) no-repeat;
}
#post .bottom {
	height: 23px;
	background: #fff url(images/post-bottom-bg.jpg) bottom center no-repeat;
}
#post .wrap {
	width: 510px;
	margin: 10px auto;
	overflow: auto;
	padding-bottom: 100px;
	overflow-x: hidden;
}
#post h1 {
	font-size: 18px;
	color: #111;
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(images/h1-bg.jpg) no-repeat left 3px;
}
#post h1.home {
	font-size: 16px;
	margin-bottom: 0px;
	padding: 0px;
	background: none;
	padding-top: 25px;
}
#post h2 {
	color: #777;
}
#post h1 a {
	font-size: 20px;
	color: #111;
	text-decoration: none;
}
#post h3 {
	font-size: 15px;
	font-weight: bold;
}
#post h3 a {
	font-size: 20px;
	color: #111;
	text-decoration: none;
	font-weight: normal;
}
#post .sep {
	height: 20px;
	background: url(images/post-sep.jpg) center center no-repeat;
	margin-bottom: 10px;
}
#post .sep2 {
	height: 40px;
}
#post .sep3 {
	height: 1px;
	border-bottom: 1px dashed #555;
	margin: 10px 0px;
	clear: both;
}
#post p {
	padding: 5px 0px;
}
#post .details {
	font-size: 11px;
	color: #333;
	overflow: auto;
}
#post .author {
	width: 160px;
	height: 18px;
	line-height: 18px;
	border-right: 1px solid #888;
	font-size: 11px;
	color: #333;
	float: left;
}
#post .addthis {
	width: 125px;
	float: left;
	margin-left: 10px;
}

#post ul {
	margin-bottom: 10px;
}
#post li {
	margin-left: 20px;
	list-style-type: disc;
}

#post img {
	float: right;
	margin-left: 10px;
}
#post .wp-caption {
	font-size: 10px;
	color: #777;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 5px;
}
#post .alignright {
	float: right;
}

#post blockquote {
	margin-left: 20px;
	border-left: 3px solid #ccc;
	padding-left: 10px;
	
}
#sidebar ul li {
	margin-bottom: 20px;
}
#sidebar ul li ul {
	margin-left: 20px;
}
#sidebar ul li ul li {
	margin-bottom: 5px;
	list-style-type: disc;
}
#sidebar h5 {
	font-size: 20px;
	padding-bottom: 10px;
	background: url(images/sidebar-heading-bg.jpg) bottom center no-repeat;
	display: block;
	margin-bottom: 10px;
	color: #3e0b0b;
}

#sidebar .about {
	float: right;
}

#footer p {
	color: #feefaa;
}
#footer a {
	color: #feefaa;
}

#buy-box {
	width: 450px;
	padding: 20px;
	border: 1px dashed #aaa;
	background: #efefef;
	color: #111;
	overflow: auto;
}
#buy-box .text {
	width: 280px;
	float: left;
}
#buy-box span {
	color: #ff0000;
	font-weight: bold;
}
#buy-box .button {
	width: 150px;
	float: right;
	margin-right: 8px;
}
#buy-box img {
	float: none;
}
#buy-box .note {
	font-size: 11px;
	color: #000;
	margin-top: 10px;
	border: 1px solid #feefaa;
	padding: 5px;
	background: #fef6d1;
}
#buy-box .note span {
	color: red;
	font-weight: bold;
}
