/* Artist Specific CSS */

/******************************************************************************* 
	GLOBAL SETTINGS
*******************************************************************************/


body{
	background-color: #e3dcce;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	background-image: url(/_skins/every-time-i-die/background.jpg);
	
}


div#menu h3 span{
																				/* Adjust the Categories  Header  */
}
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 #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: 216px;
	
}

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: no-repeat;
	background-position: center top;
	background-image: url("/_skins/every-time-i-die/header4.jpg");
	background-color: de188f;
    height:  216px;
	min-width: 1000px;

}

div#header div#top h1{
																				/* Hide Band Name Header Text (text-indent: -9999px;) */
	text-indent: -9999px;
}

div#menu menu li b{
																				/* Set The selected Category Background */
	background-color: #ccbe9e;																			

	color: #000000;

}

div#menu menu li b a{
																				/* Set The Selected Category Text Color */
	color: #000000;
}

a{
																				/* Set the Link Color */
	color: #de188f;
}
a:hover{
																				/* Set the Link Rollover Color */
	color: #ad966b;
	
}

/*******************************************************************************  
	CATEGORY 
*******************************************************************************/

body#category form fieldset input{
																				/* Product Input Button > Background Color */
	background-color: #de188f;
}

body#category form fieldset input:hover{
																				/* Product Input Button > Rollover */
	background-color: #ad966b;
}


/*******************************************************************************  
	HERO FEATURE 
*******************************************************************************/

#hero{
																				/* Hero > Background Color */				
	background-color: #ffffff;
}

#hero .details p b a{
																				/* Order Now Link > Colors */
	background-color: #de188f;
	color: #fff;
}
#hero .details p b a:hover{
																				/* Order Now Link Rollover > Colors */
	color: #fff;
	background-color: #ad966b;
}


/******************************************************************************* 
	PRODUCT DETAIL 
*******************************************************************************/

																				/* Product Detail Thumbnail Tray */
body#product form fieldset div#thumbnails{
	background-color: #dcd1b7;
}

																				/* Thumbnail Border */
body#product fieldset div#thumbnails a{
	border-color: #de188f !important;
}
	
body#product fieldset div#thumbnails a.active{
	border-color: #ad966b !important;
}																			/* Thumbnail Border > Rollover Thumbnail */
body#product fieldset div#thumbnails a:hover{
	border-color: #ad966b !important;
}

body#product fieldset div#thumbnails a:hover img{
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}	

body#product a.active img{
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}																		/* Option > Headers (should be same color as other headers) */
body#product dl dt b{
	background-color: #3f3f3f;
}
body#product div#info h4, 
body#product div#other h4{
	color: #000000;
}
body#product dl dd label{
	background-color: #ccbe9e;
}
																				/* Option > Rollover Background Color */
body#product dl dd label:hover,
body#product dl dd label.selected{
	background-color: #ffffff;
}
																				/* Option > Text Color */
body#product dl dd label b{
	color: #de188f;
}
																				/* Option > Rollover Text Color */
body#product dl dd label:hover b, 
body#product dl dd label del b, 
body#product dl dd label:hover del b{
	color: #8f1d21 !important;
}

																				/* Option > Add to Cart Button */
body#product dl dd#add input{
	background-color: #de188f;
	color: #ffffff;
}
																				/* Option > Add to Cart Button Rollover */
body#product dl dd#add input:hover{
	background-color: #ad966b !important;
}

	
																			/* More Items > Back & Next spans bkg color */
div#other ul li#back span#backSlider,
div#other ul li#next span#nextSlider{
	background-color: #de188f;
}

																		/* More Items > Image border/bkg */
div#other ul li a img{
	border-color: #229f9d;
	background-color: #FFFFFF;
}
																		/* More Items > Image border/bkg > Rollovers */
div#other ul li a:hover img{
	border-color: #ccbe9e;
	background-color: #FFFFFF
}

																		/* 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: #333333;
}

																		/* 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: #de188f;
}
																		/* 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: #ad966b;
}

																		/* 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: #333333 !important;
}