/* Artist Specific CSS */

/******************************************************************************* 
	GLOBAL SETTINGS
*******************************************************************************/

body{
	background-color: #c5c4c0;
}

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: repeat-x;
	background-position: center top;
	background-image: url(/_skins/one-day-as-a-lion/header.jpg);
	background-color: transparent;

	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: #ececec;																			

	color: #000000;

}

div#menu menu li b a{
																				/* Set The Selected Category Text Color */
	color: #000000;
}

a{
																				/* Set the Link Color */
	color: #0060a5;
}
a:hover{
																				/* Set the Link Rollover Color */
	color: #80d7f2;
	
}

/*******************************************************************************  
	HERO FEATURE 
*******************************************************************************/

#hero{
																				/* Hero > Background Color */				
	background-color: #000;
}
#hero a{
																				/* Hero > Rounded Edge Color */
	border-color: #fff;
	/* 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: #cccccc;
}
#hero .details p b a{
																				/* Order Now Link > Colors */
	background-color: #0060a5;
	color: #fff;
}
#hero .details p b a:hover{
																				/* Order Now Link Rollover > Colors */
	color: #fff;
	background-color: #80d7f2;
}

/*******************************************************************************  
	CATEGORY 
*******************************************************************************/

body#category form fieldset input{
																				/* Product Input Button > Background Color */
	background-color: #0060a5;
}

body#category form fieldset input:hover{
																				/* Product Input Button > Rollover */
	background-color: #80d7f2;
}

/******************************************************************************* 
	PRODUCT DETAIL 
*******************************************************************************/

																				/* Product Detail Thumbnail Tray */
body#product form fieldset div#thumbnails{
	background-color: #666;
}

																				/* Thumbnail Border */
body#product fieldset div#thumbnails a, 
a.active{
	border-color: #0060a5 !important;
}
																				/* Thumbnail Border > Rollover Thumbnail */
body#product fieldset div#thumbnails a:hover{
	border-color: #80d7f2 !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: #000000;
}
body#product dl dd label{
	background-color: #ffffff;
}
																				/* Option > Rollover Background Color */
body#product dl dd label:hover,
body#product dl dd label.selected{
	background-color: #eeeeee;
}
																				/* Option > Text Color */
body#product dl dd label b{
	color: #0060a5;
}
																				/* 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: #000000 !important;
}

																				/* Option > Add to Cart Button */
body#product dl dd#add input{
	background-color: #0060a5;
	color: #ffffff;
}
																				/* Option > Add to Cart Button Rollover */
body#product dl dd#add input:hover{
	background-color: #80d7f2 !important;
}

																		/* More Items > Back & Next spans bkg color */
div#other ul li#back span#backSlider,
div#other ul li#next span#nextSlider{
	background-color: #0060a5;
}

																		/* More Items > Image border/bkg */
div#other ul li a img{
	border-color: #0060a5;
	background-color: #c5c4c0;
}
																		/* More Items > Image border/bkg > Rollovers */
div#other ul li a:hover img{
	border-color: #80d7f2;
	background-color: #0060a5;
}

																		/* 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: #80d7f2;
}

																		/* 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: #0060a5;
}
																		/* 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: #80d7f2;
}

																		/* 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: #80d7f2 !important;
}
