/* @override http://www.rogr.net/wp-content/themes/starkers/style.css */

/*
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-family:"helvetica-neau" arial, verdana, sans-serif;
	font-size:12px;
	background-color:#edf2e7;
	color: #504f4f;
	line-height: 1.6em;
	}
	
#site {
	margin-top: 20px;
	
	}
	
#blog {
	margin-top: 35px;
	
	}
	
#sidebar {
	float:right;
	}
	
#footer {
	margin-top: 50px;
	
	}
	
#quote {
	height: 100px;
	border-top: 1px dotted #504f4f;
	border-bottom: 1px dotted #504f4f;
	line-height: 25px;
	}
	
#quote p {
	padding-top: 25px;

	}	
	
#date {
	color: #fff;
	height: 45px;
	line-height: 45px;
	background-color: #49a3c8;
	text-align: center;
	opacity: 0.5;
	filter:alpha (opacity=50);
	font-size: 11px;
	overflow:visible;
	}
	
#entry {
	padding-bottom: 40px;
	
	
	}
	
#entry_content {
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	
	}
	
#tweetmeme {
	padding-right: 50px;
	
	}
	
#comment {
	width: 100%;

	}	
	
#twitter_update_list {
	top: 25px;
	}
	
#twitter_update_list li {
	list-style: none;
	margin-left: 0;
	}

#twitter_update_list li span {
	font-size: 18px;
	
	}
	
#twitter_update_list li span a {
	font-size: 16px;
	color: #49a3c8;
	font-family: inherit;
	
	}
	
#twitter_update_list li a {
	color: #666;
	font-family: "lucida grande", arial;
	font-size: 8px;
	}
	
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;
	
	}
	

	
	