/*
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 {
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	color:#111;
}

a:hover {
	color:#EEE;
}

textarea {
	border:#555 solid 1px;
	background-color:#EEE;
}
textarea:hover {
	border:#000 solid 1px;
}
input {
	border:#555 solid 1px;
	background-color:#EEE;
}
input:hover {
	border:#000 solid 1px;
}
.header {
	width: 862px;
	height: 692px;
	margin: 0 auto;
	background:url(img/header-bg.jpg);
	margin-top: 15px;
}

.main_wrapper {
	width: 862px;
	margin: 0 auto;
	background-color:#f6a41c;
}
.bg1 {
	background:url(img/c-bg1.gif) top left no-repeat;
}
.bg2 {
	background:url(img/c-bg2.gif) top right no-repeat;
}
.bg3 {
	background:url(img/c-bg3.jpg) bottom left no-repeat;
}
.bg4 {
	background:url(img/c-bg4.gif) left bottom repeat-x;
	padding-bottom:220px;
}

.menu {
	font-size:13px;
	text-transform:uppercase;
	color:#ffc566;
	width: 862px;
	height: 32px;
	margin:0 auto;
	padding-top: 16px;
	text-align:center;
}
.menu a {
	color:#ffc566;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2.5px;
}
.menu a:hover {
	color:#ffb844;
	border-bottom:dotted 1px #ffb844;
}
.leftcolumn {
	padding: 20px 0 0 35px;
	width: 540px;
	float:left;
}

.rightcolumn {
	padding-top: 36px;
	float:right;
	width: 230px;
	padding-right: 10px;
}
h2 {
	color:#111;
	text-transform:uppercase;
	font-size:15px;
}
h2 a {
	color:#111;
	font-weight:bold;
	text-decoration:none;
}
.date {
	color:#444;
	font-size:11px;
}
.record {
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top: 5px;
}
.comment_record {
	text-align:right;
	font-size:11px;
}
.comment_record a {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
#comments {
	padding:10px 0;
	font-size:13px;
	text-transform:uppercase;
}
.commentlist {
	font-size:12px;
	padding-bottom: 20px;
}
.comment-meta {
	padding-bottom: 6px;
}
.comment-meta a {
	text-decoration:none;
	color:#333;
	font-size:10px;
}
.comment-body {
	padding-bottom: 20px;
}
.fn {
	font-weight:bold;
}
#respond {
	margin-top: 10px;
	padding-bottom: 50px;
}
#author {
	margin-top: 8px;
}
#email {
	margin-top: 2px;
}
#comment {
	margin-top: 2px;
	width: 482px;
	height: 130px;
}
#submit {
	margin-top: 2px;
	width: 130px;
	text-align:center;
	background-color:#ffb844;
}
#s {
	vertical-align:top;
	height:20px;
}
#searchsubmit {
	vertical-align:top;
	width: 70px;
	text-align:center;
	background-color:#ffc566;
	height:22px;
}
#searchform {
	padding-top: 5px;
}
.footer {
	width: 862px;
	margin:0 auto;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#333;
	text-align:center;
	font-size:12px;
}
.footer a {
	color:#333;
	text-decoration:none;
}
.hentry {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom:#111 dotted 1px;
}
.hentry p {
	padding-bottom: 15px;
}
.widget {
	padding-bottom: 20px;
	font-size:13px;
}
.widget a {
	font-weight:bold;
	text-decoration:none;
}
.widgettitle {
	padding-top: 3px;
	color:#89180b;
	font-size:15px;
	font-weight:bold;
}
.byuser {
	color:#F00;
}