/*
Theme Name: BladeCrash
Theme URI: http://www.cssjockey.com
Description: Custom WordPress Theme for BladeCrash.com by <a href="http://www.cssjockey.com" title="Unique &amp; Practical Web Presence">CSSJockey</a>.
Version: 1.0
Author: CSSJockey
Author URI: http://www.cssjockey.com/
*/

/* Reset Styles */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,cite,del,dfn,font,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,.reset{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} :focus{outline:0;} img{outline:0;border:none;} h1,h2,h3,h4,h5,h6{font-weight:bold;} ol,ul{list-style:inherit;} table{border-collapse:separate;border-spacing:0;} caption,th,td{text-align:left;font-weight:normal;} a,a:hover{text-decoration:none;} h1{font-size:18pt;} h2{font-size:16pt;} h3{font-size:14pt;} h4{font-size:12pt;} h5{font-size:10pt;} h6{font-size:8pt;} .textleft{text-align:left;} .textright{text-align:right;} .textcenter, .aligncenter{text-align:center;} .textjustify{text-align:justify;} .hidden{display:none;visibility:hidden;} .alignleft{float:left;} .alignright{float:right;} small{font-size:90%;} b,strong{font-weight:bold;} code{font-family:"Courier New",Courier,monospace;} .clearfix:after{clear:both;display:block;content:" ";height:0;visibility:hidden;} .clearfix{display:inline-block;} * html .clearfix{height:1%;} .clearfix{display:block;} li.clearfix{display:list-item;} .aligncenter{display:block;margin-left:auto;margin-right:auto;} img.alignright{margin:10px 0 10px 10px;} .floatleft{float:left;} .floatright{float:right;} .clear{clear:both;display:block;height:0;visibility:hidden;}

/*
 * Main Structure
 */

body{
	background:#98adae url(images/bg2.jpg) repeat;
	font:normal 10pt Tahoma;
	color:#161616;
}
a{
	color:#b51448;
}
#bg{
	background:url(images/gradiant.png) repeat-x;
}
#wrapper{
	width:960px;
	margin:0 auto;
}
#collage{
	background:url(images/collage.png) top center no-repeat;
	padding:140px 0 0 0 !important;
}
/*
 * Header Styles
 */
#header{
	position:relative;
	margin:0px;
	border-bottom:5px solid #161616;
	height:100px;
}
#logo{
	position:absolute;
	top:28px;
	left:0px;
}
#toprss{
	position:absolute;
	top:8px;
	right:0px;	
}
#topnav{
	text-align:left;
	padding:73px 0 0 0;
}
#topnav ul{
	list-style:none;
}
#topnav ul li{
	display:inline;
}
#topnav ul li a{
	display:inline-block;
	float:right;
	margin:0 10px 0px 10px;
	padding:0 5px 5px 5px;
	font-size:11pt;
	color:#161616;
}
#topnav ul li a:hover, #topnav ul li.current_page_item a{
	display:inline-block;
	float:right;
	margin:0 10px 0px 10px;
	padding:0 5px 5px 5px;
	font-size:11pt;
	color:#161616;
	border-bottom:4px solid #ed145b;
}

/*
 * Content Styles
 */
#contentholder{
	padding:15px 0 20px 0;
}
#content{
	position:relative;
	width:620px;
	margin:0 20px 0 0;
}
div.post{
	margin:0 0 20px 0;
	padding:10px;
	background:url(images/contentbg.png) repeat;
	border-top:1px solid #FFF;
}
div.post h1, div.post h2, div.post h3, div.post h4, div.post h5, div.post h6, div.post h1 a, div.post h2 a, div.post h3 a, div.post h4 a, div.post h5 a, div.post h6 a{
	color:#161616;
	font-weight:normal;
	padding:0 0 5px 0;
}
.postmetadata span{
	display:inline-block;
	background:#000;
	padding:3px 5px 3px 5px;
	color:#FFFFFF;
	margin:7px 0 0 0;
	font-size:85%;
}
.postmetadata span a{
	color:#a8c220;
}
.postmetadata span a:hover{
	color:#ed145b;
}
div.entry{
	padding:10px 0 10px 0;
	line-height:1.5;
}
div.entry img{
	padding:3px;
	background:#8ca8a8;
}
a.more-link{
	padding:10px 0 0 0;
	display:block;
	font-size:115% !important;
}
div.entry a{
	color:#b51448;
}
div.post ol li, div.post ul li{
	padding:0 0 3px 0;
}
div.post p{
	margin:7px 0 7px 0;
}
div.post ul{
	margin:0 0 10px 30px;
}
div.post ol{
	margin:0 0 10px 35px;
	list-style:decimal;
}
ul.children li.cat-item{
	background:none;
}
.navigation{
	margin:10px 0 10px 0;
	background:url(images/tbg.png);
	padding:5px 10px 5px 10px;
}
/* Archive Heading Style */
h2.pagetitle{
	padding:7px 10px 7px 10px !important;
	margin:0px 0px 15px 0px !important;
	background:#161616;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12pt;	
}

