/*
Theme Name: BlowTheScene.com
Description: Theme for Blow the Scene.com
Version: 1.7 - Now with Ads!
Author: Larry West
Author URI: http://larrywestproductions.com
Tags: orange, custom header, fixed width, two columns, widgets

*/



* {
	margin:0;
	padding:0;
	}

img{
	border-style:none;
	}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #ffff;
}


/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, aside, article, section, footer, address {  
	display: block;  
} 

h1, h2, h3, h4, h5, h6{
	font-weight:100;
}


@font-face {
    font-family: 'ArialBlack';
    src: url('images/ariblk-webfont.eot');
    src: url('images/ariblk-webfont.eot?iefix') format('eot'),
         url('images/ariblk-webfont.woff') format('woff'),
         url('images/ariblk-webfont.ttf') format('truetype'),
         url('images/ariblk-webfont.svg#webfontfpXjtbpb') format('svg');
    font-weight: normal;
    font-style: normal;
} 

#container_a{
	width:100%;
	background:url(images/bts-top-bg.gif) top center no-repeat;
}
		

#container_b {
	width:100%;
background:url(images/bts-background.gif) top center repeat-y;
	overflow:auto;
}

#error{
	background:url(images/404.gif);
	width:500px;
	height:275px;
	display:block;
	text-align:center;
	margin:50px auto 0;
	text-indent:-9999px;
}

#error_page{
    display:block;
    font-size: 1.6em;
    letter-spacing: -1px;
    line-height: 16px;
    margin: 20px auto;
    text-align: center;
    text-transform: lowercase;
    width: 500px;
}

#noPosts{
	background:url(images/noposts.gif);
	width:512px;
	height:253px;
	display:block;
	text-align:center;
	margin:50px 0 0 86px;
	text-indent:-9999px;
	}
	
	#wrongTurn{
		font-size:2.6em !important;
		text-align:center;
		letter-spacing:-1px;
		margin:-1px;
		}


.wpcf7-form p{
	font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
	font-size:1.2em;
	padding:5px;
	text-transform:uppercase;
	font-style:normal;
	}

.wpcf7-form input, textarea{
	border:2px solid #929292;
	margin-left:25px;
	overflow:auto;
	padding:2px 2px 0;
	}


/* Headline Properties */

.headliners{
	font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-style:normal;
	}

	.header_bg{
		background:#000;
		position:relative;
		}
		
		.header_bg h4{
			position:relative;
			}



/* Site Header */

header{
	margin:0 auto;
	width:960px;
min-height:205px;
}

	#logo{
		width:100%;
		background-image:url(images/blow-the-scene_logo.gif);
		height:123px;
		text-indent:-9999px;
		display:block;
		overflow:hidden;
		}




/* Navigation Bar */

	header nav{
		background-color:#e3e3e3;
		width:100%;
		margin-top:12px;
		font-size:1.5em;
		}
		
		header nav a{
			text-decoration:none;
			color:#000;
			}
		
			header nav a:hover{
				color:#FF6600;
				background-color:#333;
				}
		
		header nav ul{
			list-style:none;
			padding:5px;
			}
		
		header nav li{
			display:inline;
			margin-left:3px;
			}



/* Search Box */

		#search{
			color:#f7941e;
			text-align:right;
			margin:-27px 10px 0 0;
			}
			
			.searchBox{
				color:#f7941e;
				text-decoration:none;
				border:none;
				font-size:14px;
				background-color:#e3e3e3;
				width:80px;
				}
			
			.search-field{
				border:1px solid #898989;
				padding:3px;
				margin-bottom:4px;
				}





/* Content Area */

#contentArea{
	width:962px;
	overflow:auto;
	margin:0 auto;
	padding:0 1px;
	}



/* Main Content Section */
			
#main-content{
	width:640px;
	overflow:hidden;
	margin:0 0 0 10px;
	float:left;
	}		
	
	#main-content hr{
		color:#000;
		margin-top:10px;
		}
		
	#main-content img{
		margin:0;
		}

	#main-content p{
		font-size:1.2em;
		line-height:18px;
		}

.wp-caption-text{
	font-size:0.8em !important;
	}

#facebook{
	margin:15px !important;
	}

