/* 	
	UPDATES

	* by Jordan Dobson Nov 5th 2008 - Added Bold to the :before on the selected menu item
	* by Jordan Dobson June 17th 2009 - TEMPORARY - Removed rollover for KR logo and set cursor to default arrow
	* by Jeremy Beasley Thursday Sept 23rd 2010 - added styling for div#bottom ul.credits .krm_logo
	
*/
																				/* Reset */
* {	
	margin: 0;
	padding: 0; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	font-family: arial, helvetica, sans-serif;
}
																				/* Body */

body{
	background-color: #eeeeee;
	text-align: center;
	padding: 50px 0px 50px 0px;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}



																				/* Global Body Wrapper */
div#wrapper{
	margin: 0 auto;
	width: 1000px;
	min-width: 1000px;
	text-align: left;
	position: relative;
	z-index: 1;
	height: 100%;
}

/* ***********************************

	ARTIST STYLES
	
*********************************** */
																				/* Artist Header */

div#header{
	width: 100%;
	margin-top: -50px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

																				/* Artist Logo & Links */
div#header div#top{
	width: 1000px;
	margin: 0 auto;
}

div#header div#top h1{
	float: left;
	width: 800px;
	overflow: hidden;
	text-align: left;
}

div#header div#top h1 a{
	display: block;
	height: 5em;
	line-height: 5em;
	font-size: 1.25em;
	text-transform: Uppercase;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
}
																				/* Tab */
div#header div#top ul{
	background-image: url("/_site/img/tab_bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 200px;
	float: right;
	padding: 15px 0;
	overflow: hidden;
}

div#header div#top ul li{
	display: block;
}
																				/* Tab > Kings Road Text - Link OR Not Linked */
div#header div#top ul li a, 
div#header div#top ul li span{
	display: block;
	font-size: 70%;
}

/*div#header div#top ul li b span */

div#header div#top ul li b a{
	background-image: url("/_site/img/tab_logo.png");
	height: 14px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	text-indent: -3000px;
	margin-bottom: 7px;
	/* Temporary */
	cursor: default;
}

div#header div#top ul li b a:hover{
/* Temporary
	opacity: 0.65;
	-moz-opacity: 0.65;
*/	
}


/* ***********************************

	KINGS ROAD STYLES
	
*********************************** */
																				/* Logo for Kings Road Pages */
div#wrapper div#top{
	float: right;
	position: relative;
	z-index: 60;
	
	height: 24px;
	width: 175px;
	margin-top: 15px;
	overflow: hidden;
}

																				/* Logo Link */
div#wrapper div#top h1 a{
	text-indent: -500px;
	display: block;
	background-image: url("/_site/img/kr_logo.png");
	height: 24px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	position: relative;
	
	z-index: 40;
	/* Temporary */
	cursor: default;
}

div#wrapper div#top h1 a:hover{
/* Temporary
	opacity: 0.65;
	-moz-opacity: 0.65;
*/	
}


/* ***********************************

	GLOBAL STYLES
	
*********************************** */

a{ color: #0099CC; }

a:hover{ color: #FF00A7; }

br{ display: none; }

hr.clear{
	display: block;
	clear: both;
	visibility: hidden;
}

hr.clear_left{
	display: block;
	clear: left;
	visibility: hidden;
}
hr.clear_right{
	display: block;
	clear: left;
	visibility: hidden;
}

																				/* Cart & Navigation */
div#menu{
	width: 234px;
	overflow: hidden;
	margin: 0 0 0 799px;
	z-index: 50;
	position: absolute;	
	display: block;
}
																				/* Cart */

div#menu span#cart_add{
	margin-left: -24px;
	margin-top: -8px;

	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 1em;
	background-color: #33CC33;
	background-image: url("/_site/img/nav_fade.png");
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	width: 200px;
	position: absolute;
}

div#menu span#cart_add strong#cart_msg{
	width: 201px;
	display: block;
	font-weight: normal;
}

div#menu span#cart_add strong#cart_msg i{
	font-style: normal;
	font-size: 1.1em;
	display: block;
	color: #ffffff;
	text-transform: Uppercase;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	padding: .7em 25px .7em 25px;
	text-align: center;
}

