/* music page css */

div#maincont {
	color: #fff;
	background: #000;
	padding-bottom: 1em;
	border: 0 solid #e0234d;
	border-width: 0 1px;
}

div#samps {
	float: left;
	width: 67%;
	margin-left: 1%;
	padding-right: 1%;
	border-right: 1px solid #e0234d;
}

div#fire {
	color: #000;
	background: url(../images/firedance.gif) repeat-x;
	width: 94%;
	margin-top: 17px;
	padding-top: 14px;
	text-align: center;
}

div#fire em {
	color: #000;
	background: url(../images/firetitle.gif) 0 -15px repeat-x;
	padding: 0 0.5em;
	font-size: 1.5em;
	font-style: normal;
}

p#samptext {
	color: #fff;
	background: #000;
	width: 94%;
	margin: 0;
	padding-bottom: 80px;
	text-align: center;
	font-size: 0.75em;
}

p#samptext a {
	color: #fff;
	background: transparent;
}

p#samptext a:hover {
	text-decoration: underline;
}

div#tablecont {
	height: 390px;
	width: 95%;
	overflow: auto;
}

table#musicwall {
	color: #fff;
	background: #000;
	width: 95%;
}

table#musicwall td  {
	text-align: center;
}

table#musicwall td img {
	border: 0 none;
	width: 100px;
	height: 100px;
}

table#musicwall td object {
	height: 20px;
	width: 20px;
}

table#musicwall td a span {
	display: none;
}

table#musicwall td a:hover span {
	color: #fff;
	background: transparent;
	display: block;
	position: absolute;
	top: 500px;
	left: 16%;
	width: 40%;
	height: 20px;
	padding: 3px;
	border: 1px solid #e0234d;
}

table#musicwall td a:hover {
	display: inline;
}

div#discog {
	float: right;
	margin: 5px 1% 0;
	width: 28%;
}

div#discog h2 {
	padding-bottom: 5px;
	margin-right: 1em;
}

div#discogmain {
	height: 490px;
	overflow: auto;
}

div#discogmain h3 {
	margin: 0 3%;
	border-bottom: 1px solid #e0234d;
}

div#discogmain p.leftside {
	padding-left: 5%
}

div#discogmain p.rightside {
	padding-right: 5%;
	text-align: right;
}

div#discogmain img {
	height: 120px;
	width: 120px;
}

/* styles for covers pages */
ul#covnav {
	color: #fff;
	background: #e0234d;
	list-style: none;
	margin: 0 0 1em;
}
	
ul#covnav li {
	display: inline;
	margin: 0;
	font-size: 20px;
}

ul#covnav li a:link, ul#covnav li a:visited, ul#covnav li a:active {
	color: #c0c0c0;
	background: transparent;
}

ul#covnav li a:hover {
	color: #fff;
	background: transparent;
}

div#covcont, div#covcontmain {
	color: #fff;
	background: #000;
	height: 680px;
	padding: 0 1em;
	border: 0 solid #e0234d;
	border-width: 0 1px;
}

div#covcont {
	height: auto;
}

div#covcont h3 {
	color: #e0234d;
	background: #000;
	margin-top: 0;
	padding-top: 0.5em;
}

div#covcont p {
	margin: 0;
	padding: 0.5em;
}

div#covcont p.cent {
	text-align: center;
}

div#covcont p.port img {
	width: 350px;
}

div#covcont p.land img {
	width: 50%;
}

div#covcont p.infotext {
	margin: 1em 2em 0;
	padding: 1em;
	font-size: 1.25em;
}
