/*
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/960.css";
@import "style/css/typography.css";

/* Layout */

body {
	font-size:12px;
	background-color:#fff;
	color: #504f4f;
	line-height: 1.6em;
	}
	
#header {
	height: 35px;
}
		
#site {
	margin-top: 5px;
	
	}
	
#blog {
	margin-top: 20px;
	
	}
	
#sidebar {
	float:right;
	margin-top: 20px;
	}
	
#footer {
	margin-top: 50px;
	
	}
	
.post_title {
	margin-bottom:10px;
}
	
.post_title h2 {
	padding-bottom: 5px;
	margin: 0;
}

#date {
	font-family: arial;
	color: #666;
}
	
#entry {
	padding-bottom: 40px;
	}
	
#entry_meta {
	font-family: helvetica neue, arial, sans-serif;
	margin-top: 50px;
	margin-left: 0;
}
	
#entry_content {
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	
	}
		
#comment {
	width: 100%;

	}
	
#quote {
	width: 200px;
	padding: 30px;
}


#twitter_update_list {
	font-family: helvetica neue, arial ;
}	
		
#twitter_update_list li {
	list-style: none;
	margin-left: 0;
	}

#twitter_update_list li span {
	font-size: 12px;
	
	}
	
#twitter_update_list li span a {
	font-size: 11px;
	color: #49a3c8;
	font-family: inherit;
	display: inline;	
	}
	
#twitter_update_list li a {
	color: #666;
	font-family: helvetica neue, arial;
	font-size: 8px;
	display: block;
	}
	
input {
	border: 0;
	height: 35px;
	-webkit-border-radius:3px;
	-moz-border-radius:4px;
 	font-size:25px ;
 	width:70%;
 	padding: 0;
 	display: block;
	}
	
input#submit {
	width: 140px;
	margin-top: 10px;
	font-size: 15px;
	background-color:#49a3c8 ;
	color: #fff;
	border: 0;
	}
	
input#submit:hover {
	width: 140px;
	margin-top: 10px;
	font-size: 15px;
	background-color:#ff0000 ;
	color: #fff;
	border: 0;
	cursor: pointer;
	}

	
textarea {
	border: 0;
	-webkit-border-radius:3px;
	-moz-border-radius:4px;
	font-size:15px ;
	padding: 2px;
	}
	
#twc_connect {
	padding: 0;
	margin: 0;
	
	}
	
button {
	padding: 0;
	margin: 0;
	}
	
#responses {
	margin-top: 20px;
	
	}
	
#entry h2 {
	font-family: StagBook;
	font-size: 28px;
}

#entry h2 a:link {
	color: #000;
}

#entry h2 a:visited {
	color: #000;
}


.widgettitle {
	font-family: StagBook;
}
	
#disqus_thread {
	width: 83%;
}	
