/* Artist Specific CSS */

/******************************************************************************* 
	GLOBAL SETTINGS
*******************************************************************************/

body{
	background-color: #000000;
	background-image: url(/_skins/rancid/background.gif);
	background-position: center top;
	background-repeat: repeat;
	
}

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;
	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
																				/* Adjust the Border on the top of the page - Typically hidden behind the artist header */
	border-top: 1px solid #000000;
	border: 0px;
	background-image: url(/_skins/rancid/content-background.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: white;
}

div#wrapper{
}
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: no-repeat;
	background-position: center top;
	background-image: url(/_skins/rancid/header.jpg);
	background-color: #000000;

	min-width: 1000px;

}

div#header div#top h1{
																				/* Hide Band Name Header Text (text-indent: -9999px;) */
	text-indent: -9999px;
}

/* Menu side */
div#menu span#cart_add{
	background-color: #000000;
	background-image: url(/_skins/rancid/nav_fade.gif);
	font-family: "Courier New", Courier, mono;
}

div#menu span#cart_add strong#cart_msg i{
	color: #ffffff;
}

div#menu p{
	background-image: url(/_skins/rancid/menu_side.gif);
}

div#menu p span{
	color: #ffffff;
}

div#menu h3{
	background-image: url(/_skins/rancid/menu_side.gif);
}

div#menu h3 span{
	background-image: url(/_skins/rancid/categories-header.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: transparent;
	font-color: transparent;
	font-size: 1px;
	_font-color: transparent;
	_font-size: 1px;
	_color: transparent;
	line-height: 24px;
}

div#menu menu li i{
	border-top: 1px dotted #ff001b;
	background-image: none;
}	

div#menu menu{														
	display: block;
	background-image: url(/_skins/rancid/menu_side.gif);
}

div#menu menu li b{
																				/* Set The selected Category Background */
																				
	background-color: #FFFFFF;					background-image: url(/_skins/rancid/nav_fade.gif);				
	color: #FFFFFF;
	width: 180px;
	height: 28px;
	font-family: "Courier New", Courier, mono;
	
}

div#menu menu li b a{
																				/* Set The Selected Category Text Color */
	color: #FFFFFF;
	font: bold 14px "Courier New", Courier, mono;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#menu menu li b a:before{
	color: #FFFFFF;
}	

a{
																				/* Set the Link Color */
	color: #ff0000;
}
a:hover{
																				/* Set the Link Rollover Color */
	color: #333333;
	
}

/*******************************************************************************  
	HERO FEATURE 
*******************************************************************************/

#hero{
																				/* Hero > Background Color */				
	background-color: #000;
	
}

#hero a{
																				/* Hero > Rounded Edge Color */
	border-color: #000000;
	/* this should be same as the page background*/
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#hero div.details{
																				/* Text Container > Top Border */
	border-color: #000000;
	
	
	
}
#hero hr{
																				/* Text Container > Background */
	/* these should be the same color */
	background-color: #000000;
	color: #000000;
	
	/* These should be all the same */
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#hero h3, #hero h3 a{
																				/* Title > Color */
	color: #fff;
	font-family: "Courier New", Courier, mono;
	text-transform: uppercase;
}
#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 */							color: #fff;
	background-color: #ff0000;
	
}
#hero .details p b a:hover{
																				/* Order Now Link Rollover > Colors */
	color: #fff;
	background-color: #fff;
}


/*******************************************************************************  
	CATEGORY 
*******************************************************************************/

body#category form fieldset input{
																				/* Product Input Button > Background Color */
	background-color: #000000;
	background-image: url(/_skins/rancid/fieldset-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font: 14px "Courier New", Courier, mono;
	font-weight: bold !important;
	color: #FFFFFF;
	
	-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;
	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

body#category form fieldset input:hover{
																				/* Product Input Button > Rollover */
	background-color: #333333;
	font: bold 14px "Courier New", Courier, mono;
	color: #FFFFFF;
}

								/* Image Link */
fieldset a{
	border: 0px solid #000000;
	border-top: 1px solid #000000;
	font: bold 14px "Courier New", Courier, mono;
	color: #FFFFFF;
}

/******************************************************************************* 
	PRODUCT DETAIL 
*******************************************************************************/

																				/* Product Detail Thumbnail Tray */
body#product form fieldset div#thumbnails{
	background-color: #000000;
}

																				/* Thumbnail Border */
body#product fieldset div#thumbnails a, 
a.active{
	border-color: #ff0000 !important;
}
																				/* Thumbnail Border > Rollover Thumbnail */
body#product fieldset div#thumbnails a:hover{
	border-color: #BF0000 !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: #fff;
}
																				/* Option > Rollover Background Color */
body#product dl dd label:hover,
body#product dl dd label.selected{
	background-color: #eee;
}
																				/* Option > Text Color */
body#product dl dd label b{
	color: #ff0000;
}
																				/* 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: #333333 !important;
}

																				/* Option > Add to Cart Button */
body#product dl dd#add input{
	background-color: #FFFFFF;
	color: #ffffff;
	background-image: url(/_skins/rancid/btn_overlay.jpg) ;
	background-position: center;
	background-repeat: no-repeat;
	font: 20px "Courier New", Courier, mono;
	font-weight: bold !important;
	letter-spacing: 1px;
	
	-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;
	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
}
																				/* Option > Add to Cart Button Rollover */
body#product dl dd#add input:hover{
	background-color: #FFFFFF;
	color: #ffffff;
	background-image: url(/_skins/rancid/hoover_btn_overlay.jpg) ;
	background-position: center;
	background-repeat: no-repeat;
	font: 20px "Courier New", Courier, mono;
	font-weight: bold !important;
	letter-spacing: 1px;
	
	-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;
	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
																		/* More Items > Back & Next spans bkg color */
div#other ul li#back span#backSlider,
div#other ul li#next span#nextSlider{
	background-color: #000000;
}

																		/* More Items > Image border/bkg */
div#other ul li a img{
	border-color: #ff0000;
	background-color: #000000;
}
																		/* More Items > Image border/bkg > Rollovers */
div#other ul li a:hover img{
	border-color: #000000;
	background-color: #ff0000;
}

																		/* 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: #ff0000;
}

																		/* 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: #000000;
}
																		/* 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: #FF0000;
}

																		/* 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: #FF0000 !important;
}


/*  Select & Add Button Wrapper */
form span{
	background-color: #000000;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

form:hover span{
	background-color: #000000;
}

form:hover a span{
	background-color: transparent;
}
form:hover div{
	background-color: #FFFFFF;
}

/* Background Color of More Items Paging */
form #location span{
  background-color: #fff !important;
  
}
/* Text color of strong items in product description */
body#product #info strong{
  	color: #ff0000;
    font-family:inherit;
}
