/* CSS Document */

body, table{
	color: #ccc;
	font: 11pt Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	color: #ccc;
}
a {
	color: #cdf;
	text-decoration: none;
}
a:hover {
	color: #fde;
	text-decoration: underline;
}

.title-words, .title-music, .title-images {
	background-color: #333;
	text-align: center;
	font: bold 18pt "Courier New", Courier, monospace;
}
.title-words a, .title-music a, .title-images a {
	text-decoration: none;
	color: #ccc;
	display: block;
	width: 100%;
}
.title-words a:hover, .title-music a:hover, .title-images a:hover {
	background-color: #555;
	text-decoration: none;
	color: #ccc;
}

.crumbtrail {
	color: #cc9;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.crumbtrail a {
	color: #ccf;
	text-decoration: none;
}

/* credits */
.credit-title {
	font-size: 18pt;
	color: #fff;
}
.credit-words {
	font-size: 8pt;
	color: #b99;
}
.credit-music{
	font-size: 8pt;
	color: #9b9;
}
.credit-images{
	font-size: 8pt;
	color: #bb9;
}
.credit-words a {
	color: #b99;
	text-decoration:none;
}
.credit-music a {
	color: #9b9;
	text-decoration:none;
}
.credit-images a {
	color: #bb9;
	text-decoration:none;
}
.credit-words a:hover {
	color: #caa;
	text-decoration:underline;
}
.credit-music a:hover {
	color: #aca;
	text-decoration:underline;
}
.credit-images a:hover {
	color: #cca;
	text-decoration:underline;
}



.song {
	padding: 10px;
	background: #333;

}
.song-box {
	height: 380px;
	overflow: auto;
}

.bio {
	background-image:url(../images/popup.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
}

#rotator {
	text-align: right;
}