/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body{
	background-color: #666;
	text-align: center;
	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
}


h2{
	font-size: 2em;
	margin: 0 0 20px 0;
}

h3{
	font-size: 1.5em;
	margin: 0 0 15px 0;
}

a{
	text-decoration: none;
	color: #f90;
}

p{
	margin: 0 0 20px 0;
}

hr{
	margin: 0 0 20px 0;
	border: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #999;
}

#wrapper{
	width: 640px;
	margin: 10px auto 10px auto;
	background: #fff;
	text-align: left;
}

#header{
	width: 598px;
	border: 1px solid #fff;
	padding: 20px;
	background: #3f3f3f;
}

#header h1{
	font-size: 2em;
	display: block;
	float: left;
}

#header a{
	color: #fff;
}

#header ul{
	float: right;
	border-right: 1px solid #f90;
}

#header ul li{
	display: block;
	float: left;
	border-left: 1px solid #f90;
}

#header ul li a{
	display: block;
	padding: 4px 12px;
	text-transform: uppercase;
}

#header ul li a:hover{
	color: #999;
}

#sidebar{
	color: #fff;
	width: 178px;
	float: left;
	margin: 0 0 0 1px;
}

#sidebar>ul{
	display: block;
	width: 138px;
	padding: 20px;
        background: url('/wp-content/uploads/2010/12/wood.jpg');
}

#sidebar ul li{
	margin: 0 0 10px 0;
}

#content{
	padding: 25px 0;
	width: 420px;
	float: right;
	margin: 0 20px 0;
}

.clear{
	clear: both;
}

#footer{
	width: 638px;
	height: 30px;
	border: 1px solid #fff;
	background: #000;
}
