/*
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 (WP2.6.2)
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";
@import "style/css/sections.css";


div.post{
	padding:20px 0;
}
#section-header-branding a.logo{
	width:350px;
	height:75px;
	background-image:url(style/images/voice-logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
}
#comment-details{
	padding:20px 0;
}
#comment-details li{
	padding:5px 0;
}
#comment-details label{
	width:200px;
	color:#850000;
	display:block;
}
#comment-details input{
	width:300px;
	border:1px solid #efadad;
	background-color:#fae5e5;
	color:#850000;
}
#comment{
	border:1px solid #efadad;
	width:500px;
	background-color:#fae5e5;
	color:#850000;
}
#submit{
	display:block;
	padding:3px;
	border:2px solid #850000;
	background-color:#cc0001;
	margin:10px 0;
	color:#fff;
}