/* @override http://www.nargalzius.com/f/c/music.css */

#mainCONTAINER {
	padding-top: 10px;
	background-image: url(/f/i/blog/gradient_entry.gif);
	background-repeat: repeat-x;
}

.main_logo { 
	margin: 20px auto; 
	text-align: center;
}

#paragraph { padding: 20px 50px; }

.title {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}

.headers {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A:link {
	color: #004080;
	text-decoration: none;
}
A:visited {
	color: #004080;
	text-decoration: none;
	}
A:hover {
	color: #000000;
	text-decoration: none;
	}
	
#song_info {
	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
	background: url(/f/i/music/info_bg.gif) no-repeat top left;
	overflow: visible;
	min-height: 250px;
	padding: 15px;
}

#download { 
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	float: right;
	margin-bottom: 10px;
	}

#dicon { 
	background-image: url(/f/i/music/icon_dload.gif);	background-repeat: no-repeat;
	background-position: top left;
}

a#dicon,
a#dicon:link,
a#dicon:visited {
	display: block;
	text-indent: -90000px;
	width: 90px;
	height: 90px;
}

a#dicon:hover,
a#dicon:active {
	background-position: 0px -90px;
}

#tracklist {
	font-size: 13px;
	font-weight: bold;
	color: maroon;
	margin: 10px 0 5px 0;
}

ul#songlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#songlist li {
	display: block;
	height: 12px;
	margin-bottom: 5px;
	font-size: 10px;
}

#copy {
	font-size: 9px;
	padding-right: 10px;	
}

.header_imgs {
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	color: #CA7900;
}

#pDefault li {
	margin-bottom: 5px;
}

#pNotice {
	display:block;
	width: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
}

.sInfo, .sPlay, .sDownload {
	position: relative;
	top: 2px;
	margin-right: 5px;
}