/*
Theme Name: Diesel
Theme URI: http://stockable.net/diesel/
Description: A perfect theme for video game blogs.
Author: Stockable
Author URI: http://stockable.net/
version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, white, yellow, threaded-comments, theme-options
*/


/*
NOTICE: You are using DieselLight! To upgrade to DieselPro, please visit http://stockable.net/diesel/ Only $25! Includes theme options and banner ad management! 
*/





/* basics */

*{margin:0; padding:0;}

body {
	background:#000 url(images/bg.png);
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}

/* fonts */


@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('fonts/CartoGothicStd-Book-webfont.eot');
    src: local('CartoGothicStdBook'), 
         local('CartoGothicStdBook'), 
         url('fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Book-webfont.svg#font') format('svg'); 
}


/* links */

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

a:hover{text-decoration: none; color:#000;}



/* container */

#wrapper {
	background:url(images/contentbg.png) top center no-repeat;
	width:100%;
	overflow:hidden;
	}

#container {
	width:975px;
	margin: 0 auto 30px;
	padding:0;
	color:#333;
	}
	
/* header */

#header {
  	width:975px; 
	color: #fff; 
	background:url(images/header.png) top left no-repeat;
	margin:0 auto;
	}
	
#headeritems {
  	width:940px; 
	height:69px;
	color: #fff; 
	margin:0 auto;
	clear:left;
	}

#customlogo{
	width:auto;
	float:left;
	padding:15px 0 12px 15px;
}

#customlogo:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#logo{
	width:auto;
	float:left;
	padding:10px 0 12px 15px;
}

#logo:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#logo h1{
	font:bold 24px "CartoGothicStdBook", arial, georgia, times;
	padding:0 0 0 5px;
	margin:0;	
	text-transform:uppercase;
	color:#fff;
	}
	
#logo h2{
	font:normal 15px  "CartoGothicStdBook", arial, georgia, times;
	padding: 0 0 0 5px;
	margin:-6px 0 0 0;	
	text-transform:uppercase;
	color:#bbb400;
	}
	


/* category menu */

#catmenu{
	height:38px;
	font:normal 13px  "CartoGothicStdBook", arial, georgia, times;
	clear:left;
}


#catmenu ul {
	text-transform:uppercase;
	position:relative; 
	z-index:300;
	margin:0 0 0 14px;
	padding:0;
	}
	
#catmenu ul li a {	
	display:block;
	color:#aaa;
	font-weight:bold;
	}
	
#catmenu ul li {
	position:relative; 	
	list-style-type: none;
	float:left;
	background:url(images/li.png) top right no-repeat;	
	list-style-type:none;
	padding:10px 16px;
	}
	
#catmenu ul ul {
	position:absolute; 
	display:none; 
	width:12em; 
	margin:0;
	padding:0; 
	background:#2b2c2c;
	z-index: 99999;
}

#catmenu ul li ul {width:14.1em; padding:6px 0;  display: none; position: absolute; z-index:999; line-height:24px;}
#catmenu ul li ul li {padding:0;}
#catmenu ul li ul a {width:12em; height:auto; float:left; color:#aaa; padding:4px 10px; height:auto; color:#fff; background:none;}
#catmenu ul li ul a:hover {height:auto; background:none;}
#catmenu ul ul ul {top:auto; padding:0;}
#catmenu ul li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#catmenu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#catmenu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


#catmenu ul li.current_page_item a {
	color:#fff;
}

#catmenu ul li.current_page_item li a {
	color:#fff;
	background:none;
	text-shadow:none;
}

#catmenu ul li.current_page_item li {
	color:#fff;
	background:none;
	text-shadow:none;
}

#catmenu ul li li {
	color:#fff;
	text-shadow:none;
	background:none;
}

#catmenu ul li li a {
	color:#fff;
	text-shadow:none;
	text-shadow:1px 1px #000;
}

#catmenu ul li li a:hover {
	text-shadow:none;
	color:#bbb400;
}

#catmenu ul li.current_page_item li a:hover {
	text-shadow:none;
	color:#bbb400;
}

#catmenu ul li ul li.current_page_item a {background:none !important; text-shadow:none;}
#catmenu ul li a:hover{
	color:#bbb400 !important;
}
#catmenu ul li ul a:hover {color:#bbb400;}	


	

