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

/* RESET THE DEFAULTS */

*			{ margin: 0; padding: 0; }
html		{ overflow-y: scroll; }
html, body	{ height: 100%; }
body { font-family: "droid-sans-1","droid-sans-2", Arial, Helvetica, sans-serif; color: #333; background:url("images/back_body.png") top center repeat-x #FFF; }
a 			{ outline: none; border: none; }
img			{ border: none; }

/* FLOATING SHORTCODES */

.floatleft	{ float: left; }
.floatright	{ float: right; }
.clear 		{ clear: both; }

/* ----------------------------------------- */

#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
#reloaded {
	position: absolute;
	top: 0;
	left: 0;
	background:url("images/reloaded.png") top left no-repeat transparent;
	width:122px;
	height:136px;
}

#sellads {
	position:absolute;
	display:none;
	top: 50px;
	right: 0px;
	height:60px;
	width:210px;
	border:1px solid #CCC;
}

/* BODY CLASSES */
.page p { color:#333 !important; }
.page h5 { color:#444 !important; }

/* HEADER */
#header {
	display:block;
	height:136px;
	width:960px;
}
#logo {
	display:block;
	width:102px;
	height:115px;
}
#header_nav {
	height:32px;
	line-height:32px;
	margin-left:115px;
}
#header_nav a {
	font-size:12px;
	color:#d3d3d3;
	text-decoration:none;
}
#header_nav a:hover {
	font-size:12px;
	color:#f3f3f3;
	text-decoration:none;
}
#title {
	padding-left:115px;
	padding-top:25px;
	font-size:12px;
	color:#aaa;
}
#title h1 {
	font-size:30px;
	color:#333;
	font-weight:normal;
}

/* NAVIGATION */
#nav {
	width:960px;
	height:48px;
	/* background:url("images/bg_nav.gif") top center repeat-x transparent; */
	padding-top:1px;
}
#nav ul {
	list-style:none inside none;
}
#nav li {
	float:left;
	color:#FFFFFF;
	/* margin-right:1px; */
	text-align:center;
	font-size:12px;
}
#nav li.border {
	background-color:#DEDEDE;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	display:block;
	height:40px;
	width:1px;
}
#nav li.homeactive {
	border:1px solid #000;
	background-color:#212121;
	display:block;
	height:40px;
	width:100px;
}
#nav li.homeactive a {
	border:none !important;
}

#nav li a {
	display:block;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:0 30px;
	height:40px;
	line-height:42px;
	/* background:url("images/bg_nav_a.png") top center repeat-x #F4F4F4; */
	background-color:#F0F0F0;
	text-decoration:none;
	color:#555;
	font-weight:bold;
}
#nav li a:hover {
	/* background-position: 0 -40px; */
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#F2F2F2;
	color:#333;
}
#nav li a:active {
	color:#000;
	line-height:44px;
	/* padding:0 29px 0 31px; */
	/* background-color:#dedede; */
	/* background-position: 0 -80px; */
}
#nav li a.home {
	display:block;
	border-left:1px solid #FFF;
	border-right:1px solid #F0F0F0;	
	padding:0 !important;
	height:40px;
	width:100px;
	line-height:42px;
	background:url("images/bg_nav_home.png") top left repeat-x #F0F0F0;
	text-decoration:none;
	text-align:center;
	color:#555;
}
#nav li a.home:hover {
	background-color:#F2F2F2;
	color:#333;
}
#nav li a.home:active {
	line-height:44px;
	color:#000;
}
#nav li a.homeactive {
	display:block;
	background:url("images/bg_nav_active.gif") top center no-repeat transparent;
	margin-top:1px;
	padding:0 !important;
	height:48px;
	width:100px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
}

#nav li.current-menu-item {
	border:1px solid #000;
	background-color:#212121;
	display:block;
	height:40px;
}
#nav li.current-menu-item a {
	display:block;
	background:url("images/bg_nav_active.gif") top center no-repeat transparent;
	margin-top:1px;
	padding:0 30px;
	height:48px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	border:none !important;
}

