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

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size:13px;
	background:#000;
	line-height:18px;
}

p {
	margin-bottom:22px;
}

a {
	color:#666;
	text-decoration:underline;
}

a:hover {
	color:#666;
	text-decoration:none;
}

#container {
	width:960px;
	margin:0 auto;
}

/* Header */
#header {
	height:126px;
}

#header h1 {
	padding-top:30px;
	font-size:36px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:normal;
}

#header h1 a {
	color:#fff;
	text-decoration:none;
}

#header p {
	color:#fff;
}

/* Main Content */
#main-content {
	width:710px;
	float:left;
	background:#fff;
	margin-right:10px;
	padding:30px 0;
}

.post, .page {
	margin:0 30px 30px;
}

body.home .post h2 {
	font-size:26px;
	line-height:normal;
	color:#aa0000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", serif;
	margin-top:10px;
}

body.archive .post h3, body.search .page h3, body.search .post h3 {
	font-size:26px;
	line-height:normal;
	color:#aa0000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", serif;
	margin-top:10px;
}

body.single .post h2, body.page .post h2 {
	font-size:26px;
	line-height:normal;
	color:#aa0000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", serif;
	margin-top:10px;
	margin-bottom:20px;
}

.post h2 a, .post h3 a, .page h3 a {
	text-decoration:none;
	color:#aa0000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", serif;
}

/* Comments */
h3#comments {
	margin:0 30px;
}

ol.commentlist {
	margin:0 30px;
}

ol.commentlist li {
	margin-bottom:30px;
}

#respond {
	margin:0 30px;
}

textarea#comment {
	width:600px;
	margin-bottom:10px;
}

/* Secondary Content */
#secondary-content {
	width:240px;
	float:left;
}

#secondary-content p {
	color:#999;
}

#secondary-content h2 {
	font-size:14px;
	color:#fff;
	background:#666;
	padding:7px 0 7px 7px;
}

#secondary-content ul li {
	background:#333;
	margin-bottom:10px;
}

#secondary-content ul ul {
	padding:15px 0;
}

#secondary-content ul ul li {
	margin:0 0 0 20px;
	color:#999;
}

#secondary-content ul ul ul {
	margin:0;
	padding:0;
}

#secondary-content a {
	color:#ccc;
	text-decoration:none;
}

#secondary-content a:hover {
	color:#ccc;
	text-decoration:underline;
}

/* Footer */
#footer {
	clear:both;
	padding-top:15px;
}

#footer p {
	color:#666;
}