/*
 * WordPress Default Styles
 */
.wp-caption{
	background:#8faaaa;
	margin:10px 0 10px 0;
	border:0px;
	text-align:center;
}
.wp-caption p{
	margin:0 0 3px 0 !important;
	font-size:80%;
}
.wp-caption img, .wp-caption a img{
	background:none !important;
	border:0px !important;
	padding:3px;
	margin:0px;
}
.alignleft{
	margin-right:10px;
}
.alignright{
	margin-left:10px;
}
/*
 * Sidebar Styles
 */
#sidebar{
	width:300px;
	padding:0 10px 10px 10px;
}
.widget{
	clear:both;
	width:300px;	
	color:#161616;
	background:url(images/contentbg.png);
	padding-bottom:10px;
	margin:0 0px 20px 10px;
}
.widget a{
	color:#161616;
}
.widget a:hover{
	color:#ed145b;
}
#sidebar h2, .widget h2{
	font-size: 13pt;
	font-style: normal;
	font-weight: normal;
	cursor:default;
	margin:0;
	color:#ed145b;
	background:#161616;
	padding:6px 10px 6px 10px;
}
div.pad10{
	padding:10px !important;
}
form#searchform{
	padding:10px 0 0 0;
}
.widget_search form#searchform{
	border-top:1px solid #FFFFFF;
	padding:10px 10px 0px 10px;
}
form#searchform #s{
	width:210px;
	color:#ed145b;
	background:url(images/searchbg.jpg) repeat-x;
	font:italic 9pt Tahoma;
	border:2px solid #bcc6c6;
	padding:7px;
	margin:0 5px 0 0;
}
form#searchform #searchsubmit{
	background:#ed145b;
	color:#FFF;
	font:normal 11px verdana;
	border:2px solid #d11351;
	padding:3px 6px 3px 6px;
	margin-top:-2px;
	font-size:105%;
}

.widget p{
	padding:0 10px 0 10px;
	margin:0 0 10px 0px;
}
.widget ul{
	margin:0;
	padding:0;
}
.widget ul li{
	list-style:none;
	padding:0 0 3px 0;
}
#recentcomments li a{
	background:none;
	color:#ed145b;
}
.widget_pages ul li, 
.widget_categories ul li, 
.widget_archive ul li, 
.widget_links ul li, 
.widget_meta ul li, 
.twocolumn ul li{
	width:50%;
	float:left;
}
.widget_rss img{
	display:none;
}
.widget_rss h2 a{
	color:#ed145b;
}
.widget_tag_cloud h2{
	text-align:left;
}
.widget_tag_cloud{
	text-align:center;
}
.widget_tag_cloud a{
	padding:0 5px 0 5px;
}
#wp-calendar{
	width:90%;
	color:#161616;
	margin:0 auto;
}
#wp-calendar caption{
	text-align:center;
	font-size:9pt;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 5px 0;
}
#wp-calendar th {
	text-align:center;
	font-weight:bold;
}
#wp-calendar tr td{
	text-align:center;
	padding:3px;
}
#wp-calendar a{
	font-weight:normal;
	color:#ed145b;
	padding:3px;
	background:#8faaaa;
}
td#prev a, td#next a{
	color:#ed145b;
	background:none;	
}
/*
 * Footer Styles
 */
#footer{
	border-top:5px solid #161616;
	padding:7px 0 70px 0;
	color:#FFF;
}
#footer a{
	color:#FFF;
}
#footer a:hover{
	color:#a8c220;
}
#footerleft, #footerright{
	width:50%;
}
#footerright{
	text-align:right;
}

/* 
 * Comment Styles
 */
