/* Artist Specific CSS */

/******************************************************************************* 
	GLOBAL SETTINGS
*******************************************************************************/

body{
	background-color: black;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	background-image: url(/_skins/escape-the-fate/background.jpg);
	
}

div#content{

/* Remove Rounded Borders from Top of the Page  */

/* Default is 12px - All values should be the same  */	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
																			

/* Adjust the Border on the top of the page - Typically hidden behind the artist header */
    border-top: 1px solid #000000;
	background-color: transparent;
	background-repeat: repeat;
	background-position: center top;
	background-attachment:fixed;
	background-image: url(/_skins/escape-the-fate/transparent_75_000000.png);
	border: 1px solid #ff001b;
}

div#content h2{
	color: #ffffff;
}

div#content h3{
	color: #ffffff;
}

div#header, 
div#header div#top, 
div#header div#top h1, 
div#header div#top h1 a{
																			
/* Set the height of the Header Graphic */	
	height: 215px;
	
}

div#header{

/* Adjust to tuck the page under the header - This SHOULD Be barely Hidden */
	margin-bottom: -10px;

/* Set the header background graphic */
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(/_skins/escape-the-fate/header.jpg);
	background-color: #000000;

	min-width: 1000px;

}

div#header div#top ul li b a{
	background-image: url(/_skins/escape-the-fate/etf_kr_logo.png);
}

div#header div#top ul{
	background-image: url("/_site/img/tab_bg.png");
	opacity: 0.85;
}

div#header div#top h1{

/* Hide Band Name Header Text (text-indent: -9999px;) */
	text-indent: -9999px;
}

div#header div#top ul li a:hover{
	color: #000000;
}
    
/* Menu side */
div#menu span#cart_add{
	background-image: url(/_skins/escape-the-fate/nav_fade.png);
}

div#menu span#cart_add strong#cart_msg i{
	color: #ffffff;
}

div#menu p{
	background-image: url(/_skins/escape-the-fate/menu_side.png);
}

div#menu p span{
	color: #ffffff;
}

div#menu h3{
	background-image: url(/_skins/escape-the-fate/menu_side.png);
}

div#menu h3 span{
	border-top: 1px dotted #ff001b;
	color: #FFFFFF;		
}

div#menu menu li i{
	border-top: 1px dotted #ff001b;
}	

div#menu menu{														
	display: block;
	background-image: url(/_skins/escape-the-fate/menu_side.png);
}

div#menu menu li b{

	background-color: #FF001b;		
	background-image: url(/_skins/escape-the-fate/nav_fade.png);
	color: #FFFFFF;
}

div#menu menu li b a{
	color: #FFFFFF;
}

div#menu menu li b a:before{
	color: #FFFFFF;
}																

a{
																				
/* Set the Link Color */
	color: #ff001b;
}
a:hover{

/* Set the Link Rollover Color */
	color: #FFFFFF;
	
}

/*******************************************************************************  
	HERO FEATURE 
*******************************************************************************/

#hero{
																				/* Hero > Background Color */				
	background-color: #000;
}
#hero a{
																				/* Hero > Rounded Edge Color */
	border-color: #000;
	/* this should be same as the page background*/
}
#hero div.details{
																				/* Text Container > Top Border */
	border-color: #666666;
}
#hero hr{
																				/* Text Container > Background */
	/* these should be the same color */
	background-color: #000000;
	color: #000000;
	
	/* These should be all the same */
	opacity: .75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}
#hero h3, #hero h3 a{
																				/* Title > Color */
	color: #fff;
}
#hero .details p big{
																				/* Detail Text > Color */
	color: #999999;
}
#hero .details p big b{
																				/* Detail Text > Bold Text Color */
	color: #ff0000;
}
#hero .details p b a{
																				/* Order Now Link > Colors */
	background-color: #ff001b;
	color: #fff;
}
#hero .details p b a:hover{
																				/* Order Now Link Rollover > Colors */
	color: #fff;
	background-color: #3f3f3f;
}

/*******************************************************************************  
	CATEGORY 
*******************************************************************************/

body#category form fieldset input{

/* Product Input Button > Background Color */
	background-color: #ff001b;
}

body#category form fieldset input:hover{

/* Product Input Button > Rollover */
	background-color: #3f3f3f;

}

/*  Select & Add Button Wrapper */

body#category form fieldset span{
	background-color: rgb(96,96,96);
}

body#category form fieldset span select{
	background-color: #ffffff;
	color: #606060;
}

/******************************************************************************* 
	PRODUCT DETAIL 
*******************************************************************************/

/* Product Detail Thumbnail Tray */
body#product form fieldset div#thumbnails{
	background-color: rgb(96,96,96);
	opacity: 0.75;
}

/* Thumbnail Border */
body#product fieldset div#thumbnails a, 
a.active{
	border-color: #ff001b !important;
}

/* Thumbnail Border > Rollover Thumbnail */
body#product fieldset div#thumbnails a:hover{
	border-color: #ff001b !important;
}

/* Option > Headers (should be same color as other headers) */
body#product dl dt b{
	background-color: #000000;
}
body#product div#info h4, 
body#product div#other h4{
	color: #FFFFFF;
}
body#product dl dd label{
	background-color: rgb(96,96,96);
	opacity: 0.75;
}

/* Option > Rollover Background Color */
body#product dl dd label:hover,
body#product dl dd label.selected{
	background-color: #606060;
	opacity: 1.00;
}

/* Option > Text Color */
body#product dl dd label b{
	color: #ffffff;
}

/* Option > Rollover Text Color */
body#product dl dd label:hover b{
	color: #ffffff !important;
}
body#product dl dd label del b{
	color: #ffffff !important;
} 
body#product dl dd label:hover del b{
	color: #ffffff !important;
}

/* Option > Add to Cart Button */
body#product dl dd#add input{
	background-color: #ff001b;
	color: #ffffff;
}

/* Option > Add to Cart Button Rollover */
body#product dl dd#add input:hover{
	background-color: #ff001b !important;
	background-image: url(/_skins/escape-the-fate/hoover_btn_overlay.png);
}

																		/* More Items > Back & Next spans bkg color */
div#other ul li#back span#backSlider,
div#other ul li#next span#nextSlider{
	background-color: rgb(96,96,96);
}

																		/* More Items > Image border/bkg */
div#other ul li a img{
	border-color: #606060;
	background-color: rgb(96,96,96);
}
																		/* More Items > Image border/bkg > Rollovers */
div#other ul li a:hover img{
	border-color: #ff001b;
	background-color: #606060;
}

																		/* More Items > No Javascript! > Image border/bkg > Rollovers (Should be same as Img background color... seen above)*/
div#other ul li a.nonScroll:hover img{
	border-color: #ff001b;
}

																		/* More products > Back & Next Item Wrapper > Link & Span */
div#other ul li#back a#moveLast,
div#other ul li#back span#moveLast,
div#other ul li#back span.deactive,
div#other ul li#next a#moveNext,
div#other ul li#next span#moveNext,
div#other ul li#next span.deactive{
	background-color: #606060;
}
																		/* More products > Back & Next Item Wrapper > Link > Rollover */
div#other ul li#back a#moveLast:hover,
div#other ul li#back span#moveLast:hover,
div#other ul li#next a#moveNext:hover,
div#other ul li#next span#moveNext:hover{
	background-color: #ff001b;
}

																		/* More Items > No Javascript! > Image border/bkg > Rollovers */
div#other ul li#back a.nonScroll:hover,
div#other ul li#next a.nonScroll:hover,
div#other ul li a.nonScroll:hover img{
	border-color: #ff001b !important;
}