/*
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
*/


* 	
{
	margin: 0; 
	padding: 0;
}

html, body	
{
	height: 100%;
}

body	
{
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	background: url(images/bg.jpg) repeat-x #567aa0;
}

ul
{
	list-style: none;
}

ol
{
	list-style: none;
}

#wrapper
{
	width: 810px;
	margin: 0 auto;
	background: #567aa0;
}

#header
{
	height: 210px;
	width: 810px;
	background: url(images/header.jpg) no-repeat;
}

#nav
{
	width: 810px;
	height: 34px;
	background: url(images/nav.jpg) no-repeat;
	padding-top: 17px;
}

#nav a
{
	display: inline-block;
	width: 98px;
	text-align: center;
	color: #161342;
	text-decoration: none;
}

#nav ul
{
	width: 503px;
}

#nav li
{
	font-size: 1.4em;
	display: inline;
}

#nav a:hover
{
	color: #161342;
	text-decoration: underline;
}

#nav .current_page_item a
{
	color: #161342;
	text-decoration: underline;
}

#mainimage
{
	width: 810px;
	height: 207px;
	background: url(images/mainimage.jpg) no-repeat;
}

#content
{
	width: 770px;
	background: url(images/content_bg.jpg) repeat-x #cccccc;
	padding: 20px;
}

#content p
{
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 15px;
}

#content a
{
	color: #567aa0;
	text-decoration: none;
}

#content a:hover
{
	color: #567aa0;
	text-decoration: underline;
}


#content h1, h2, h3
{
	font-size: 2.6em;
	font-family: Georgia, Helvetica, sans-serif;
	color: #161342;
	font-weight: 100;
	font-style: italic;
	margin-bottom: 10px;
}

#content img
{
	margin-bottom: 15px;
}

.datelisted
{
	font-family: Georgia, Helvetica, serif;
	font-style: italic;


}

.datelisted p
{
	display: inline;
	text-align: center;
	background: #567aa0;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;

}

#content input, textarea
{
	padding: 10px;
}

#footer
{
	height: 70px;
	width: 810px;
	background: url(images/footer.jpg) no-repeat;
}

#footer p
{
	padding-top: 20px;
	color: #161342;
	font-size: 1.2em;
}

#footerleft
{
	width: 300px;
	float: left;
	text-align: left;
	padding-left: 20px;
}

#footerright
{
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 20px;
}

#footer a
{
	color: #567aa0;
	text-decoration: none;
}

#footer a:hover
{
	color: #567aa0;
	text-decoration: underline;
}
