/* @override http://www.lukehalliley.co.uk/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 (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";

body {
	font-family:  arial,helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #505050;
	
	}
	
#rap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}
	
#left {
	width: 150px;
	margin-top: 19px;
	float: left;
	}
	
#header {
	width: 150px;
	}
	
#topnav {
	padding-top: 20px;
	}
	
#topnav a:hover {
	color: #000;
	text-decoration: none;
	
	}

.current_page_item a {
	color: #000;
	font-weight: bold;
	}
	
#content {
	width: 750px;
	margin-left: 160px;
	}
	
#page {
	margin-top: 24px;	
	}
	
li {
	padding-top: 5px;
	
	}
	
.page_item a:link, a:visited {
	color: #505050;
	text-decoration: none;
	}
	
.page-item a:hover {
	color: #000;
	text-decoration: none;

	}
	
.post {
	padding-top: 20px;
	}
	
.project-page {
	padding-top: 40px;
	
	}
		
.post p {
	padding-top: 20px;
	width: 500px;
	}

.entry-meta  {
	color: #ccc;
	margin-top: -20px;
	font-size: 10px;
	}
	
#sidebar {
	display: none;
	}
	
#footer {
	padding-top: 50px;
	clear: both;
	}

#footer p {
	margin-left:160px;
	}	
	
h1 a {
	color: #505050;
	font-size: 20px;
	text-decoration: none;
	
	}
	
h1 a:hover {
	color: #000;
	text-decoration: none;
	
	}
	
h2 {
	font-size: 20px;
	}
	
h2 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}
	
a:link {
	color: #505050;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
	
a:visited: {
	color: #505050;
	text-decoration: none;
	}
	
.four  {
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
#search {
	margin-top: 20px;
	}
	
#comments  {
	margin-top: 30px;
	}	
	
#comments p {
	padding: 10px;
	}

.alt {
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#respond {
	margin-top: 30px;
	}

#commentform {
	margin-top: 15px;
	
	}
	
input {
	display: block;
	}
	
#comment {
	width:500px;
	display:block;
	}
	
#submit {
	padding-top:5px;
	}


	
