/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

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


body {
	font-family: 'Segoe UI', Verdana;
	font-weight: normal;
	background-color: black;
	color: #BBB;
	font-size: 14px;
	letter-spacing: 1px;
/* 	text-shadow: 1px 1px 3px #000, -1px -1px 3px #FFF, 1px 1px #000, -1px -1px #FFF; */
	background: url(../../uploads/2011/12/body_bg.png);
	background-repeat: repeat;
/* 	text-shadow: 1px 1px 1px #000; */
}

h1 {
	letter-spacing: 1px;
	color: #EEE;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #AAA;
}

#header {
	position: fixed;
	width: 188px;
	margin-top: 15px;
}

#logo {
	
}

#nav {
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
/* 	text-shadow: 1px 1px 1px #333; */
}
	#nav a {
		font-weight: bold;
		text-decoration: none;
		color: #333;
	}
	#nav a:hover {
		text-decoration: underline;
		color: #333;
	}
	#nav ul li {
		padding: 5px;
		padding-left: 10px;
		margin-bottom: 10px;
		background: url(../../uploads/2011/12/nav_bg.png);
		background-repeat: repeat;
		box-shadow: 3px 1px 5px #000;
	}
	li.current_page_item a {
		text-decoration: underline !important;
	}

#contact {
	margin-top: 20px;
	padding-left: 5px;
}	

#content {
	margin-top: 10px;
	margin-left: 270px;
	margin-right: 30px;
}

#contact-homepage {
	font-size: 1.5em;
	letter-spacing: 1.5px;
	font-style: italic;
	margin-left: 50px;
	text-align: left;
	position: absolute;
	margin-left: 450px;
	color: #EEE;
}
	#contact-homepage p {
		padding: 10px;
	}

#map-homepage {
	position: absolute;
	margin-left: 60px;
	margin-left: 460px;
	margin-top: 170px;
}

#manifesto-homepage {
	position: absolute;
	margin-left: 60px;
	margin-left: 460px;
	margin-top: 450px;
	width: 450px;
}
#news-widget {
	width: 400px;
	float: left;
}
.widget_rss {
	
}
.widget_rss ul li {
	margin-top: 15px;
}
.widget_rss span.rss-date {
	color: #EEE;
	font-style: italic;
	font-size: 1.1em;
}
.widget_rss div.rssSummary {
	padding-top: 5px;
	border-top: solid #333 1px;
}
a.rsswidget {
	display: none;
}
a.rsswidget img {
	display: none;
}

#footer {
	margin-top: 30px;
	margin-left: 300px;
}

table {
	margin-top: 20px;
	margin-bottom: 30px;
}
	td {
		padding-bottom: 5px !important;
	}

caption {
	font-size: 1.3em;
	letter-spacing: 1.3px;
	margin-bottom: 5px;
	color: #EEE;
	border-bottom: solid 1px #333;
	font-style: italic;
}

.attachment-thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.wp-caption {
	border: none;
	background-color: transparent;
	color: white;
}