/* discography.php */

a {
	color : #4C0019;
	text-decoration : none;
}

a:hover {
	color : #84636E;
	text-decoration : underline;
}

.disc {
	background : #9B94A6 url('/images/backgrounds/bg_disc.jpg') top left repeat-x;
	color : #232924;
}

.discLine {
	border-top : 1px solid #B6AAC2;
}

.discHeader a {
	color : #76285F;
	text-decoration : none;
}

.discHeader a:hover {
	color : #5A1F4A;
	text-decoration: none;
}

.discSection a {
	color : #AA88BE;
	text-decoration : none;
}

.discSection a:hover {
	color : #9167AB;
	text-decoration: none;
}

.discRight {
	background-image : url('/images/backgrounds/right_disc.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width : 200px;
}

.discSubItem {
	color : #9369AD;
}

.discNavigation {
	color : #DDE8F0;
	text-decoration : none;
}

.discNavigation:hover {
	color : #624176;
}

ul.navigation li a span.discItem {
	z-index: 999;
}

ul.navigation li a span.discItem:hover {
	padding : 7px;
	background-color : #9B94A6;
	text-decoration : none;
}

.discSubItem a {
	color : #9369AD;
	text-decoration : none;
}

.discSubItem a:hover {
	color : #7D5198;
	text-decoration : underline;
}

.discBack a {
	color : #76285F;
	float : right;
	text-align : right;
	margin-top : 10px;
}

.discBack a:hover {
	color : #CC0000;
}

.disc h3 {
	color : #76285F;
	text-transform: lowercase;
	margin : 10px 0px 0px 0px;
	display : inline;
	font-size : 14px;
}

.discTrack {
	color : #76285F;
}