/*
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 			{
	 background-color:#006;
 }
 
 
#pagewrap			{
	position:relative;
	left:10%;
	top:10%;
background-color:white;
background-repeat:repeat-y;
width: 850px;
border:#000 groove;
}


.logo			{
	background-image:url(images/newlogo.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:relative;
left: 20px;
padding: 50px 50px 150px 50px;
}




.sidebar			{
	position:relative;
	right: -545px;
 width: 275px; 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;

}

.links				{
	position:relative;
	top:10px;
	right: 30px;


font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px; 
}




#main				{
	width:450px;
	position:relative;
	left: 60px;
	top: -300px;
}


#stickyfooter 	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/txtbk.png);
	top: 150px;
		position:relative;
	height: 150px;
	margin-top: -150px; /* must be the same value as height */
	clear:both;
	left: 320px;
	
}

















