/*
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
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

body {
	background: #CCCCCC url(images/background.png) repeat-x;
	}
	
p	{	
	font-size: 15px;
	margin: 0 0 15px;
	}

#pagewrap {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	}

/*  Header  */

#header {
	height: 400px;
	background: url(images/header.png);
	}

#header ul {
	padding-left: 10px;
	padding-top: 12px;
	}

#header li {
	display: inline;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	magrin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
	}

#header li.current_page_item a {
	color: #0099FF;
	}

#header li a {
	text-decoration: none;
	color: #999999;
	}

#header li a:hover {
	color: #0099FF;
	}
	
/*  End Header  */

/*  Page Content */

#content {
	float: left;
	width: 500px;
	margin-left: 10px;
	border-top: 20px solid #99cccc;
	padding-top: 15px;
	padding-right: -10px;
	padding-bottom: 15px;
	}
	
#content p {
	padding-right: 10px;
	line-height: 1.4em;
	}
	
#content img {
	float: right;
	}

.post {
	float: left;
	width: 500px;
	}
	
.post .postheader {
	background: 99CCCC;
	float: left;
	width: 500px;
	}

/*  Sidebar  */

#sidebar {
	float: right;
	width: 280px;
	margin-right: 10px;
	border-top: 20px solid #3399cc;
	padding-top: 15px;
	color: #999999;
	}

#sidebar a {
	text-decoration: none;
	color: #999999;
	}

#sidebar a:hover {
	color: #0099FF;
	}

/*  Footer  */
#footer {
	width: 780px;
	clear: both;
	min-height: 50px;
	margin-left: 10px;
	magrin-right: 10px;
	border-top: 1px solid #999999;
	color: #666666;
	}
	
#footer ul {
	margin-top: 10px;
	}

#footer p {
	color: #999999;
	padding-top: 10px;
	float: right;
	}

#footer li {
	display: inline;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: -	10px;
	padding-right: 10px;
	}

#footer li a {
	text-decoration: none;
	color: #999999;
	}

#footer li a:hover {
	color: #0099FF;
	}


