/*
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{
	color: #222; 
	background: #D9D1C7; 
	font-size:1.0em  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#000;
}
a:hover{
	color:#999;
	text-decoration:none;
}

h1{
	font-family: 'Lobster', Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
        color: white; 
	font-weight: bold; 
	font-size: 2.0em; 
	text-align: left; 
	line-height: 145%; 
	margin: 25px 0 0px 0; 
	padding-top:25px; 
	padding-left:25px;
} 
h2{
	color:#000; 
	font-size: 1.6em; 
	padding-bottom: 5px; 
	margin: 10px 0 0 0;}
h3{
	
}
#comments{
	margin-bottom:25px;
}
h4{
	font-family: 'Lobster', Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color:#fff; 
	font-weight:italic; 
	font-size:.9em; 
	text-align:left; 
	margin:0; 
	padding-left:25px; 
	padding-bottom:25px; 
}
h1 a{
	color:#fff;
	text-decoration:none;
}
h1 a:hover{
	color:#fff;
	text-decoration:none;
}

h2 a{
	color:#000;
	text-decoration:none;
}
h2 a:hover{
	color:#999;
}

#header{
	width:600px; 
	margin: 0px auto; 
	padding: 0px; 
	background-color:#1674D9; 
	margin-top:25px;
}
	
#wrapper{
	width:600px; 
	margin: 0px auto; 
	padding: 0px;
}
#pages{ 

}
#menu{
	color:white; 
	text-align:right; 
	margin-right: 8px;
}
#content{
	background: white; 
	padding: 25px;
}
img{
	border:0px solid gray;
}
.alert-temp{
	font-size:.8em;
	font-style:italic;
	
}
#blog-meta{
	color:#1E1E1F;
	font-size:.85em;
	margin-bottom:25px;
}
a blog-meta{
	color:black;
}
a:hover blog-meta{
	color:yellow;
}
small {
color:#CCCCCC;
float:left;
font-size:10px;
font-weight:bold;
padding:8px 8px 5px 0;
text-transform:uppercase;
}

.date {
font-size:30px;
font-weight:bold;
line-height:0.8;
}

.postmetadata {
font-size:12px;
height:1%;
}


p{
	line-height:100%; 
	font:1.0em "Lucida Sans Unicode", "Lucida Grande",georgia, arial, sans-serif; 
	text-align: justify;
	margin-bottom:20px;
}
p a{
	color:#222222;
	background-color:#FAEC7F;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}
p a:hover{
	color:#222222;
	background-color:#E2CA1A;
}
#footer{
	width:600px; 
	background-color:#939296; 
	margin: 0px auto; 
	margin: 0px 0; 
	color: #fff;
}
.footp{
	padding:25px;
	font-size:.9em;
}
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

