*{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body{
	font-family:arial;
	font-size:13px;
	line-height:1.5em;
	color: black;
	background-color: white;
	width: auto;
	height: auto;
	width: auto;

}

#header {
	color: black;
	background-color: #white;
	height: auto;
	width: auto;
	padding-top: 20px;
	font-size: 16pt;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 100%;
}

#header-title {
	color: #D45437;
	background-color: #white;
	height: auto;
	width: auto;
	padding-top: 5px;
	font-size: 20pt;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 110%;
}

#header a {
	color: #black;
	text-decoration: none;
}



#home-content {
	text-align: left;
	font-family:arial;
	font-size:15px;
	line-height:1.5em;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
	color: black;

}



.clearfix{
	clear:both;
}

#container{
	width:330px;
	min-height:400px;
	background: white;
	overflow:auto;
	margin:60px auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:#00436e solid 10px;
}

#audio-image{
	position:relative;
	overflow:hidden;
	height:300px;
	margin-bottom:15px;
}

#audio-info{
	text-align:center;
}

#audio-info .artist{
	font-weight:bold;
}

.cover{
	width:100%;
	z-index:2;
}

input#volume {
	width:95%;
	margin-left:2%;
    -webkit-appearance: none !important;
    background:#ccc;
    height:1px;
    margin-top:10px;
	margin-bottom:20px;
}
input#volume::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:url(../images/knob.png) no-repeat;
    height:12px;
    width:12px;
}

#buttons{
	width:90%;
	display: block;
    margin: 15px auto;
	margin-left:23px;
	overflow:auto;
}


button#play{
	cursor: pointer;
	width:70px;
	height:70px;
	background:url(../images/play.png) no-repeat;float:left;
}

button#pause{
	cursor: pointer;
	width:70px;
	height:70px;
	background:url(../images/pause.png) no-repeat;float:left;
}

button#stop{
	cursor: pointer;
	width:70px;
	height:70px;
	background:url(../images/stop.png) no-repeat;float:left;
}

button#prev{
	cursor: pointer;
	width:70px;
	height:70px;
	background:url(../images/prev.png) no-repeat;
	float:left;
	margin-top:15px;
}

button#next{
	cursor: pointer;
	width:70px;
	height:70px;
	background:url(../images/next.png) no-repeat;
	float:right;
	margin-top:15px;
}

#playlist {
    list-style-type: none;
	padding:20px;
}

#playlist li {
    cursor: pointer;
    margin:10px;
    font-weight: bold;
    color: #D45437;
}

#tracker{
	position:relative;
	width:100%;
}

#playlist li.active {
    font-weight: bold;
	padding:3px;
	background:#00436e;
	color:white;
}

#progressBar { 
   width:80%;
   margin-left:2%;
   margin-bottom:20px;
   margin-top:9px;
   height:10px;
   background:url(../images/progress_bg.png) no-repeat;
   float:left;
}

#progress {
   background:url(../images/progress.png) no-repeat;
   height:10px;
   display:inline-block;
}

#duration{
	position:absolute;
	top:0;
	right:10px;
	padding:4px 8px;
	background:#666;
	color:white;
	border-radius:5px;
}

#footer {
	margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
	vertical-align: text-center;
	text-align: center;
	background-color: #00436e;
	height: auto;
	clear: both;
	padding: 10px;
    border-radius: 5px;
}
#footer a {
	color: white;
	text-decoration: none;
	font-family:arial;
	font-size:13px;
}
