
body {
	background-color:#333;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
	margin:0;
	padding:0;
}

#wrapper {
	background-color:#000;
	width:100%;
	margin:20px 0px;
	padding:0px;
	border-top:2px solid #444;
	border-bottom:2px solid #444;
	text-align:center;
	color:#999;
	overflow:hidden;
}

#player {
	width:720px;
	color:#ccc;
	margin:0px auto;
	padding:0px;
	text-align:center;
	overflow:hidden;
	}

#playlist {
	position:relative;
	clear:both;
	top:25px;
	display:block;
	margin:20px auto;
	width:720px;
	}

#playlist ul {
	list-style:none;
	text-align:left;
	color:#999;
	font-size:3vh;
	}
	
#playlist li {
	margin:10px auto;
	clear:both;
	}
	
h1, h2 {
	letter-spacing:-1px;
	color:#777;
	font-weight:normal;		
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
	border-bottom:1px #444 solid;
	text-align:right;
}

.less {
	color:#666;
	font-size:12px;
}

a {
	color:#dfdfdf;
	text-decoration:none;
}

a:hover {
	color:#aaa;
	}

span.links {
	float:right;
	text-align:left;
	}

	}

p {
	padding:15px 50px;
}

.player {
	display:block;
	width:720px;
	height:450px;
	padding:0px;
	overflow:hidden;
	background-color:#000;
}

/* MOBILE */

@media only screen and (max-width: 600px) {

h1 {
	font-size: 5vw;
	font-weight: 900;
}
h2 {
	font-size: 4vw;
}
#page {
	min-height: unset;
	width: 100%;
	margin: 0;
	padding: 1%;
}
#playlist { 
	width: 90%;
}
#playlist ul {
	font-size:5vh;
}
}
