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

/***** Main Styles *****/

body {
	background: #000 url('http://www.autosportsphotography.com/wp-content/themes/portfolio/style/images/mainbg.jpg') no-repeat center 200px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 75%;
}

h1 a{
	font-size: 3.7em;
	font-weight: bold;
	letter-spacing: 2px;
}

h1 a:hover, h1 a:focus, h1 a:active{
	color: #fff;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

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

a:hover, a:focus, a:active {
	color: #fc8a1a;
}

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

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

#header {
	margin: 20px 0;
}

#header span {
	display: block;
	font-size: 2.5em;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-weight: normal;
}

/***** MainContent *****/

#mainContent {
	width: 700px;
	background: transparent url('http://www.autosportsphotography.com/wp-content/themes/portfolio/style/images/contentbg.png') repeat-y scroll;
	_background: #222;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #222;
	border: 1px solid #222;
	margin: 60px 0;
	font-size: 1.2em;
	overflow: hidden;
}

#mainContent .gallery {
	padding: 30px;
}

.post {
	width: 670px;
	padding: 10px;
	margin: 0 auto;
}

.post a {
	color: #fc8a1a;
}

.post h2 a {
	color: #fff;
}

.post h2 {
	margin: 10px 0 5px 0;
	color: #fff;
}

.post p {
	margin: 10px 0;
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.2em;
	color: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
}

p.date {
	font-style: italic;
	font-size: .9em;
}

p.tags {
	font-size: 1em;
}

a.more-link {
	font-size: .8em;
	color: #fc8a1a;
}

#contact {
	padding: 30px;
	font-size: 1.2em;
}

#contact p {
	margin: 5px 0;
}

/***** Sidebar *****/

#navWrap {
	float: left;
	width: 100%
	overflow: hidden;
}

#nav {
	text-transform: uppercase;
	margin: 50px 0 0 0;
	font-size: 2.1em;
	line-height: 2.2em;
	letter-spacing: 3px;	
	font-weight: bold;
	
}

.current_page_item a{
	color: #fc8a1a; 
}

#sidebar {
	width: 250px;
	margin: 10px 0;
	padding: 30px 0;
	border-bottom: 1px dashed #222;
	border-top: 1px dashed #222;
}
#sidebar h3 {
	margin-top: 10px;
}


#searchform {
	margin: 20px 0 0 0;
}

#searchform label {
	font-size: 2em;
	display: block;
}

/****** Contact Form *****/

#searchform input {
	display: block;
	margin: 5px 0;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 90%;
	left: 60%;
	z-index: 100;
	font-size: 1em;;
	width: 280px;
	padding: 2px;
	color: red;
	font-style: italic;
}

span.wpcf7-form-control-wrap {
	opacity: .4;
}

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea {
	color: #fff;
	background: #222;
}

/***** Comment Section *****/

.commentlist p {
padding: 10px;
}


.comment-body {
	border-bottom: 1px solid #f6f6f6;
	margin: 15px 0;
	padding: 10px 0px 10px 0;
}

.comment-author {
	font-size: .85em;

}

.commentmetadata {
	font-size: .7em;
	font-style: italic;
}

#commentSection {
	margin: 10px;
}

#submit {
	display: block;
}

.reply {
	font-size: .8em;
}

#commentsSection {
	width: 618px;
	padding: 5px 40px;
}

#commentform input {
	margin: 5px 2px 5px 0;
}

#respond h3 {
	margin: 0 0 10px 0;
}

#respond p {
	font-size: .8em;
	font-style: italic;
	margin: 0 0 5px 0;
}