.comment{
	padding:10px 0 10px 0;
}
.commentuserinfo{
	width:100px;
}
.commenttext{
	width:480px;
	padding:0 10px 10px 10px;
	background:url(images/contentbg.png);
	min-height:105px;
}
.commentuserinfo img{
	border:3px solid #ffffff;
	margin:0 10px 0 0;
}
#author, #email, #url{
	padding:5px;
	width:254px;
	border:3px solid #8ca8a8;
	font:normal 10pt Arial, Helvetica, sans-serif;
	color:#454545;
}
#comment{
	width:584px;
	padding:5px;
	border:3px solid #8ca8a8;
	font:normal 10pt Arial, Helvetica, sans-serif;
	color:#454545;
	height:150px;
	line-height:1.5;
}
#submit{
	padding:3px;
}



/*
 * Extra Styles - Use for Customizing Plugins / Add On functionality
 */
.marginbottom{
	margin:0 0 10px 0 !important;
}
#twitter_update_list{
	list-style:none;
	font-size:80%;
}
#twitter_update_list li{
	padding:0 0 7px 0 !important;
}



/*
 * Custom Homepage Styles
 */
#featured{
	height:308px;
	margin-bottom:20px;
}
.featured{
	position:relative;
}
.fcontent{
	position:absolute;
	top:0px;
	left:0px;
}
.nopadding{
	padding:0px;
	margin:0px;
}
.border3{
	border:3px solid #FFFFFF;
}
.border3:hover{
	border:3px solid #cad8d8;
}

.fentry{
	width:594px;
	position:absolute;
	bottom:3px;
	left:3px;
	padding:10px;
	color:#FFFFFF;
	background:url(images/fbg.png);
	height:70px;
}
.fhead, .fhead a{
	font-size:11pt;
	font-weight:normal;
	color:#ed145b;
	margin:0 0 5px 0;	
}
#fthumbs{
	width:320px;
}
.fthumb{
	display:block;
	margin:0 0px 13px 7px;	
}
/*** FEATURED POSTS STYLES ENDS HERE *****/
#homepanel2{
	clear:both;
	padding:10px 0 20px 0;
	position:relative;	
}
.hpanel2head{
	border-bottom:5px solid #161616;
}
.hpanel2head h1{
	display:inline-block;
	font-weight:normal;
	color:#ed145b;
	font-size:15pt;
	background: url(images/hpanelhead.png) top right no-repeat;
	padding:0 30px 0 0 !important;
}
.hpanel2head h1 span{
	background:#161616;
	display:inline-block;
	padding:5px 0px 5px 10px;
}
.hpanelcontent{
	background:url(images/contentbg.png);
	padding:15px 0px 0px 10px;
}
.hpanelpost{
	margin:0 10px 15px 0px;
	width:465px;
	float:left;
}
.hpanelpost img{
	margin:0 10px 0 0;
}
.hpanelpost h1{
	font-weight:bold;
	font-size:11pt;
	padding:0 0 5px 0;
}
.hpanelpostmeta{
	padding:7px 0 0 0;
	font-size:85%;
	font-weight:bold;
}
#hprev{
	position:absolute;
	top:15px;
	right:30px;
	cursor:pointer;
}
#hnext{
	position:absolute;
	top:15px;
	right:5px;
	cursor:pointer;
}
/**** Homepanel 2 Styles ends here ******/
/**
 * Homepanel bottom
 */
#homepanel3{
	margin:5px 0 10px 0;
	border-top:5px solid #161616;
}
.h3panel{
	width:25%;
	padding:0 0 15px 0;
}
.padright15{
	padding-right:15px;
}
.h3panel h1{
	font-weight:normal;
	font-size:14pt;
	padding:0 0 10px 0;
}
.h3thumbs{
	padding:10px 0 0 0;
}
.h3thumbs img{
	margin:0 8px 8px 0;
}
.aboutmsg{
	font-size:80%;
	line-height:1.6;
}
.adminimg{
	margin:0 10px 0 0;
}
.admininfo{
	padding:5px 0 0 0;
}
.admininfo p{
	margin:0 0 3px 0;
}
/** Other Styles **/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote:before, q:before{
	content:url(blockquote.png);
}
blockquote, q {
	quotes: "" "";
	padding:0px 25px 0 25px;
	background:url(images/blockquote.png) top left no-repeat;
	font-style:italic;
}
div.post th{
	font-weight:bold;
	padding:3px;
	text-align:center;
}
div.post td{
	text-align:center;
}
