/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 60px;
	left: 55px;
	padding-left: 55px;
	padding-bottom: 50px;
	color: #FFF;
}

p {
	font-size: 80%;
	color: #CCC;
}

h1 {
	font-size: 135%;
	text-align: left;
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

h2 {
	font-size: 115%;
	color: #FFF;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	font-size: 90%;
	line-height: 1.5;
	list-style-type: square;
	padding-bottom: 50px;
	padding-top: 25px;
}	

ol {
	font-size: 70%;
	line-height: 2.0;
	padding: 10px 0 25px 20px;
}

a:link {
	color: #FFF;
	text-decoration: none}

a:visited {
	color: #666;
	text-decoration: none;}

a:hover {
	color: #F00;
	text-decoration: none;}

a:active {
	text-decoration: none;}
	
/* MIXES */

.currentmixes{
	width: 85%;
	position: relative;
	padding-bottom: 50px;
}

.mixcontainer {
	width: 100%;
	float: left;
	height: 155px;
	padding: 15px 0px 20px 0px;
	border-bottom: dotted 1px  #BB0000; 
}

.mixinfo {
	position: relative;
	float: left;
}

.coverart {
	margin-right: 15px;
	width: 150px;
	float: left;
	border: solid 1px #444;
}

/* NAV */

.copyright {
	font-size: 10px;
	color: #333333;
}

	
#nav{
	font-size: 10px;
	color: #CCC;
	width: 85%;
	float: left;
	position: relative;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 30px;
}


