/*
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/typography.css";
@import "style/css/layout.css";

p {
	margin: 10px 0px;	
}

body {
	color: #ddd;
	font: 12px/1.5em Tahoma,Verdana,Arial,sans-serif;
	background-image: url("style/images/bg.jpg");
	background-repeat: repeat;
}

body a {
	color: #9FC230;	
}

.header-wide {
	height: 139px;
	background-image: url('style/images/header.jpg');
	background-repeat: repeat-x;
}

.header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.header h1 {
	float: left;	
}

.title {
	width: 300px;
	position: absolute;
	height: 120px;
	right: 0px;
	top: 25px;
}

.title h1 {
	font-size: 28px;
	text-transform: lowercase;
}

.title a {
	text-decoration: none;
	color: #9ec130;
	font-weight: normal;
}

.title a:hover {
	text-decoration: underline;	
}

.title p {
	width: 172px;
	margin-top: 10px;
}

.nav {
	height: 34px;
	line-height: 34px;
	padding-top: 105px;
}

.nav a {
	display: block;
	color: #f4f4f4;	
	text-decoration: none;
	height: 34px;
	padding: 0px 15px;
}

.nav li {
	display: block;
	float: left;
	border-right: 1px solid #333;
	line-height: 34px;
}

.nav li:first-child {
	border-left: 1px solid #333;	
}

.nav li:hover {
	background-image: url('style/images/bg.jpg');
	background-repeat: repeat;
}

.wrapper-wide {
	background-image: url('style/images/bg.jpg');
	background-repeat: repeat;
	padding-top: 12px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.featured-wrapper {
	height: 254px;
	border: 1px solid #3f3f3f;
	background-image: url('style/images/bg_dark.jpg');
	background-repeat: repeat;
}

.featured {
	border: 1px solid #4F4F4F;
	margin: 10px;
	height: 232px;
}

.featuredleft {
	background-color: #000;
	width: 525px;
	border-right: 1px solid #4f4f4f;
	height: 212px;
	float: left;
	padding: 10px;
	background-color: #000;
}

.featuredright {
	width: 390px;
	background-color: #333;
	height: 232px;
	float: right;
}

.featuredright h2 {
	color: #9FC230;	
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 15px 15px;
}

.recent-blog {
	margin: 0px 10px;
	height: 40px;
}

.recent-blog p {
	margin: 0px;	
}

.recent-blog h3 {
	font: 12px/1.5em Tahoma,Verdana,Arial,sans-serif;
	margin-left: 5px;
	margin-top: 3px;
}

.recent-blog a {
	color: #ddd;
	text-decoration: none;
}

.recent-blog a:hover {
	text-decoration: underline;	
}

.recent-blog p {
	margin-left: 5px;	
	margin-bottom: 2px;
}

.recent-blog em {
	color: #999999;
	font-size: 10px;
	font-style: normal;
}

.recent-blog ul {
	border-left: 1px solid #3F3F3F;
	border-top: 1px solid #3F3F3F;
	border-right: 1px solid #3F3F3F;
}

.recent-blog li {
	border-bottom: 1px solid #3f3f3f;	
}

.portfolio-posts {
	width: 600px;
	float: left;
	border: 1px solid #3f3f3f;
	background-image: url('style/images/bg_dark.jpg');
	background-repeat: repeat;
	margin: 10px 0px;
}

.portfolio-posts h2 {
	font-size: 18px;
	margin: 15px 15px 5px 15px;
	font-weight: normal;
}

.portfolio-posts h2 a {
	text-decoration: none;
}	

.portfolio-posts h2 a:hover {
	border-bottom: 1px solid #9fc230;
	color: #ddd;
}

.portfolio-posts hr {
	color: #3f3f3f;
	background-color: #3f3f3f;
	height: 1px;
	border: none;
	margin: 0px 15px 10px 15px;
}

.portfolio-posts p {
	margin: 0px 15px 10px 15px;
}

.post h2 {
font-size: 18px;
margin: 20px 0px;
}

.twitter {
	width: 345px;
	float: right;
	margin: 10px 0px 0px 10px;
	border: 1px solid #3f3f3f;
	background-image: url('style/images/bg_dark.jpg');
	background-repeat: repeat;
}

.twitter-text {
	width: 228px;
	padding-right: 12px;
	margin: 10px;
	background-image: url('style/images/twitter-bg.png');
	background-repeat: no-repeat;
	height: 102px;
	float: left;
	position: relative;
}

.twitter-text p {
	margin: 5px;
}

.twitter img {
	margin: 29px 15px 0px 0px;
}

.social-sites {
	width: 345px;
	float: right;
	margin: 10px 0px 10px 10px;
	border: 1px solid #3f3f3f;
	background-image: url('style/images/bg_dark.jpg');
	background-repeat: repeat;
	text-align: center;
	padding: 12px 0px;
}

.social-sites img {
	margin: 12px;
}

.footer {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background-image: url('style/images/bg_dark.jpg');
	background-repeat: repeat;
	border: 1px solid #3F3F3F;
	line-height: 60px;
	text-align: center;
}