div#menu p{
	text-align: center;
	display: block;
	background-image: url("/_site/img/menu_side.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px; 															/* 70px = 50px (Graphic Space) + 20px(text padding) */
	padding-bottom: .95em;
	padding-right: 58px; 														/* 56px = 25px (text padding) + 33px (Side Shadow) */
	padding-left: 25px;															/* 25px (text padding) */
	position: relative;
	z-index: 10;
	margin-top: 15px;															/* This should be overridden on Artist Pages */
}

div#menu p span{
	font-size: .65em;
	color: #999999;
	display: block;
}

div#menu p span a#itemNum{
	font-size: 1.15em;
	font-size: 11px;
	font-weight: bold;
}
div#menu p span a#itemNum:before{
	content: "";
}

div#menu p b{
	display: block;
	margin: .8em 0 0 0;
}

div#menu p b a{
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: .7em;
	display: block;
}



																				/* Navigation */
div#menu h3{
	text-align: center;
	background-image: url("/_site/img/menu_side.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 33px; 														/* 33px (Side Shadow) */

}

div#menu h3 span{
	border-top: 1px dotted #dfdfdf;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal !important;
	text-transform: Uppercase;
	display: block;
	padding: 1.25em 25px .25em 25px;
	font-size: .75em;
	color: #aaaaaa;
	background-image: url("/_site/img/nav_rule_gradient.png");
	background-position: top left;
	background-repeat: repeat-x;	
	
}

div#menu menu{
	padding-top: .7em;
	padding-bottom: .7em;
	padding-right: 33px; 														/* 33px (Side Shadow) */
	display: block;
	background-image: url("/_site/img/menu_side.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 74px;														/* 70px = 50px (Graphic Space) + 20px(text padding) */
}


div#menu menu li{
	font-size: .75em;
}

div#menu menu li a{
	font-weight: bold;
	padding: 0 25px;
	display: inline-block;
	display: block;
	line-height: 1.65em;
	text-transform: Capitalize;
}

div#menu menu li a strong{
	display: none;
}

div#menu menu li b{

	background-color: #FFFFb3;														
	background-image: url("/_site/img/nav_fade.png");
	background-repeat: repeat-y;
	background-position: left top;

	display: block;
	font-size: 115%;
	margin-bottom: .2em;
	color: #333333;
}

div#menu menu li b a{
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: Uppercase;
	line-height: 1.75em;
	padding-bottom: 1px;
	font-size: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	padding-right: 0px;
	margin-right: 13px;
}

div#menu menu li b a:before{
	content: "\203A ";
	font-size: 120%;
	margin: 0 .4em 0 0;
	color: #333333;
	font-weight: bold;
}

div#menu menu li i{
	border-top: 1px dotted #dfdfdf;
	background-image: url("/_site/img/nav_rule_gradient.png");
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	margin: .85em 0 0 0;
	padding: .85em 0 0 0;
	font-style: normal;
}


div#menu menu li em{
	border-top: 1px dotted #dfdfdf;
	background-image: url("/_site/img/nav_rule_gradient.png");
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	margin: .85em 0 0 0;
	padding: .85em 0 0 0;
	font-style: normal;
	text-transform: Uppercase;
}


.other-stores {
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: Uppercase;
	font-size: 92%;
}


div#menu menu li i a{
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: Uppercase;
	font-size: 92%;
}
																				/* Body */

div#content{
	width: 750px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 50px 0 50px 49px;
	min-height: 350px;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
}

div#content h2{
	font-size: 3.125em;
	font-weight: normal;
}
																				/* Footer */
div#bottom{
	clear: both;
	width: 750px;
	padding: 40px 25px 0 25px;
}

div#bottom ul{
	width: 65%;
	float: left;
	border-left: none;
	border-right: none;
	line-height: 0em;
}

div#bottom li{
	display: inline;
	padding: 0 2em 0 0;
	font-size: .85em;
	font-weight: bold;
}

div#bottom ul.credits{
    width: 35%;
	text-align: right;
}

div#bottom ul.credits li{
	padding: 0 0 0 2.25em;
	font-size: .85em;
	font-weight: bold;
	float: right;
}

/*
div#bottom ul.credits li a{
	font-size: .85em;
	font-weight: bold;
}
*/

div#bottom p{
	clear: both;
	color: #b3b3b3;
	padding: 2em 0 0 0;
	font-size: .8em;
}

div#bottom ul.credits li a.krm_logo {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 15px;
	padding: 8px;
	font-size: 0px;
	text-indent: 999999px;
	background: #eee url(/_site/img/krm_logo_15.png) 8px 8px no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -8px;
}