/* Featured Article Section */

	#featuedArticle{
		width:940px;
		height:400px;
		margin:0 10px 15px;
		position:relative;
		overflow:hidden;
		display:block;
		}
		
		#featuedArticleLink{
			width:940px;
			height:400px;
			margin:0 10px 15px;
			position:relative;
			overflow:hidden;
			display:block;
		}
		
		#featuedArticle a{
			color:#fff;
			text-decoration:none;
			margin:0;
			}
			
			#featuedArticle a:hover{
				color:#FF6600;
				}
		
		#featured_bg{
			background:url(images/60-percent-black.png) repeat;
			width:100%;
			position:absolute;
			left:0;
			bottom:0;
			}
		
		#headline{
			font-size:4.6em;
			letter-spacing:-3px;
			color:#fff;
			margin-bottom:-4px;
			line-height:44px;
			}
			
		#subHeadline{
			font-size:1.8em;
			letter-spacing:-2px;
			color:#fff;
			padding-left:5px;
			}
		


/* Front Page Box Styles */

.box_frt_pg{
	background:url(images/single-article-box.gif);	
	border: 2px solid #b6b6b6;
    float: left;
    height: 300px;
    margin: 0 7px 10px 0;
    overflow: hidden;
    padding: 6px;
    width: 190px;
}
	
	.box_frt_pg h2 a{
		color:#000 !important;
		float:none;
		}
		
	.box_frt_pg h2{
		font-size:1.6em;
		line-height:16px;
		margin-bottom:10px;
		}
		
		.box_frt_pg h2 a:hover{
			color:#666 !important;
			text-decoration:none;
			}
			
		.box_frt_pg h2 a:visited{
			color:#FF3300;
			}
	
	.box_frt_pg img{
		max-width:190px;
		margin-top:0 !important;
		}
	
	.box_frt_pg span{
		font-size:1em !important;
		font-weight:bold;
		}
			
	.box_frt_pg a{
		float:right;
		text-decoration:none;
		color:#FF0000;
		}
		
		.box_frt_pg a:hover{
			text-decoration:underline;
			}

.homepage_image{
	width:190px;
	height:90px;
	overflow:hidden;
	margin-bottom:5px;
	}




#wp_page_numbers ul{
	float:right;
	font-size:1.4em;
	padding:5px 10px 5px;
	}
	
	#wp_page_numbers li{	
		display:inline;
		margin:0 2px;
		}

	#wp_page_numbers li a{
		color:#000;
		text-decoration:none;
		padding:0 5px;
		border:1px solid #000;
		}
		
		#wp_page_numbers li a:hover{
			color:#FF6633 !important;
			background:#333;
			}
			
		.active_page a{
			color:#fff !important;
			background:#f7941e;
			}





/* Category Page Section */

#headlines{
	font-size:3.6em;
	line-height:28px;
	letter-spacing:-3px;
	}
	
.categoryArticle{
	background:url(images/category-bg-b.jpg) top repeat-y;
	width:605px;
	margin:10px 0;
	padding:10px 15px 10px 7px;
	overflow:hidden;
	border:2px solid #CCC;
	}

	.categoryTitle{
		font-size:2.4em;
		line-height:26px;
		margin-bottom:3px;
		}
		
		.categoryArticle h2 a{
			text-decoration:none;
			color:#000;
			}
			
		.categoryArticle h2 a:hover{
			color:#FF6600;
			}
		
	.categoryDate{
		font-size:1.1em;
		line-height:15px;
		}

	.categoryArticle img{
		max-width:590px;
		padding:10px;
		margin-top:0px !important;
		}

	.categoryArticle p{
		margin:10px 0;
		}
		
	.categoryArticle hr{
		margin:5px 0;
		}
		
	.categoryArticle a{
		text-decoration:none;
		color:#CC0000;
		}
		
	.categoryArticle a:hover{
		text-decoration:underline;
		}


/*.archive_image{
	float:left;
	max-width:450px;
	max-height:200px;
	margin:-6px 5px 10px 0;
	overflow:hidden;
	}*/



/* Actual Articles Section */

#article{
	background:url(images/article-bg.jpg) repeat-y;
	width:100%;
	overflow:visible;
	}

#article .entry{
	width:630px;
}

	#articleHeadline{
		font-size:3.0em;
		line-height:28px;
		letter-spacing:-3px;
		margin-bottom:10px;
		}
		
	#article .post-author{
		background:#f7941e;
		font-size:1.2em;
		font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
		color:#fff;
		padding-left:10px;
		}
	
	#article img{
		max-width:570px;
		margin:5px 20px;
		}
	
	#article a{
		color:#CC0000;
		text-decoration:none;
		}
		
		#article a:hover{
			text-decoration:underline;
			}
	
	#mainImage{
		float:left;
		margin:15px 15px 10px 5px !important;
		}
		
	#article p{
		margin:15px 10px;

		}
	
	#article hr{
		margin:10px 0
		}
	
	#article h5{
		font-size:1.2em;
		letter-spacing:normal;
		}
	
	#article ol{
		margin-left:50px;
		font-size:1.2em;
	}
	
	#article li{
		line-height:18px;
	}
		
	#post-152 .entry p{
		margin:10px 0;
	}
		
