/*
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
*/

@import "style/css/reset.css";
@import "style/css/typography.css";



/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

html{
	color: #878787;
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: x-small;
	line-height: x-small;
}
a:link, a:active{
	color: #878787;
        font-size: x-small;
	text-decoration: none;
}
a:visited{
	color: #878787;
        font-size: x-small;
	text-decoration: none;
}
a:hover{
	color: #8FBC8F;
}
#header{
	height: 73px;
	width: 120%;
	display: block;
	position: relative;
}
#main{
	width: 960px;
	margin: 25px;
}

#primary_nav{
	list-style: none;
	position: absolute;
	left: 350px;
	top: 50px;
}
#primary_nav li{
	float: left;
	display: block;
	padding-right: 30px;
}
.post{padding: 20px;}
p{margin-bottom: 1em;}
.newsLeft{
	float:left;
	width: 150px;
}
.newsRight{
	float: left;
	width: 700px;
}
.gallery td{
	padding: 5px;
}