#nav li.current-post-ancestor, #nav li.current-page-ancestor {
	border:1px solid #000;
	background-color:#212121;
	display:block;
	height:40px;
}
#nav li.current-post-ancestor a, #nav li.current-page-ancestor a {
	display:block;
	background:url("images/bg_nav_active.gif") top center no-repeat transparent;
	margin-top:1px;
	padding:0 30px;
	height:48px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	border: none !important;
}
#nav li.current-category-ancestor {
	border:1px solid #000;
	background-color:#212121;
	display:block;
	height:40px;
}
#nav li.current-category-ancestor a {
	display:block;
	background:url("images/bg_nav_active.gif") top center no-repeat transparent;
	margin-top:1px;
	padding:0 30px;
	height:48px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	border: none !important;
}

.h2link {
	color:#06F;
	text-decoration:none;
}

p.postinfo {
	font-size:11px;
	color:#aaa !important;
	padding-left:1px;
}
p.postinfo a {
	font-size:11px !important;
}

/* SEARCH FORM */

#searchform {
	float:right;
	margin-top:6px;
}
#searchinput {
	background:url("images/bg_search.gif") top center no-repeat transparent;
	width:168px;
	height:20px;
	padding:6px 6px 4px 6px;
}
.s {
	border:none;
	background:transparent;
	width:168px;
	height:20px;
	line-height:22px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
#searchsubmit {
	margin-left:5px;	
}
.searchsubmit {
	background:url("images/search.gif") top center no-repeat transparent;
	width:28px;
	height:28px;
	border:none;
}

/* FEATURED CONTENT */
#featured {
	display:block;
	padding:7px;
	width:946px;
	height:236px;
	background:url("images/bg_features.gif") top center no-repeat transparent;
}
.slider {
	display:block;
	width:944px;
	height:234px !important;
	background-color:#FFF;
	border:1px solid #dedede;
}
.slider ul, .slider ul li, .sliderul, .sliderli {
	list-style:none outside none;
}
#featured ol {
	height:28px;
	margin:1em 0;
	padding:0;
}
#featured ol li {
	float:left;
	font-size:10px;
	height:20px;
	line-height:20px;
	list-style:none outside none;
	margin:0 10px 0 0;
	padding:0;
}
#featured ol li a {
/* background:none repeat scroll 0 0 #DAF3F8; */
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #CCCCCC;
	color:#555555;
	float:left;
	height:20px;
	line-height:20px;
	padding:0 10px;
	text-decoration:none;
}
#featured ol li.current a {
	background:none repeat scroll 0 0 #333;
	border:1px solid #000;
	color:#FFFFFF;
}
#slidernav {
	display:block;
	padding-top:15px;
}
.sliderlink {
	float:left;
	margin-right:5px;
	display:block;
	width:24px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:10px;
	color:#333;
	background:url("images/slider_nav.png") top left no-repeat transparent;
	background-position:2px -22px;
	cursor:pointer;
}
.sliderlink:hover {
	color:#FFF;
	background-position:2px -44px;
}
.current {
	background:url("images/slider_nav.png") top left no-repeat transparent;
	background-position:2px 0;
	color:#FFF;
}

/* PROJECTS */

#projects {
	color: #666 !important;
	font-size: 12px !important;
	line-height: 30px !important;
}
#projects a {
	color: #222 !important;
	font-size: 12px !important;
	border-bottom: 1px dotted silver;
	text-decoration:none;
}
#projects a:hover {
	color: #FFF !important;
	background-color: #CF4536;
	font-size: 12px !important;
	border-bottom: 1px dotted #333;
	text-decoration:none;
}

/* MAIN CONTAINER */

#maincontainer {
	padding-top:15px;	
}

#content {
	float: left;
	margin-right:10px;
}
#content h1 {
	font-size:30px;
	color:#AAA;
	font-weight:normal;	
}
#content .spacer {
	height:3px;	
}
.posttitle {
	display:block;
	font-size:20px !important;
	font-weight:normal !important;
	text-decoration:none !important;
	color:#212121 !important;	
}
#contenthead {
	background:url("images/contenthead.png") top left no-repeat transparent;
	padding-left:10px;
	padding-top:13px;
	width:664px;
	height:32px;
}
#contenthead h4 {
	background:url("images/bt_articles.gif") 0px 0px no-repeat transparent;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	color:#666;
	padding-left:22px;
}
#contenthead .crumbs {
	background:url("images/crumbs.gif") 0px 0px no-repeat transparent !important;
	color:#666 !important;
	font-weight:normal;
	font-size:12px !important;
}
#contenthead .crumbs a {
	color:#09F;
	text-decoration:none;
}
#contenthead .crumbs a:hover {
	color:#06F;
}

