/* Default style */
* {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1em;
}

/* Main structural styles */
#rap {
	width:960px;
	text-align:center;
	margin:auto;
	font-size:80%;
}
#content {
	text-align:left;
}
#col1 {
	width:33%;
	float:left;
	clear:both;
}
#col2 {
	width:33%;
	float:left;
}
#col3 {
	width:34%;
	float:left;
}
#footer {
	font-size:0.8em;
	text-align:center;
	border-top:1px solid #333;
	margin-top:10px;
	clear:both;
}

table.album {
	width:100%;
	border-collapse:collapse;
}
table.album td {
	border:none;
	padding:2px 0px 2px 0px;
}
table.album caption {
	display:none;
}
table.album td.trackno {
	font-size:75%;
	width:2%;
}
table.album td.tracktitle {
	font-weight:bold;
	font-variant:small-caps;
}
table.album td.trackstyle {
	font-size:0.8em;
	text-align:center;
	width:20%;
}
table.album td.trackyear {
	font-size:0.8em;
	text-align:center;
	width:8%;
}
table.album td.tracklength {
	font-size:0.8em;
	text-align:center;
	width:8%;
}
table.album td.trackbpm {
	font-size:0.8em;
	text-align:center;
	width:5%;
}
table.album .icon {
	text-align:center;
	width:8%;
}
table.album tr.row-odd {
	background:#eee;
}
table.album tr.row-even {
	background:#ddd;
}

/* Redefine standard tags */
a,a:visited,a:link {
	color:#66f;
	text-decoration:none;
}
a:active {
	color:green;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
a img {
	border:none;
}
h1,h2,h3,h4,h5 {
	color:navy;
}
h2 {
	border-bottom:1px dotted navy;
}
ol.tunes {
	list-style-type:decimal;
}
ol.tunes li ul {
	padding:0;
}
ol.tunes li {
	padding-bottom:10px;
}
ol.tunes li span.title {
	font-weight:bold;
	color:#003;
}
ol.tunes li ul li {
	display:inline;
}
ol.tunes li ul li a {
	font-size:75%;
	padding:1px 5px 1px 4px;
	background:#eef;
	color:#556;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
ol.tunes li ul li a:hover {
	color:#336;
	background:#dde;
	text-decoration:none;
}
small {
	font-size:75%;
}