.sociable{
/*	font-size:1.2em;
	font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
	background:#000;
	color:#fff;
	padding:2px 10px;
	width:400px;*/
	margin:0 !important;
	}		
	
	.sociable li{
		display:inline;
		}
		
	.sociable a{
		color:#fff !important;
		text-decoration:none;
		margin:0 5px 0 0;
		text-transform:capitalize;
		}
		
		.sociable a:hover{
			color:#FF6600 !important;
			text-decoration:underline;
			}
	
	.sociable .comments{
		color:#000;
		background:url(images/comment-b.png) top center no-repeat;
		width:31px;
		height:20px;
		float:right;
		padding-left:22px;
		margin-top:-16px;
		}
	

.readMore{
	color:#FF0000;
	float:right;
	margin-right:10px;
	}

.commentsLink{
	float:right;
	color:#fff;
	background:url(images/comment-a.gif) top center no-repeat;
	width:21px;
	height:19px;
	padding:1px 0 0 10px;
	}

.alignleft, .alignright a{
	font-size:1.4em;
	color:#000;
	text-decoration:none;
	}
	
	.alignleft, .alignright  a:hover{
		color:#FF3300;
		text-decoration:underline;
		}
	
	



/*
.searchPage h3{
	padding:15px 0 0;
	}*/

.searchPage{
	width:631px;
}

	.searchPage p{
		margin:10px 0;
		}
		
	.searchPage h3 a{
		color:#000;
		text-decoration:none;
		}

	.searchPage a{
		color:#CC0000;
		text-decoration:none;
		}

	.searchPage a:hover{
		color:#FF6600;
		text-decoration:underline;
		}


.categoryArticle .entry{
	font-size:1.2em;
	line-height:18px;
	margin:10px 0;
}


.more-link {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
}


/* Comments Section */

#comments{
	width:100%;
	margin-top:20px;
	}

	#commentsh5{
		color:#fff;
		font-size:2em;
		padding:10px 0 10px 5px;
		}
		
	#comments .header_bg{
		background:#959595;
		position:relative;
		height:12px;
		margin-bottom:12px;
		}
		
	#comments .avatar{
		border:4px double #000;
		float:left;
		margin:0 10px 0 0 !important;
		width:65px !important;
		height:65px !important;
		}
	
	.wp-smiley{
		margin:0 !important;
		}
	
	#comments ol{
		list-style:none;
		margin:0;
		padding:12px;
		}
		
		#comments li{
			background: #fff;
			margin:10px 0;
			padding:15px;
		}
		
		#comments .alt{
			background:#ebebeb !important;
		}
	
	#comments p{
		font-size:1em !important;
		margin:10px 0 0 !important;
		}
	
	.commentlist{
		padding:12px;
		overflow:auto;
		}

	.comment1{
		background-color:#ebebeb;
		}
		
	.commentlist a{
		color:#FF0000;
		text-decoration:none;
		}
		
	.commentlist a:hover{
		text-decoration:underline;
		}
		
		.commentlist cite{
			font-size:1.4em;
			}
			
			.ccommentlist cite a{
				color:#000;
				text-decoration:none;
				}
				
			.commentlist cite a:hover{
				color:#FF6600;
				text-decoration:underline;
				}
			
		.commentlist p{
			padding:5px 0 5px;
			}
		
		.commentmetadata a{
			margin-top:-5px;
			color:#000 !important;
			}


/* Leave a Comment Section */

#respond{
	margin-top:25px;
	background-color:#f7941e;
	width:200px;
	height:20px;
	color:#fff;
	font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
	font-size:1.8em;
	padding:5px 0 0 10px;
	}

#respond h3{
	color:#fff;
	font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
	font-size:1.8em;
	padding:5px 0 0 10px;
	}

	
	#commentform label{
		font-size:1.2em !important;
		font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
		text-transform:uppercase;
		}

	#commentform{
		margin:15px 0 10px 30px;
		}
		
	#commentform p{
		margin:0;
		}
		
		#commentform input{
			margin:2px 0 15px 10px;
			width:300px;
			border:2px solid #929292;
			height:20px;
			padding:2px 2px 0;
			}

		#comment{
			width:550px;
			height:200px;
			margin-left:25px;
			border:2px solid #929292;
			padding:2px 2px 0;
			overflow:auto;
			}

	#submit{
		background:#000;
		color:#fff;
		border:none !important;
		padding:5px 10px 5px 10px !important;
		margin:15px 0 0 485px !important;
		cursor:pointer;
		width:100px !important;
		height:30px !important;
		}
	