/* main menu */

#menu{
	text-transform:uppercase;
	width:auto;
	font:normal 15px  "CartoGothicStdBook", arial, georgia, times;
	margin: 0 auto 14px;
	display:block;
	float:right;
}	


#menu ul {
	text-transform:uppercase;
	position:relative; 
	z-index:300;
	margin:0;
	padding:0;
	float:right;
	}
	
#menu ul li a {	
	padding:24px;
	margin: 0 0 0 1px;
	color: #aaa;
	display:block;
	border-bottom:none;
	text-shadow:1px 1px #000;
	}
	
#menu ul li a:hover {	
	color:#fff;
	text-decoration:none;
	}
	
#menu ul li {
	float:left; 
	position:relative; 	
	list-style-type: none;
	margin: 0;
	padding:0;
	}
	
#menu ul ul {
	position:absolute; 
	display:none; 
	width:12em; 
	margin:0;
	padding:0; 
	background:#111;
	z-index: 99999;
}

#menu ul li ul {width:14.1em; padding:0;  display: none; position: absolute; z-index:999; line-height:24px;}
#menu ul li ul li {padding:0;}
#menu ul li ul a {width:12em; height:auto; float:left; color:#aaa; padding:4px 10px; height:auto; color:#fff; background:none;}
#menu ul li ul a:hover {height:auto; background:none;}
#menu ul ul ul {top:auto; padding:0;}
#menu ul li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#menu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#menu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


#menu ul li.current_page_item a {
	color:#fff;
	background:#bbb400;
}

#menu ul li.current_page_item li a {
	color:#fff;
	background:none;
	text-shadow:none;
}

#menu ul li li a {
	color:#fff;
	text-shadow:none;
}

#menu ul li li a:hover {
	text-shadow:none;
	color:#bbb400;
}

#menu ul li.current_page_item li a:hover {
	text-shadow:none;
	color:#bbb400;
}

#menu ul li ul li.current_page_item a {background:none !important; text-shadow:none;}
#menu ul li a:hover {	
	background:#bbb400;
	}
	
#menu ul li ul a:hover {color:#bbb400;}





/* content */


#content {
	margin:30px 0 20px 25px;
	padding:0;
	float: left;
	width:600px;
	background:#eee url(images/content.png) top left no-repeat;
	position: relative;
	}
	
.type-page{
	padding:0 0 30px 0;
	margin:30px 40px;
	line-height:20px;
	}

.type-post {
	padding:0 0 10px 0;
	margin:30px 40px 60px;
	line-height:20px;
	background:url(images/border.png) bottom center no-repeat;
	}
	
#content h1.page-title{
	font:bold 28px "CartoGothicStdBook", arial, georgia, times;
	color:#000;
	}
	
#content h1.archive-title{
	font:normal 18px "CartoGothicStdBook", arial, georgia, times;
	color:#000;
	padding:36px 0 0 36px !important;
	}
#content h1{
	font:bold 28px "CartoGothicStdBook", arial, georgia, times;
	color: #212121;
	letter-spacing:-1px;
	text-transform:capitalize;
	margin:0;
	padding:0;
	}
	
#content h1 a{
	color: #212121;
	text-decoration: none;
	}
	
#content h1 a:hover{
	color: #777;
	text-decoration: none;
	}
	
#content h1.entry-title{position:relative; left:-68px;}

#content h1.entry-title span.postcomments{
	font:normal 20px "CartoGothicStdBook", arial, georgia, times;
	color: #fff;
	letter-spacing:-1px;
	text-transform:capitalize;
	margin:0 12px -11px 0;
	display:block;
	width:52px;
	height:52px;
	float:left;
	text-align:center;
	}
	
#content h1 span.postcomments{
	background:url(images/Default.png) top left no-repeat;
	}

#content h1.entry-title span.postcomments a{color:#fff; line-height:48px;}
#content h1.entry-title span.postcomments a:hover{color:#000;}
	
#content .entry-meta{
	font:normal 12px "arial", times;
	padding:0px 0 15px 0;
	margin:0 0 15px 0;
	color:#505050;
	background:url(images/border.png) bottom center no-repeat;	
	clear:left;
	}
	


#content ul {margin:20px;}

