/*
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";

*{
	margin:0;
	padding:0;
}

body{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 15px;
	color: #333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
	background-color: #eee;
/*	background: #ddd url(media/bg.jpg) repeat-x;*/
}

a{
	color: #264A91;
}

a:active{
/*	color: #EB2624 !important;*/
}

a:hover{
/*	text-decoration: underline;*/
}

.displaynone{
	display:none;
	
}

#wrapper{
	width: 980px;
}

#main{
	padding: 30px 20px 20px 20px;
	width: 640px;
	float:left;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* Sidebar */

#sidebar{
	height: 100%;
	float:left;
	width: 250px;
	padding:  40px 24px 0px 24px;
/*	position: fixed;*/
	line-height: 150%;
	color: #000;
}

#sidebar a{
	color: #000;
}

#sidebar h1{
	text-transform: uppercase;
	font-family: "Helvetica neue", Helvetica, sans-serif;
	font-size: 32px;
	margin-bottom: 5px;
}

#sidebar h1 a{
	text-decoration: none;
	color: #000;
}

#grey{
	color: #888;
}

#tagline{
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 120%;
}

#sidebar h3{
	font-size: 16px;
	line-height: 150%;
}

#sidebar p{
	font-size: 14px;
	font-family: Georgia, Times, serif;
}

#sidebar label{
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}

#sidebar ul{
	list-style-type: none;
}

.widget{
	margin: 15px 0;
}

#sidebar ul li{
}

.textwidget{
	font-size: 14px;
	font-style: italic;
	line-height: 150%;
	font-family: Georgia, Times, serif;
}

.widget_search input{
	padding: 7px;
	border: 1px solid #aaa;
	width: 226px;
	font-size: 16px;
	font-weight: normal;
/*	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
}

#searchsubmit{
	width: 50px;
	display:none;
}

.widget_links{
	
}

.widget_links li a{
	font-size: 14px;
	font-style: italic;
	line-height: 100%;
	font-family: Georgia, Times, serif;
}

#rss a{
	font-size: 14px;
	font-family: Georgia, Times, serif;
}


/* Post */

.post{
	margin-bottom: 10px;
	
}

.post h2{
	margin-bottom: 5px;
	font-size: 50px;
}

.post h2 a{
	color: #222;
	text-decoration: none;
}

.post ul{
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 150%;
}

.post ul li{
	list-style-type: disc;
}

.post ol{
	margin-bottom: 20px;
	margin-left: 50px;
	line-height: 150%;
}

.post ol li{
	list-style-type: decimal;
}

.meta{
	font-size: 24px;
	margin-bottom: 20px;
}

.meta a{
	font-weight: bold;
	color: #444;
}

.post p{
	margin-bottom: 20px;
	line-height: 150%;
}

.post object{
	width: 100%;
	margin-bottom: 10px;
}

.post img{
	height: auto;
	margin-bottom: 10px;
}

.alignright{
	width: 300px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 15px;
	float:right;
	overflow: hidden;
}

.aligncenter{
	width:100%;
}

/* Commenting */

#respond{
	width: 620px;
}

#respond h3{
	color: #222;
}

.comment-list{
	list-style-type: none;
	width: 640px;
	padding: 10px 0;
}

.comment{
	padding: 0px;
/*	background: #DDD url(media/bg.jpg) repeat-x;*/
	overflow: hidden;
	margin-bottom:20px;
}

.comment p{
	margin-bottom: 10px;
}

.fn{
	font-size: 17px;
	font-weight: bold;
}

.fn a{
	color: #222;
	text-decoration: none;
}

.loggedin{
	margin: 5px 0;
}

.says{
	display:none;
}

#comment{
	width: 640px;

	font-size: 16px;
}

#author, #email{
	font-size: 17px;
	padding: 4px;
	margin: 5px 0;
}

#url{
	font-size: 17px;
	padding: 4px;
	margin: 5px 0;
}

#s{
	margin-bottom: 10px;
}

#submit{
	margin: 10px 0 10px 0;
}

.comment-author-admin{
	background-image: none;
}

.singlemeta{
	font-size: 14px;
	font-style: italic;
	line-height: 100%;
	font-family: Georgia, Times, serif;
	overflow: hidden;
}

.avatar{
	width: 40px;
	height: 40px;
/*	padding: 3px;
	border: 1px solid #aaa;*/
	float:right;
	margin-right: 8px;
/*	background-color: #ddd;*/
}

.comment-full{
	width: 570px;
	float:left;
	margin-bottom: 10px;
}

.comment-meta{
	text-transform: uppercase;
	font-size: 13px;
}

.pingback{
	margin-bottom: 20px;
}

.tweetback{
	margin-bottom: 20px;
}

.comment-meta a{
	font-weight: bold;
}

.comment-meta span{
	color: #555;
}

.comment-id{
	float:right;
	padding: 4px;
/*	background-color: #ddd;*/
	margin-top: -10px;
}

.comment-id:hover{
	background-color: #fff;
}

.comment-body{
	line-height: 150%;
}

#footer{
	position: absolute;
	line-height: 150%;
/*	background-color: #DDD;*/
}