.header { margin-bottom: 3em; }
.content { margin-bottom: 300px; }

.content h1 {
	background-color:#83b5fb;
	padding:8px 16px 8px 30px;
	color:#fff;
	font-size:1.5em;
	margin-bottom: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

.content h1 span { font-weight: normal; }

div.meta { color: #666; position: relative; text-align: right; border: 1px solid #ddd; border-top: none; padding: 2px 10px 0 2px;}
div.meta span.side { position: absolute; left: 2px; top: 6px; padding: 0px 5px 1px 6px; background-color: #ccc; color: #fff; font-size: 18px; font-weight: bold; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
div.meta span.track_artist { line-height: 16px; position: absolute; left: 30px; top: 21px; border-top: 1px dotted #ddd; width: 598px; text-align: left; }
div.meta span.date { position: absolute; top: 2px; left: 30px;}

ol.songs { margin: 0; }

ol.songs li.song {
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	padding:13px 15px 0 10px;
	position:relative;
	background: transparent url("images/dot.gif") no-repeat center center;
	list-style-position: inside;
	height: 30px;
}

li.song .info { text-align: right; font-size: 14px; position: absolute; right: 10px; top: 10px; }
li.song .info .clock { display: inline; font-weight:700; margin:0 5px 0 100px; }
li.song .info strong { color: #555; font-weight: 400; }
li.song .name { padding-top: 8px; font-size:18px; position: absolute; top: 0; left: 25px; border-left: 1px solid #ddd; padding-left: 5px; height: 37px; }
li.song .name span { font-size: 11px; color: #333; }

li.song a.mp3 {
	font-size: 11px;
	color:#333;
	margin-left:10px
}

ol.songs li.song a:hover.mp3 {
	text-decoration: underline;
	background-color:transparent;
}

ol.songs li.song:hover{background: #d7e7fd url("images/dot_green.gif") no-repeat center center;}
ol.songs li.song:hover .name { border-left: 1px solid #fff; }
ol.songs li.hilite{background: #d7e7fd url("images/dot_green.gif") no-repeat center center;}
ol.songs li.hilite .name { border-left: 1px solid #fff;}

/* ----------- ALBUM COVERS -------------- */
.album-art { background-color: #dcebff; margin: 0 0 1.5em; padding: 1em 0; }
.album-art ul { margin: 0 0 0 15px; }
.album-art ul li { display: inline; list-style: none; margin-right: 3px; margin-bottom: 3px; width: 118px; height: 118px; display: block; float: left; position: relative; }
.album-art ul li a { display: block; height: 110px; width: 110px; }
.album-art ul li a:hover { background: none; border: }
.album-art ul li a img { border: 3px solid #fff; height: 110px; width: 110px; }
.album-art ul li a img:hover { border: 3px solid #83B5FB; }
.album-art ul li span.number { position: absolute; top: 5px; left: 3px; height: 19px; width: 20px; text-align: center;  background-color: #83B5FB; color: #fff; font-weight: bold; border-bottom: 1px solid #fff; border-right: 1px solid #fff; text-shadow: 1px 1px 1px #000; opacity: 0.8; }

.rail { padding-left: 10px;}

.flash_player {
	position:absolute;
	top:0;
	left:-5555px;
	overflow:hidden;
}

.nav {
	position:absolute;
	right:45px;
	top:0;
}

.nav strong a{color:#fff;display:block;font-size:11px;padding:2px;}
.nav strong a:hover{color:#000;}


.green {color:#393;}
.grey {color:#555;}