#contentmargin {
	display:block;
	height:20px;
}
#pagenums {
width:674px;
}

.readmore, .more-link {
	margin-top:5px;
	display:block;
	background:url("images/readmore.gif") 0 0 no-repeat transparent;
	width:104px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	text-decoration:none !important;
	font-size:11px !important;
	color:#FFF !important;
}
.readmore:hover, .more-link:hover {
	background-position: 0px -24px;	
}
#homepost {
	border-top:1px solid #CCCCCC;
	color:#777777;
	font-size:12px;
	line-height:20px;
	margin-top:8px;
	padding:10px 0 0 4px;
	width:670px;
}
#homepost h3 {
	font-size:16px;
	font-weight:normal;
	color:#212121;
}
#homepost a {
	font-size:12px;
	color:#06F;
}
#homepost p {
	padding:5px 10px 10px 1px;
	color: #666;
	line-height: 20px;
}

#post {
	border-top:1px solid #CCCCCC;
	color:#555;
	font-size:13px;
	line-height:20px;
	margin-top:8px;
	padding:10px 0 0 4px;
	width:670px;
}
#content .rblcheck {
	border: none !important;
	margin-top: 0px !important;
	padding:8px 0 0 4px !important;
}
#post a {
	font-size:12px;
	color:#06F;
}
#post p {
	color:#333;
	line-height:20px;
	text-align:justify;
	padding:5px 10px 10px 1px;
}
#post ul, #homepost ul {
	padding:5px 0 10px 10px;
}
#post ul li, #homepost ul li {
	list-style: none inside none;
	text-align:justify;
	background:url("images/check.png") no-repeat scroll 0 4px transparent !important;
	color:#555;
	line-height:1.6em;
	padding:0 20px 5px 20px !important;
}

#post blockquote, #homepost blockquote {
/*	border-left:2px solid #777777;
	font-style:italic;
	font-weight:bold;
	margin:5px auto 15px;
	padding:0 10px;
	width:85%;	*/
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px dotted #666666;
    color: #000000 !important;
    margin: 0 0 5px 0;
    padding: 0 10px;
    width: 644px;
}

#post h2, #homepost h2 {
	padding:15px 0 10px 0;
	color:#06F;
	font-size:24px;
	border-top:1px dotted #CCC;
}
#post h5, #homepost h5 {
	padding:10px 0 10px 0;
	color:#555;
	font-size:20px;
}

/* COMMENTS */

#comments ol li, #comments ul li {
	list-style: none !important;
	background: none !important;
}
#comments ul.children {
	padding-top:0px;
}

#comments h4 {
	background:url("images/responseshead.png") no-repeat scroll 0 0 transparent !important;
	padding-left:40px;
	padding-top:10px;
	width:634px;
	height:42px;
	border:none !important;
	font-size:12px;
	
}
#comments .bolder {
	color:#000 !important;
	font-size:12px;
}

#comments h6 {
	color:#06F !important;
	font-size:24px !important;
	border-top:1px dotted #CCC;
	padding:15px 0 10px 0;
}

div.avatar { position: relative; padding: 3px; float: left; }
div.avatar span.overlay {
background:url("images/avatar-overlay.png") no-repeat scroll 0 0 transparent;
display:block;
height:67px;
left:0;
position:absolute;
top:0;
width:67px;
z-index:1000;
}
#commentcontainer {
float:left;
padding-left:10px;
}

#commentcontainer h6 a {
	color:#06F !important;
	font-size:24px !important;
}

#commentcontainer a {
color:#333;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

div.comment-body {
-moz-box-shadow:5px 5px 3px #f2f2f2;
background-color: #f4f4f4;
border:1px solid #DEDEDE;
font:italic 13px Arial,Verdana,Helvetica,sans-serif;
margin:10px 0;
padding:15px;
width:95%;	
}
div.comment-body p {
color: #444 !important;	
}
#respond h3 {
	margin-top:10px;
	background:url("images/commentshead.png") no-repeat scroll 0 0 transparent !important;
	padding-left:25px;
	width:215px;
	height:45px;
	border:none !important;
	font-size:13px !important;
	line-height:40px !important;
	color:#FFF !important;
	
}
#reply-title {
	font-weight: bold !important;
}
#respond a#cancel-comment-reply-link {
	margin-left: 40px;
}

