/*
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:#e7e7de;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	margin:20px;
}

#wrapper {
	width:1040px;
	position: relative;
	margin:0px auto;
}

/* HEADER */

#header {
	clear:both;
	width:550px;
	height:210px;
	margin-bottom:10px;
}

#headerlogocontainer {
	height:192px;
	width:550px;
	background:url(style/images/mainheader.gif) no-repeat;
	padding-top:6px;
	font-family:Courier, monospace;
}

#headerlogocontainer a:link, #headerlogocontainer a:active, #headerlogocontainer a:visited {
	color:#000000;
	text-decoration:none;
}

#headerlogocontainer a:hover {
	color:#000000;
	text-decoration:underline;
}

/* SIDEBAR */

#sidebar, #header_sidebar{
	width:210px;
	margin-right:40px;
}

#sidebar {
	float:left;
	margin-top:10px;
	position:fixed;
}

#archivemenu_container {
	float:left;
	width:188px;
	margin:11px 0px 0px 840px;
	position:fixed;
}

#archivemenu_container ul {
	margin:10px;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited, #archivemenu_container a:link, #archivemenu_container a:active, #archivemenu_container a:visited {
	color:#000000;
	text-decoration:none;
}

#sidebar a:hover, #archivemenu_container a:hover {
	color:#000000;
	text-decoration:underline;
}

/* MAIN */

#maincontent {
	float:left;
	width:550px;
	margin:10px 40px 0px 250px;
}

.navigation {
	margin-bottom:20px;
}

/*	HEADERS */

.yellowheader{
	background-color:#f1e73c;
	text-transform:uppercase;
}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 15px 0px 0px 0px;
	padding:2px;
	width:550px;
	background-color:#cad349;
	}

.headstyle0, .headstyle1, .headstyle2, .headstyle3, .headstyle4, .headstyle5, .headstyle6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	/* font-family:Courier, "Courier New", monospace; */
	font-size:14px;
	font-weight:normal;
	margin: 15px 0px 10px 0px;
	padding:2px 2px 2px 6px;
	width:542px;
	color:#e7e7de;
	}

.headstyle0 {
	background-color:#000000;
	/*background-color:#83ded8;*/
	}

.headstyle1 {
	background-color:#000000;
	/*background-color:#ffca00;*/
	}

.headstyle2 {
	background-color:#000000;
	/*background-color:#ff85af;*/
	}

.headstyle3 {
	background-color:#000000;
	/*background-color:#b7da4b;*/
	}

.headstyle4 {
	background-color:#000000;
	/*background-color:#74dde1;*/
	}

.headstyle5 {
	background-color:#000000;
	/*background-color:#79e2a0;*/
	}

.headstyle6 {
	background-color:#000000;
	/*background-color:#acb0b5;*/
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h5{
	font-family:Courier, "Courier New", monospace;
}
	
h6{
	font-family:Courier, "Courier New", monospace;
	font-size:1em;
	margin-bottom:0px;
}

/* GENERAL TEXT LAYOUT */

.entry, .single_entry {
	line-height: 1.4em;
}

.more-link {
	margin-top:30px;
}

.page p {
	margin-bottom:8px;
}

/* SPECIFIC LINK STUFF */

.more-link a:link, .more-link a:active, .more-link a:visited {
	color:#000000;
	font-weight:normal;
	background-color:#ff85af;
	text-decoration:none;
}

.more-link a:hover{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.entry a:link, .entry a:active, .entry a:visited, .single_entry a:link, .single_entry a:active, .single_entry a:visited{
	color:#000000;
	font-weight:normal;
	background-color:#ff85af;
	text-decoration:none;
}

.entry a:hover, .single_entry a:hover{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.yellow a:link, .yellow a:active, .yellow a:visited{
	color:#000000;
	background-color:#ff85af;
	text-decoration:none;
}

.yellow a:hover{
	color:#000000;
	text-decoration:underline;
}

/* IMAGE STUFF */

.entry img, .single_entry img {
	margin-top:10px;
}

a:link img{
	background-color:#e7e7de;
}

/* FLOATS */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
