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

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%; 
	font-size:100.01%;
	background: url(images/bg_repeat.jpg) repeat;
} 

body
{
	text-align: center;
	font: 100.01%/130% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: url(images/pasture_bg.jpg) top center no-repeat;
	color: #21201C;
	margin: 0 auto;
	overflow: visible;
	background-attachment: fixed;
} 

body * {
	text-align:left;
}

/*-------Layout Styles-------*/

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

#header {	
}

#content {
	padding: 20px;
	font-size: 80%;
	background-color: #FFF;
}

#mainContent {
	width: 68%;
	float: left;
}

#sidebar {
	width: 29%;
	padding-left: 20px;
	float: right;
	color: #999;
	border-left: 1px solid #DDD;
}

#sidebar_portfolio {
	width: 29%;
	margin: 37px 0 0 0;
	padding-left: 20px;
	float: right;
	color: #999;
	border-left: 1px solid #DDD;
}

#footer {
	margin-top: 20px;
	background: url(images/double_line.png) top repeat-x;
	clear: both; 
}

/*-------mainContent-------*/

.double_line {
	height: 4px;
	margin: 10px 0 10px 0;
	background: url(images/double_line.png) repeat-x;
}

/*-------General Styles-------*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	color: #21201C;
}

.main_header {
	font-family: Georgia, Times, "Times New Roman";
	font-size: 280%;
	font-weight: normal;
	padding: 20px;
	color: #21201C;
	border-bottom: 5px solid #21201C;
}

p {
	margin: 10px 0 10px 0;
	line-height: 160%;
}

a {
	color: #B0652C;
	text-decoration: none;
}

a:hover {
	color: #999;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.alignright {
	float: right; 
	margin-left: 20px; 
	margin-bottom: 20px;
}

.center {
	margin: 0 auto;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}


/*-------Header Styles-------*/

#menu {
	height: 38px;
	background: url(images/nav_bg_repeat.gif) repeat-x;
}

#menu ul {
	margin: 0 auto;
	width: 960px;
	padding-top: 7px;
}

#menu ul li {
	margin-right: 10px;
	list-style: none;
	display: inline;
}

#menu ul li a {
	text-decoration: none;
	color: #999;
	font-size: 80%;
	font-weight: normal;
}

#menu ul li a:hover {
	color: #B0652C;
}

#logo {
	width: 266px;
	height: 57px;
	margin: 30px 20px 0 0;
	float: left;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#logo:hover {
	width: 266px;
	height: 57px;
	float: left;
	background: url(images/logo_hover.png) no-repeat;
	text-indent: -9999px;
}

#sheep {
	margin-top: 30px;
	float: right;
}

#blog_description {
	padding-top: 40px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 80%;
	color: #FFF;
	font-style: italic;
}

/*-------mainContent Styles-------*/

.post_entry {
	float: left;
	margin: 0;
}

.post_title {
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	border: none;
}

.archive_header {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	border: none;
}

.post img {
	border: 5px solid #DDD;
}

#post-125 h2, #post-7 h2, #post-67 h2 {
	display: none;
}

#post-7 ul {
	width: 300px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #21201C;
}

#post-7 ul li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #DDD;
}

#post-7 .last {
	border-bottom: none;
}

#post-7 h3, #post-117 h3 {
	margin: 0;
	font-weight: bold;
	color: #21201C;
}

.wp-post-image {
	display: inline;
	clear: both;
	margin: 0 20px 20px 0;
	border: 5px solid #EEE;
}

.wp-post-image:hover {
	border: 5px solid #DDD;
}

.post_date {
	margin: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 90%;
	color: #999;
	border-bottom: 1px solid #21201C;
}

.large_preview {
	border: 5px solid #EEE;
}

.single_title {
	font-size: 130%;
	font-weight: bold;
}

.portfolio_nav {
	margin: 20px 0 0 0;
	padding: 5px;
	width: 600px;
	background-color: #21201C;
	color: #FFF;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 85%;
	text-align: center;
}

.portfolio_nav a {
	color: #FFF;
}

.portfolio_nav a:hover {
	color: #B0652C;
}

		/*-------Contact Form Styles-------*/
		
#contact_form input, #contact_form textarea {
	border: 1px solid #CCC;
	padding: 5px;
}

#contact_form input:focus, #contact_form textarea:focus {
	border: 1px solid #B0652C;
}

#contact_form img {
	vertical-align: middle;
}

/*-------Sidebar Styles-------*/

#sidebar ul {
	margin: 0 0 10px 0;
	list-style: none;
}

#intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #444;
}

#sidebar h2 {
	margin: 0;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

#sidebar ul ul {
	margin-bottom: 20px;
}

#sidebar ul ul li {
	padding-top: 10px;
}

#sidebar p {
	margin: 0;
	padding-top: 10px;
}

#sidebar_portfolio dt {
	padding-bottom: 5px;
	color: #21201C;
	border-bottom: 1px solid #DDD;
}

#sidebar_portfolio dd {
	padding: 5px 0 10px 0;
}

#sidebar_portfolio a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

#text-3 .textwidget p {
	margin-bottom: 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #444;
} 

#xhanch_my_twitter {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #444;	
}

#xhanch_my_twitter .widgettitle {
	margin-top: 10px;
}

#socialLinksContainer {
	margin: 10px 0 10px 0;
}

/*-------Footer Styles-------*/

#footer {
	padding: 5px 0 0 20px;
	font-size: 70%;
	color: #21201C;
}

#footer ul {
	text-align: left;
	margin: 0 0 -15px 0;
}

#footer ul li {
	margin-right: 3px;
	list-style: none;
	display: inline;
}

#footer ul li a {
	text-decoration: none;
	color: #B0652C;
}

#footer ul li a:hover {
	color: #FFF;
}

#footer p {
	text-align: left;
}