#respond label {
	display:block;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
#commentnoteshook {
	padding-top: 10px;
}
#name {
	float:left;	
	width:50%;
}
#email {
	float:left;
	width:50%;
}
#comment {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #E7E7E7;
color:#7D7D7D;
font:0.92em Arial,Helvetica,sans-serif;
margin:5px 0 0;
padding:7px 8px;
width:95%;		
}
#respond input {
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #E7E7E7;
color:#7D7D7D;
font:0.92em Arial,Helvetica,sans-serif;
margin:5px 0 0;
padding:7px 8px;
width:85%;	
}
#respond input#submit {
background:none repeat scroll 0 0 #333;
border:3px solid #E7E7E7;
color:#FFF;
font:12px Arial,Helvetica,sans-serif;
font-weight:bold;
margin:5px 0 0;
padding:7px 8px;
width:140px;	
}
.reply {
	padding-bottom: 0px;
	text-align:right;
}

/* SIDEBAR */

#checkinput {
	background:url("images/bg_check.gif") top center no-repeat transparent;
	width:168px;
	height:20px;
	padding:6px 6px 4px 6px;
}
#rblcheckinput {
	float:left;
	background:url("images/bg_check.gif") top center no-repeat transparent;
	width:168px;
	padding:6px;
}
.checksubmit {
	background:url("images/check.gif") top center no-repeat transparent;
	width:66px;
	height:30px;
	border:none;
}

#sidebar {
	float: right;
	width:276px;
}

#sidebar h4 {
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	color:#000;
	padding-left:22px;
}

#sidebar .rblcheck {
	background:url("images/bt_rblcheck.gif") 0px 0px no-repeat transparent;	
}
#sidebar .external {
	background:url("images/bt_external.gif") 0px 0px no-repeat transparent;	
}

#sidebarhead {
	background:url("images/sidebarhead.png") top left no-repeat transparent;
	padding-left:10px;
	padding-top:13px;
	width:266px;
	height:37px;
	font-size: 16px;
}
#sbmargin {
	display:block;
	height:3px;
}
#sbtop {
	background:url("images/bgsbtop.gif") top left no-repeat transparent;
	width:276px;
	height:4px;
}
#sbmain {
	background:url("images/bgsbpat.gif") 0px 0px repeat-y transparent;
	width:250px;
	min-height:50px;
	padding:8px 13px 4px;
	font-size:11px;
	color:#888;
}
#sbmain p {
	padding:5px;
	text-align:center;
	font-size:12px;
	color:#444;
	line-height:20px;
}

#sbmain li {
	list-style: inside none;
	font-size:14px;
	line-height:20px;
	padding:6px 15px;
	margin-bottom:1px;
	color:#666;
	width:218px;
	background-color:#FFF;
	border:1px solid #ccc;
}
.children {
	margin-top:5px;
}
#sbmain ul li {
	border-top: 1px solid #ccc !important;	
}
.children li {
	border: none !important;
	width: 85% !important;
}
#sbmain a {
	color: #06C;
	text-decoration:none;
}
#sbmain a:hover {
	color: #333;
	text-decoration:none;
}

#sbbottom {
	background:url("images/bgsbbottom.gif") top left no-repeat transparent;
	width:276px;
	height:8px;
}

/* FOOTER */

#footer {
	margin:0 auto;
	background:url("images/bg_footer.png") top left repeat-x #1a1a1a;
	min-height:140px;
}
#footerlinks {
	width:960px;
	margin:0 auto;
	padding: 10px 0;
}
#linkscontainer {
	float:left;	
}
#backtotop {
	float:right;
}
.backtotop {
	display:block;
	background:url("images/back-to-top.png") top left no-repeat transparent;
	width:150px;
	height:60px;
}
.backtotop:hover {
	background-position: 0 -60px;
}
#footertext {
	color:#666;
	width:950px;
	margin:0 auto;
	padding-top:10px;
	font-size:11px;
}
#footertext a {
	color:#888;
	float:right;
	text-decoration:none;
	font-style:italic;
}
#footertext a:hover {
	color:#CCC;
}

