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

body {
	font-family:Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
}
div.container {
/*	background-image: url(style/images/wrxguide-background.gif);*/
}
#branding {
	/*text-align: right;*/
	margin: 10px 0 20px 0;
}
#header {
	padding-top: 4.5em;
}
#main_image_space {
	height: 21em;
}
#search {
	margin-bottom: 0.35em;
}
#search-inner {
	border: 1px black solid;
	padding-top: 1.5em;
	padding-left: 1.5em;
	position: relative;
	background: #E7E2D7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#s {
	width: 200px;
	height: 3.5 em;
}
#searchsubmit {
	color: #FFFFFF;
  border: 0px solid;
  /*display:block;*/
  width:60px;
  height:20px;
  background: #666660;
  /*position:absolute;
  top:0px;
  left:202px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
  font-size: 12px;
}
label.screen-reader-text {
	position: absolute;
	left: -9999px;
}
h1 {
	/*font-family:baskerville,'palatino linotype','times new roman',serif;*/
	font-family: Candara,georgia,serif;
	font-weight: bold;
	font-size: 4em;
	/*margin-bottom: 0.2em;*/
}
h1 a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	padding: 0 0.6em 0.2em 0.6em;
}
h1 a:focus, h1 a:hover {
	color: #FF6600;
}
h2.widgettitle {
	font-family: Candara,georgia,serif;
}
#sponsors h2 {
	font-family: Candara,georgia,serif;
}
.blog_description {
	font-family: cochin,baskerville,'palatino linotype',georgia,serif; font-style:italic;
	font-size: 1.5em;
	color: #27D327;
	margin-bottom: 0.5em;
}
div#main_nav p.major_para {
	font-family: cochin,baskerville,'palatino linotype',georgia,serif;
	font-size: 3em;
	padding-left: 15px;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	/*background-color: #E7E2D7;*/
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
	text-shadow: 1px 1px 1px #ccc;
	/*-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 2px #333;*/
}
div#main_nav ul li.page_item a {
	color: #333333;
	text-decoration: none;
}
#main_nav {
	margin-bottom: 1.5em;
}
a.first_level {
	color: #27D327;
	text-decoration: none;
}
a.second_level {
	color: #FF6600;
	text-decoration: none;
}
a:hover.first_level, a:hover.second_level {
	text-decoration: underline;
}
#footer_container {
	/*border-top: 1px solid #B7B2A7;*/
	background-color: #333333;
	color: #DDDDDD;
	padding-top: 20px;
/*	background: #2B3947 url(style/images/footer-bkg.jpg) repeat scroll 0 0;*/
}
#footer_container a {
	color: #869fb8;
	text-decoration: none;
}
#footer_container a:focus, #footer_container a:hover {
	color: #DDDDDD;
}
#footer_grad { /* small gradient above footer */
	background: url(style/images/wg-dropshadow.png) repeat-x scroll 0 0;
	height: 12px;
}
ul.footer_list {
	list-style: none;
	font-size: 1.8em;
}
ul.footer_list li {
}
#breadcrumbs {
	margin-bottom: 1.5em;
}
#footer_1 {
}
#footer_2 {
}
#footer_3 {
}
#sidebar ul li {
	font-size: 1.5em;
	margin-bottom: 15px;
}
#sidebar ul li ul li {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 1em;
}
#sidebar ul li ul li ul li {
	margin-left: 15px;
}
#sidebar h2 {
	background-color: #27D327;
	color: #FFFFFF;
	display: inline;
	padding: 3px 5px;
}
#sidebar li a {
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px 5px;
	text-decoration: none;
}
#sidebar li a:hover, #sidebar li a:active {
	background-color: #27D327;
}
#sidebar li.current_page_item {
	list-style-type: disc;
	color: #FF6600;
}
#sidebar li.current_page_item ul li {
	color: #333333;
}
#sidebar li.current_page_item ul li a {
	background-color: #333333;
}
#sidebar li.current_page_item a {
	background-color: #FF6600;
}

.post {
	padding: 0 40px 0 10px;
}
p {
	font-size: 1.5em;
}
/*p + p {
	text-indent: 1em;
}*/
#main_image_space {
	background: url(style/images/wrx02.jpg) no-repeat;
}

/* --- Reset styles --- */
ul, ol {
	padding-left: 0;
}
li {
	list-style: none;
}

/* --- Attached images --- */
div.aligncenter {
	margin: 10px auto 50px;
	padding: 10px 0 0 10px;
	border: #666666 solid 1px;
	-webkit-box-shadow: 2px 2px 3px #000000;
	box-shadow: 2px 2px 2px #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: cochin,baskerville,'palatino linotype',georgia,serif; font-style:italic;
}
div.alignleft {
	margin: 10px 20px 10px 0;
	float: left;
	padding: 10px 0 0 10px;
	border: #666666 solid 1px;
	-webkit-box-shadow: 2px 2px 3px #000000;
	box-shadow: 2px 2px 2px #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: cochin,baskerville,'palatino linotype',georgia,serif; font-style:italic;
}
div.alignright {
	margin: 10px 0 10px 20px;
	float: right;
	padding: 10px 0 0 10px;
	border: #666666 solid 1px;
	-webkit-box-shadow: 2px 2px 3px #000000;
	box-shadow: 2px 2px 2px #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: cochin,baskerville,'palatino linotype',georgia,serif; font-style:italic;
}
/* --- Categories page --- */
p.wp-caption-text {
	margin: 0;
}
p.post_time, p.post_tags {
	font-size: 1em;
}
p.post_time {
	position: absolute;
	top: 5px;
	right: 10px;
}
a.post_excerpt {
	font-size: 1em;
	text-decoration: none;
}
a.post_excerpt img {
	height: 75px;
	width: 75px;
	padding: 10px;
	border: #666666 solid 1px;
	margin-right: 15px;
}
h2.category_title {
	background-color: #27D327;
	color: white;
	display: inline;
	padding: 3px 8px;
}
div.category_excerpt {
	margin: 15px 0 0 0;
	border-bottom: #666666 solid 3px;
	padding: 10px;
	position: relative;
}
div.category_excerpt h3 a, span.excerpt_text {
	text-decoration: none;
	color: #666666;
}
div.category_excerpt h3 a:focus, div.category_excerpt h3 a:hover {
	color: #27D327;
}
span.excerpt_text {
	font-size: 1.5em;
	position: absolute;
}
/* --- END Categories page --- */