/*
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";
@import "style/css/typography.css";
@import "style/css/layout.css";


/******************************************************
				NON-CLASS DECLERATIONS
******************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#c6c6c6;
	background: #000;
}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
h2 {
	margin: 10px 0;
	font-size: 18px;
}
p {
	margin-bottom:15px;
	font-size: 12px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	font-size: 11px;
}

.clear {
	clear: both;
}


/******************************************************
				BACKGROUND & CONTAINER
******************************************************/

.background {
	background-color: #1f1f1f;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.container {
	width: 970px;
	margin: 0 auto;
}

.banner {
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
	height: 262px;
}


/******************************************************
						SHADOWS
******************************************************/




/******************************************************
						HEADER
******************************************************/

.headerBG {
	background: #000;
	height: 125px;
	padding: 0px 15px 15px 15px;
}

.headerINT {
	background: #282828;
	height: 125px;
}

.headerContent {
	vertical-align: bottom;
	padding-top: 70px;
}

.menu {
	float: right;
}

.menu a {
	display: inline-block;
	margin: 20px 10px 0;
	color: #c6c6c6;
}


/******************************************************
						CONTENT
******************************************************/

.contentBG {
	background: #000;
	padding: 15px 15px 0;
}

.contentINT {
	background: #282828;
	padding: 35px;
}

.post {
       margin-bottom:60px;
}

.postBG {
	background-image:url(images/post.gif);
	background-repeat: no-repeat;
	width: 570px;
	padding: 15px;
}

.postDate {
	font-size: 36px;
	font-weight: bold;
}

.postMonth {
	font-size: 9px;
}

.date {
	width: 52px;
	height: 60px;
	background: #000;
	padding: 0 4px;
	float:left;
	margin-right: 15px;
}

.title {
	width: 495px;
	padding-top: 25px;
}

.postContent {
}

.postContent img {
	padding:5px;
	border: 1px solid #595959;
	margin: 15px 0 0 10px;
}
.postContent ul {
	margin: 0 0 15px 30px;
}
.postContent li {
	list-style:circle;
	margin-bottom: 5px;
}

.postFooter {
	font-size: 10px;
	padding-top: 30px;
}

.editLink {
	font-size: 9px;
}


/******************************************************
						COMMENTS
******************************************************/

#comment {
	padding: 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0;
}


/******************************************************
						SIDEBAR
******************************************************/

.sidebar {
	float: right;
	width: 170px;
	background-color: #282828;
	background-image:url(images/sidebar.gif);
	background-repeat: no-repeat;
	padding: 15px;
}

.sidebar h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.sidebar a {
	font-size: 11px;
}


/******************************************************
						FOOTER
******************************************************/

.footer {
	background: #000;
	text-align: center;
	padding: 20px 0;
}

.footer a {
	display: inline-block;
	margin: 0 10px;
	font-size: 9px;
	color: #fff;
}