/* RBL CHECK */

#loading {
background:url("images/checkinprogress.png") no-repeat scroll 0 0 transparent;
display:block;
width:664px;
height:80px;
font-size:13px;
}
.loadingmessage {
display:block;
height:78px;
width:500px;
background:url("images/ajax-loader.gif") no-repeat scroll 20px 26px transparent;
padding:0 0 0 64px !important;
font-size:14px !important;
line-height:86px !important;
}
#mrcsub {
background:url("images/mrcsub.png") no-repeat scroll 0 0 transparent;
display:block;
padding:10px 0 0 20px;
width:644px;
height:40px;
font-size:13px;
}
#rblmon {
background:url("images/checkinprogress.png") no-repeat scroll 0 0 transparent;
display:block;
width:664px;
height:80px;
font-size:13px;
}
#rblmon li {
float:left;
display:block;
margin:0 auto;
line-height:40px;
height:40px;
color: #444 !important;
padding-left:20px;
padding-right:18px;
padding-top:22px;
}
#rblmon li a {
	color: #333 !important;
	font-size: 12px !important;
	text-decoration:none;
	font-weight:bold !important;
}
#rblmon li a:hover {
	color: #000 !important;
	font-size: 12px !important;
	text-decoration:none;
}

li.rbl {
background:url("images/rbl.gif") no-repeat scroll 0 0 transparent;
color:#000;
display:block;
float:right;
font-size:12px;
height:30px;
line-height:30px;
margin-right:20px;
margin-top:10px;
padding-left:25px;
text-align:left;
width:280px;
}
li.rbl a {
	color: #555 !important;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #06F;
}
li.rbl a:hover {
	color: #000 !important;
	text-decoration: none;
	border-bottom: 1px solid #F00;
}

li.ok {
background:url("images/rblstatus.png") no-repeat scroll 0 0 transparent;
color:#000;
display:block;
float:right;
font-size:12px;
height:30px;
line-height:30px;
margin-right:25px;
margin-top:10px;
padding-left:5px;
text-align:left;
width:295px;
}

li.blocked {
background:url("images/rblstatus.png") 0px -30px no-repeat transparent;
color:#000000;
display:block;
float:right;
font-size:12px;
height:30px;
line-height:30px;
margin-right:25px;
margin-top:10px;
padding-left:5px;
text-align:left;
width:295px;
}

li.ok a {
	font-weight: normal !important;
}
li.blocked a {
	color: #000 !important;
	border-bottom: 1px dotted red !important;
}
li.blocked a:hover {
	color: #000 !important;
	border-bottom: 1px solid red !important;
}

#adsblock {
display:block;
width:624px;
padding: 0px 80px;
font-size:13px;
}

/* Form Wrapper */
#wpcf7 { margin: 0px; }

/* Form Objects */
input.wpcf7-form-control { width: 480px; border: 3px solid #EFEFEF; padding: 5px; font-family: Arial, Verdana, Helvetica, sans-serif; }
fieldset.recaptcha_form_fieldset { border: 0px; margin: 0px; padding: 0px; }
.wpcf7-form p { text-align: left; }
textarea.wpcf7-textarea { width: 480px; border: 3px solid #EFEFEF; padding: 5px; font-family: Arial, Verdana, Helvetica, sans-serif; }

/* Error/Information Messages */
p.recaptcha_form_p_error { background-color: white; border: 0;  color: red; font-weight: bold; padding: 10px; font-family: Arial, Verdana, Helvetica, sans-serif;}
p.recaptcha_form_p_info { background-color: white; border: 0; color: green; font-weight: bold; padding: 10px; font-family: Arial, Verdana, Helvetica, sans-serif;}

/* reCAPTCHA Box */
.recaptcha_form_captcha_box { height: 300px; overflow: hidden; width: 500px; }

input.wpcf7-submit {
    background: none repeat scroll 0 0 #333333;
    border: 3px solid #E7E7E7;
    color: #FFFFFF;
    font: bold 12px Arial,Helvetica,sans-serif;
    margin: 5px 0 0;
    padding: 7px 8px;
    width: 140px;
}
