/*
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";

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #cccccc;
        font-size: 13px;
}
#wrapper {
	width: 1010px;
	background-color: #FFFFFF;
	padding: 30px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 260px;
	float: left;
}
#topgreybox {
	background-color: #666666;
	margin-top: 15px;
	margin-bottom: 30px;
}
#submit {
	width: 680px;
	float: right;
	text-align: right;
}
#sidebar {
	float: left;
	width: 300px;
}
#content {
	float: right;
	width: 680px;
}
#sidegreybox {
	background-color: #000000;
	font-size: 2px;
	margin-bottom: -10px;
}
.footer {
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 10px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.sidebartitle {
	font-size: 14px;
	font-weight: bold;
}
.title {
	font-size: 21px;
	font-weight: bold;
}

#greybox {
	background-color: #000000;
	font-size: 2px;
}


#lightgreybox {
	background-color: #dddddd;
	font-size: 2px;
}





















#comments h3, #comments h4{
font-family:Helvetica, serif;
font-size:18px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:18px;
}
#comments cite{
font-family:Helvetica, serif;
font-size:12px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
padding:10px 5px 20px 10px;
min-height:50px;
}
#comments p {
margin:10px 20px 0 20px;
}
#comments span {
text-align:right;
position:relative;
display:block;
color:#eee;
font-family:Helvetica, serif;
font-size:18px;
font-weight:normal;
top:35px;
height:0;
z-index:-1;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Helvetica, serif;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Helvetica, serif;
width:370px;
font-size:14px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Helvetica, serif;
font-weight:bold;
font-size:12px;
}






p {
margin:10px 0;
padding:0;
}

.right {float:left; width:200px;}
.left {float:left; width:200px;}
