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

@import "style/css/reset.css";
@import "style/css/layout.css";

/* Customization starts here */

/* Layout */
body {
	background: #000 url('style/images/bg.jpg') no-repeat top center;
	/* background: #000 url('style/images/repeat-y.png') repeat-y scroll center -16px; */
	text-align: left;
}
#container {
	width: 1280px;
	background: url('style/images/page-y.jpg') repeat-y center;
	/* background: url('style/images/content_main.png') no-repeat top center; */
	margin: 0 auto;
	position: relative;
}
#content-container {
	width: 1000px;
}
#content {
	float: left;
	width: 600px;
	padding: 15px;
	background: #e1d1b8;
}
#content img {
	border: 2px solid #000;
}
#content.single-content {
	width: 750px;
}
#sidebar {
	float: left;
	width: 150px;
	padding: 10px;
}
#header {
	background: url('style/images/header.png') no-repeat;
	background-position: bottom center;
	height: 200px;
	width: 1280px;
	text-indent: -9999px;
	display: block;
}
#footer {
	background-color: #789;
	clear: both;
	width: 1280px;
	min-height: 54px;
	padding-top: 60px;
	background: url('style/images/footer.jpg') no-repeat top center;
}
#menu {
	float: left;
	width:200px;
	height: 500px;
}
#menu li {
	height: 44px;
	width: 219px;
	position: relative;
	left: -25px;
	background: url('style/images/knop1.png') no-repeat;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.06em;
	letter-spacing: -1px;
	text-align: left;
}

#menu li a {
	color: #000;
	position: relative;
	left: 45px;
	top: 12px;
}
#wall-left{
	background: url('style/images/wall-left.png') no-repeat center;
	width: 141px;
	height: 616px;
	position: absolute;
	top: -175px;
	left:0;
}
#wall-right{
	background: url('style/images/wall-right.png') no-repeat center;
	width: 141px;
	height: 616px;
	position: absolute;
	top: -175px;
	right: 0;
}
.clear {
	clear: both;
}
#embed {
	display: inline-block;
	border: 3px solid #000;
	margin: 15px;
	background-color: #000;
	width: 600px;
}

/* Typography */
h1, h2, h3, h5, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
h1 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif - p, t
}
body {
	font-size: 1em;
}
h1 {
	font-size: 2em;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	text-decoration: none;
	color: #000;
}
h2 {
	font-size: 1.3em;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	border-bottom: 1px solid #000;
	text-align: left;
}
h2 a {
	color: #000;
}
h3 {text-align: left;}
h4 {text-align: left;}
h5 {text-align: left;}
p {
	font-family: Tahoma, Geneva, Verdana;
	font-size: 1em;
	margin-bottom: 1em;
	text-align: left;
}
#footer p {
	text-align: center;
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
.says {
	font-weight: bold;
}
#comment {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.comment-meta {
	font-style: italic;
	font-size: 0.9em;
}
/* Forms */
#respond {
	width: 450px;
	text-align: left;
	display: inline;
}
#respond form {
	width: 400px;
	text-align: left;
}
#respond input {
	border: 1px solid #000;
	width: 300px;
	height: 1.6em;
	font-size: 1.2em;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	padding: 0 0 0 5px;
}
#respond textarea {
	border: 1px solid #000;
	width: 400px;
	font-size: 1.2em;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	padding: 0 0 0 5px;
}
#respond textarea:hover {
	background: #CCC;
}
#respond input:hover {
	background: #CCC;
}
#respond #submit {
	margin-top: 15px;
	padding: 5px;
	width: 300px;
	height: 2em;
	font-size: 1em;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}
#respond #submit:hover {
	background: #CCF;
}

/* Tables */
table {
	border: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 15px;
}
tr {
	border-bottom: 1px solid #000;
}
td {
	padding: 5px;
}