/* ABOUT US PAGE*/

#post-2 img{
	margin: -10px 0 10px !important;
	}
	
#post-2 p{
	font-size:1.2em;
	}



/* BAND LIST PAGE 
-- and other listing pages*/
#bandList .top{
	border-bottom:5px #000 solid;
	background:url(images/band.jpg) bottom right no-repeat;
	}
#artistList .top{
	border-bottom:5px #000 solid;
	background:url(images/artists-page.jpg) bottom right no-repeat;
	}
#movieList .top{
	border-bottom:5px #000 solid;
	background:url(images/movies-page.jpg) bottom right no-repeat;
	}
#recordList .top{
	border-bottom:5px #000 solid;
	background:url(images/record-labels-page.jpg) bottom right no-repeat;
	}

.listing_page{
	width:100%;
	font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
	}
	
.listing_page h1{
	font-size:7.2em;
	letter-spacing:-5px;
	line-height:48px;
	}

.listing_page .hr{
	background:url(images/arrows.gif);
	width:225px;
	height:13px;
	border:none;
	margin:15px 0 10px;
	}
	
.listing_page p{
	font-size:1.8em !important;
	line-height:22px;
	}

.listing_page hr{
	margin:0 0 10px 0;
	background-color:#000;
	border:none;
	}
.listing_page ul{
	margin-top:20px;
	}
	
.listing_page li{
	font-size:1.4em;
	list-style:none;
	}
	
.listing_page a{
	text-decoration:none;
	color:#000;
	}
	
.listing_page a:hover{
	color:#999;
	text-decoration:underline;
	}



.searchBands{
	margin:5px 0 0 50px;
	}

.browseList{
	font-size:1.6em !important;
	margin-top:77px !important;
	line-height:24px;
	}









/* Sidebar Section */

#sidebar{
	width:300px;
	margin:0 10px 0 0;
	float:right;
}
	
	#sidebar h4{
		font-size:2.4em;
		color:#fff;
		height:27px;
		margin-bottom:5px;
		}
	
	#sidebar #categoriesSide a{
		color:#000;
		text-decoration:none;
		}
		
		#sidebar #categoriesSide a:hover{
			color:#fff;
			background:#FF3300
			}
		
		.sb_title{
			font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
			font-size:1.4em;
			}
		
		#sidebar li{
			padding:0px 0 0 0px;
			list-style:none;
			font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
			font-size:1.4em;
			}

		#sidebar ul li ul{
			margin-top:0;
			}
		
		#sidebar li ul li{
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.8em;
			background:#e1e1e1;
			margin-left:10px;
			padding-left:5px;
			}
			
		#sidebar ul li ul li{
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.8em;
			background:#e1e1e1;
			margin-left:10px;
			padding-left:5px;
			}
			
			#sidebar li ul li a:hover{
				color:#FF3300;
				background:none;
				text-decoration:underline;
				}


	#social_icons{
		width:220px;
		overflow:hidden;
		margin:15px auto;
		}

	#social_icons li{
		display:inline;
		margin:5px 0 10px;
		padding:0 !important;
		}

	#social_icons li a{
		display:block;
		text-indent:-9999px;
		height:70px;
		float:left;
		overflow:hidden;
		}
	
	#sidebar #social_icons a:hover{
		opacity:0.5;
		filter:alpha(opacity=50);
		}
		
		.facebook{
			width:66px;
			background:url(images/bts-facebookicon.jpg);
			}
			
		.twitter{
			width:86px;
			background:url(images/bts-twittericon.jpg);
			}
			
		.rss{
			width:56px;
			background:url(images/rss-icon.jpg);
			}
			

