*{
	padding:0px;
	margin:0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border:none;}

body{
	font-family:Arial, Sans-Serif;
	font-size:1.3em;
	color:#424242;
	background-image:-moz-linear-gradient(left center , #222 0%, #333 25%, #333 80%, #222 );
	background: -webkit-gradient( linear, 0 0%, 100% 0%, from(#222 ), color-stop(0.25, #333), color-stop(0.80, #333), to(#222 ) );}
		
img {
	border:none;}
	
#header {
	background:#424242;
	box-shadow:0 2px 3px rgba(0,0,0,.3);}
	
.contentSpacer {
	padding:7px 10px;}
	
/* HEADER*/
#logo {
	width:103px;height:23px;}
	
/*Lists*/
ul {
	list-style-type:none;
	margin-bottom:20px;}
ul ul {
	box-shadow:0,0,4px rgba(0,0,0,1);
	border-top:solid 1px #666;
	border-radius:5px;
	overflow:hidden;}
	
li li {
	background:#424242;
	padding: 4px 10px;
	border-bottom:solid 1px #888;
	box-shadow:0 0 4px rgba(0,0,0,.5);}
li li:after {
	content: '';
	display:block;
	clear:both;}
	
li h3 {
	color:#fff;
	text-shadow:1px 1px 0 #000;
	font-size:20px;
	text-transform:uppercase;}
	
li li h3 {
	color:#fff;
	text-shadow:1px 1px 0 #000;
	font-size:16px;
	text-transform:capitalize;}

li li audio {
	float:right;
	margin-top:8px;
	width: 100%;}
	
a.download {
	color: #CCC;
text-decoration: none;
text-transform: uppercase;
text-shadow: 1px 1px 0 black;
background: #222;
display: inline-block;
clear: both;
text-align: center;
margin: 10px 0;
padding: 5px 10px;
border-radius: 7px;
box-shadow: 1px 1px 2px #CCC, -1px -1px 2px black;
float: right;
font-weight: 900;
font-size:13px;
}


	


	