/*
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-image:url(images/background.jpg); background-position:left top; background-repeat:no-repeat; background-color:#000;}
p				{font-family:Georgia, "Times New Roman", Times, serif; width: 500px; color:#CCC;}





#pagewrap 		{ width: 800px; height: 100%; margin-left:35%; margin-right:50%; background-image:url(images/txtbk.png); background-repeat:repeat-y; padding:0px;}

	
#stickyfooter 	{
	background-image:url(images/txtbk.png);
	top: 150px;
	margin-left:35%; margin-right:36%;
		position:relative;
	height: 150px;
	margin-top: -150px; /* must be the same value as height */
	clear:both;
	text-align:center; /* up to you */
	
}

.sidebar 		{ float:right; font-family:Verdana, Geneva, sans-serif; font-size: 12px; padding-right: 20px; position:absolute; right: -30px; color:#CCC; width:200px;}

.post			{padding-left:20px;}

.mainnav		{padding-left:20px; font-family:Helvetica, Arial, sans-serif; font-size:18px; font-style:normal; color:#FFF;}

a 				{color: white;}

.logo			{background-image:url(images/ckp.jpg); background-repeat:no-repeat; padding-bottom: 50px; padding-right: 20px; padding-top:20px; padding-left:0px; text-indent: -9999px; position:relative; left: -20px;}

hr				{width: 500px; margin-left:15px;}

.sidebar hr		{width: 125px;}