.cat-item-6189 .children{display:none} /* HIDES ALL THE BANDS!!!!!! */


	/* Multi-Tab Secion */
	
	#multi-tab{
		margin:20px 0 10px;
		}
	
	#multi-tab ul{
		margin-top:0 !important;
		}
		
	#multi-tab .tabs li{
		display:inline;
		font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
		font-size:1.4em !important;
		background:#e1e1e1;
		text-transform:capitalize;
		padding:3px;
		margin-left:3px;
		cursor:pointer;
		}
	
	#multi-tab .tabs li.current{
		background:#e1e1e1;
		}
		
	#multi-tab .tabs li.inactive{
		background-color:#666;
		color:#fff;
		}
		
		#multi-tab a{
			color:#000;
			text-decoration:none;
			}
			
			#multi-tab a:hover{
				color:#fff;
				background:#FF3300
				}


	#sb_latest-posts, #sb_comments, #sb_tag-cloud{
		background-color:#e1e1e1;
		margin-top:2px;
		padding:0 10px 10px;
		font-size:1em;
		}
		
		#sb_comments, #sb_tag-cloud{
			display:none;
			}
		
		#sb_latest-posts, #sb_comments, #sb_tag-cloud a{
			font-size:1.2em;
			color:#000;
			padding:5px;
			text-transform:capitalize;
			}
		
		.sub{
			color:#363636;
			font-size:0.9em;
			padding-bottom:5px;
			font-weight:300;
			}
		
		#sb_latest-posts li{
			font-family:Arial, Helvetica, sans-serif;
			padding:2px 0;
			margin-left:5px;
			font-weight:bold;
			font-size:1em;
			}
		
		/*#sb_comments{
			font-size:1em;
			}*/
		
		#sb_comments li{
			font-family:Arial, Helvetica, sans-serif;
			padding:0 0 5px 10px;
			font-size:1em;
			}
		
		#sb_comments a{
			font-weight:bold;
			}
		
		#sb_tag-cloud{
			padding-top:5px;
			font-family:Arial, Helvetica, sans-serif;
			}


/* Quick News Sidebar Section */

#quicknews{
	background:#CCC;
	margin-bottom:10px;
	font-size:1.2em;
	padding:5px;
	text-transform:capitalize;
}

	#quicknews li{
		font-family:Arial, Helvetica, sans-serif !important;
		font-size:1em !important;
		font-weight:bold;
		margin-left:5px;
		padding:2px 0;
	}
	
	#quicknews a{
		color:#000;
		text-decoration:none;
	}
	
		#quicknews a:hover{
			color:#fff;
			background:#FF3300
			}
	
	#quicknews li.inactive{
		background-color:#666;
		color:#fff;
		}
		
		
			
/* Fake News Sidebar Section */

#fakenews{
	background:#CCC;
	margin-bottom:20px;
	font-size:1.2em;
	padding:5px;
	text-transform:capitalize;
}

	#fakenews li{
		font-family:Arial, Helvetica, sans-serif !important;
		font-size:1em !important;
		font-weight:bold;
		margin-left:5px;
		padding:2px 0;
	}
	
	#fakenews a{
		color:#000;
		text-decoration:none;
	}
	
		#fakenews a:hover{
			color:#fff;
			background:#FF3300
			}
	
	#fakenews li.inactive{
		background-color:#666;
		color:#fff;
		}
			
	

/* Interviews Sidebar Section */

	.interviewBar{
		width:300px;
		height:142px;
		margin:10px 0;
		overflow:hidden;
		display:block;
		}
		
		.interviewBar a{
			color:#fff;
			text-decoration:none;
			margin:0;
			}
			
			.interviewBar a:hover{
				color:#FF6600;
				}
		
		.featured_bg{
			background:url(images/60-percent-black.png) repeat;
			width:100%;
			margin:-34px 0 0;
			}
		
		.interveiwHeadline{
			font-size:1.8em;
			letter-spacing:-1px;
			line-height:18px;
			color:#fff;
			margin:0 0 0 -10px;
			text-transform:capitalize !important;
			text-align:right;
			height:36px;
			}	



/* Footer Section */

footer{
	background:url(images/footer-top.jpg) top center no-repeat #f7941e;
	width:100%;
	overflow:auto;
	padding-top:30px;
	font-family:"ArialBlack", Arial Black, Gadget, sans-serif;
	color:#fff;
	text-transform:uppercase;
	}

	h6{
		background:#000;
		font-size:1.8em;
		padding-left:10px;
		width:235px;
		height:25px;
		}

	footer a{
		color:#fff;
		text-decoration:none;
		padding-right:2px;
		}

	footer a:hover{
		color:#000;
		text-decoration:underline;
		}
	
	footer p{
		padding:10px;
		}
	
	footer ul{
		padding-left:5px;
		}
	
	footer li{
		display:inline;
		padding-left:5px;
		}


/*This is for giant background ads*/

#bglink{
  display:block;
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:0;
  text-indent:-5000em;
  /* If you want to make only a part of background clickable,
     adjust height/width/left/top here. */
}

/*header, #contentArea{
	position:relative;
	z-index:10;
	width:960px;
}*/

header .widget_adrotate_widgets img{
	margin:10px auto 0;
	display:block;
	padding:0 0 10px;
}



#this_is_hardcore.header_bg{
	background:#b60108;
}

#this_is_hardcore h4{
	font-size:2.3em;
	height: 26px;
}

#quicknews.this_is_hardcore a:hover{
	background:#b60108 !important;
}