#content ul li {list-style-type:square; list-style-position:inside;}

#content ol {margin:20px;}

#content ol li {list-style-position:inside;}

#content .entry-content p, #content .entry-summary p{margin:12px 0; line-height:22px;}


	


/* navigation */


.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	padding:20px 40px;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
	



/* Sidebar */

#sidebar{
	margin:30px 25px 0 0;
	padding: 0;
	font-size:12px;
	overflow:hidden;
	float: right;
	width:310px;
	}
	
#sidebar h3{
	font:bold 16px "CartoGothicStdBook", arial, georgia, times;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
	color: #BBB300;	
}

#sidebar p {margin:0; padding:14px 5px 14px 0; line-height:22px;}

#sidebar p.footer {margin:-14px 0 0 0;}

#sidebar p.footer {color:#515151;}
#sidebar p.footer a {color:#717171;}
#sidebar p.footer a:hover {color:#515151;}


#sidebar a {color:#ececec;}
#sidebar a:hover {color: #BBB300;}

#sidebar ul {
	margin:0;
	padding:0;
	}
	

#sidebar ul li {
	margin: 0;
	overflow:hidden;
	}

#sidebar ul li.widget-container{
	margin: 0 0 14px 0;
	padding: 20px;
	line-height: 20px;
	list-style-type: none;
	background:url(images/sidebar.png);
	border:1px solid #141414;
}

#sidebar ul ul li{
	width:114px;
	float:left;
}


#sidebar ul ul li {
	list-style-type: none;
	background:none;
	border:none;
	padding:0;
	margin: 0 0 8px 0;
	}



/* comments */

#comments {
	clear: both;
	margin:0 39px 39px 39px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}

#comments ol{
	margin:0;
	padding:0;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style-type: none !important;
	margin: 0;
	padding:0;
}

.commentlist li{
	list-style-type: none !important;
}

.commentlist li.comment {
	background:url(images/border.png) bottom no-repeat;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 24px 56px;
	position: relative;
}

.cpost{
	background:#fff;
	border:1px solid #ccc;
	overflow:hidden;
	padding:6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: none;
}
.commentlist .avatar {
	position: absolute;
	top: 0;
	left: 0;
	padding:1px;
	border:1px solid #ccc;
	background:#fff;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding:0;
	background:none;
}
.commentlist .children li {
	border: none;
	margin: 0;
	list-style-type:none;
	background:none;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	margin: 14px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	min-width:162px;
}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.form-allowed-tags{padding:12px 0 4px 0;}
.sticky{}
.gallery-caption{}
.aligncenter{}


input, textarea, #respond input[type="text"], #respond textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #888;
	border: 1px solid #bbb;
	border-top-color: #aaa;
	padding: 8px 4px;
	background: #fff;
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
	     -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
	        box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

input, #respond input[type="text"]{
	width:250px;
	display:block;
	margin:4px 0;
}

#submit {
	border: 1px solid #bbb;
	color: #777;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
	height: 34px;
	width: 140px !important;
	text-align: center;
	padding: 0;
	line-height: 34px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: #fff;
	background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ccc));
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	     -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	cursor:pointer;
}

#submit:hover {
	border-color: #aaa;
	background: #efefef;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(0,0,0,0.1);
	     -o-box-shadow: 0 0 7px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(0,0,0,0.1);
	        box-shadow: 0 0 7px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(0,0,0,0.1);
}

.wpcf7{
	margin:24px 0 !important;
	font-size:11px;
}

.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#000;
	color:#fff;
	cursor:pointer;
}



/* search */


#searchform{
	padding:0;
	margin:15px 0 0 20px;
	float:left;
	background:url(images/search.png);
	width:262px;
	height:37px;
	}

#searchform input#s{
	margin:0;
	border:none !important;
	background:none;
	padding:13px 0 4px 12px !important;
	color:#434343;
	text-transform:uppercase;
	font-size:14px;
	width:198px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	}
	
#searchform input#s:focus{
	color:#333;
	border:none;
	}
	
	
	

/* footer */

#footer {
	clear: both;
	margin:0 0 20px 0;
	}
	
#footer p{padding:0;margin: 0; color: #666; font-size:12px;}


#footer a{color: #fff;}
#footer a:hover{color: #454645;}
