/* Made with Joy by What Cheer */

/*********** TABLE OF CONTENTS START ***********\

1.0 Nav
2.0 Dynamic Data

A. Footer

\*********** TABLE OF CONTENTS END *************/

/******************** Nav ********************/
.nav-home { background-image: url(/images/interface/nav/home.jpg); }
.nav-artists { background-image: url(/images/interface/nav/artists.jpg); }
.nav-artists-no-drop { background-image: url(/images/interface/nav/artists-no-drop.jpg); }
.nav-news { background-image: url(/images/interface/nav/news.jpg); }
.nav-tours { background-image: url(/images/interface/nav/tours.jpg); }
.nav-media { background-image: url(/images/interface/nav/media.jpg); }
.nav-store { background-image: url(/images/interface/nav/store.jpg); }
	/* current page */
	.home .nav-home { background-position: bottom; }
	.news .nav-news { background-position: bottom; }
	.artists .nav-artists { background-position: bottom; }
	.artists .nav-artists-no-drop { background-position: bottom; }
	.tours .nav-tours { background-position: bottom; }
	.media .nav-media { background-position: bottom; }
	.store .nav-store { background-position: bottom; }
	
	/* dropdown */
	.nav li ul.dropdown-menu {
		z-index: 200;
		width: 935px;
		background: url(/images/interface/nav/li-bckgrnd.png) repeat;
		margin: 0px 0px 0px -120px;
		padding: 20px 0px 20px 23px;
		border-right: #090909 1px solid;
		border-bottom: #090909 1px solid;
		border-left: #090909 1px solid;
	}
	
	.nav li ul.dropdown-menu li {
		display: block;
		list-style: none;
		width: 228px;
		height: 70px;
		float: left;
	}
	
	.nav li ul.dropdown-menu a, .nav li ul.dropdown-menu a:link, .nav li ul.dropdown-menu a:visited, .nav li ul.dropdown-menu a:active {
		display: block;
		width: 220px;
		height: 62px;
		padding: 4px 4px 4px 4px;
	}
		
	.nav li ul.dropdown-menu a:hover, .nav li ul.dropdown-menu a:visited:hover {
		background-color: #1B1B1B;
		padding: 3px 3px 3px 3px;
		border: #404040 1px solid;
	}
	
	.nav li ul.dropdown-menu a.artist-dropdown-menu-link {
		background-color: #1B1B1B;
		color: #FFF;
		border: #404040 1px solid;
		padding: 3px 3px 3px 3px;
	}
	
	.artist-dropdown-menu {
		margin:-25px 0px 0px 76px;
		position:absolute;
		z-index:9999;
		display: none;
	}

	.nav li ul.dropdown-menu .artist-dropdown-menu a, .nav li ul.dropdown-menu .artist-dropdown-menu a:link, .nav li ul.dropdown-menu .artist-dropdown-menu a:visited, .nav li ul.dropdown-menu .artist-dropdown-menu a:active {
		display: inline;
		width: auto;
		height: auto;
		padding: 0px 0px 0px 0px;
		color: #478A9B;
	}
	
	.nav li ul.dropdown-menu .artist-dropdown-menu a:hover, .nav li ul.dropdown-menu .artist-dropdown-menu a:visited:hover {
		background: none;
		padding: 0px 0px 0px 0px;
		border: none;
		color: #FFF;
	}
	
	.nav li ul.dropdown-menu img {
		float: left;
		padding: 5px 5px 5px 5px;
		border: #999 1px solid;
		background-color: #090909;
		margin: 0px 0px 0px 0px;
	}
	
	.nav li ul.dropdown-menu .dd-nav-artist {
		float: left;
		display: block;
		width: 148px;
		height: 52px;
		padding: 10px 0px 0px 10px;
	}

/******************** // Nav ********************/

/******************** Dynamic Data ********************/
.dynamic-data {
	width: 248px;
	float: right;
}

.dynamic-data a, .dynamic-data a:link, .dynamic-data a:visited, .dynamic-data a:active { font-weight: bold; }

.userinfo { width: 190px; }

.login {
	width: 190px;
	text-align: center;
	padding: 5px 0px 0px 0px;
	border-bottom: #404040 1px dotted;
}

.login p { margin: 0px 0px 3px 0px; }

.shopping-cart {
	width: 190px;
	padding: 10px 0px 0px 0px;
}

.dynamic-data .shopping-cart .yourcart { color: #999; }

.cart-items {
	display: block;
	margin: 0px;
}

.cart-total {
	display: block;
	width: 188px;
	border: #404040 1px solid;
	background-color: #1B1B1B;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

.cart-total p { margin: 0px; }

.settle-bill { width: 190px; }

.settle-bill a, .settle-bill a:link, .settle-bill a:visited, .settle-bill a:active {
	display: block;
	width: 190px;
	height: 19px;
	background: #478A9B url(/images/content/button-large.png) no-repeat;
	padding: 4px 0px 0px 0px;
	color: #FFF;
	text-align: center;
}

.settle-bill a:hover, .settle-bill a:visited:hover {
	color: #478A9B;
	background-color: #FFF;
}

/******************** // Dynamic Data ********************/

/******************** A. footer ********************/
.footer h5 {
	display: block;
	width: 140px;
	height: 11px;
	text-indent: -9999px;
	padding: 0px 0px 15px 0px;
}

.footer .title-miscellany { background: url(/images/interface/miscellany.gif) no-repeat; }
.footer .title-mailinglist { background: url(/images/interface/mailinglist.gif) no-repeat; }

.sc-logo {
	display: block;
	width: 275px;
	height: 75px;
	background: url(/images/interface/sc-logo.gif) no-repeat;
	text-indent: -9999px;
}

.footer .miscellany {
	width: 215px;
	min-height: 215px;
	padding: 25px 50px 0px 0px;
	float: left;
}

.footer .mailinglist {
	width: 240px;
	min-height: 215px;
	float: left;
	padding: 25px 50px 0px 50px;
	border-left: #1B1B1B 1px solid;
	border-right: #1B1B1B 1px solid;
}

.footer .copyright {
	width: 280px;
	min-height: 215px;
	padding: 25px 0px 0px 50px;
	float: left;
}

.footer ul { margin: 0px 0px 0px 20px; }

.footer li { padding: 2px 0px 2px 0px; }

.footer li a, .footer li a:link, .footer li a:visited, .footer li a:active {
	font-weight: bold;
	text-decoration: none;
	color: #478A9B;
}

.footer li a:hover, .footer li a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

/******************** // A.footer ********************/
