body {
	background-attachment: fixed;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url("../data/pattern.jpg");
}

#main-wrapper{
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#4F0112;
	box-shadow: 0px 0px 200px #000000;
}

#count {
	color:#A8A8A8;
}

#song-text p{
	color: #F0E68C;
}

#song-text h1{
	color: #F0E68C;
}


.awp-player-thumb-wrapper{
	width:140px;
	height:140px;
	padding-left: 10px;
}
.awp-player-thumb{
	width:140px;
}

.awp-player-thumb img{
	min-width: 140px;
}

.awp-player-holder{
	height:140px;
	padding-right: 10px;
}

.awp-playback-toggle i{
	color:#fff !important;
}
.awp-player-artist{
	font-size:13px;
	color:#bbb;
}
.awp-player-title{
	font-size:18px;
	color:#ccc;
}

.awp-waveform-wrap {
    margin-top:20px;
}
.awp-waveform-preloader{
  	color:#fff;
}

.awp-icon-color, .awp-player-volume i {
	color:#fff !important;
}
.awp-icon-rollover-color{
	color:#ffd454 !important;
}

.awp-media-time-current, .awp-media-time-total, .awp-playlist-non-selected {
	color:#eee !important;
}

.awp-volume-seekbar{
	width:100px;
}

.awp-volume-bg{
	width:80px;
	background:rgb(187, 187, 187);
}

.awp-volume-level{
	background:#fff;
}

.awp-playlist-inner{
	margin:20px;
}

.awp-playlist-item{
	line-height: 35px;
}

.awp-playlist-title {
	font-size:14px;
}

.awp-download:hover, .awp-link:hover, .awp-playlist-selected  {
	color:#ffd454!important;
}