@charset "UTF-8";

/* CSS Document */



.sc-player {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 999
}

.sc-player ol, .sc-player li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

/* Artworks */



.sc-player .sc-artwork-list {
	display: none;
	width: 50%;
	height: 100%;
	background-color: #transparent;
	list-style-type: none;
	position: relative;
}

.sc-player .sc-artwork-list li {
	list-style-type: none;
	display: none;
}

.sc-player .sc-artwork-list li.active {
	list-style-type: none;
	display: block;
}

.sc-player .sc-artwork-list li img, .sc-player .sc-artwork-list li div {
	list-style-type: none;
	width: 100%;
	height: 100%;
}

.sc-no-artwork {
	display: none;
}

/* controls */



.sc-player .sc-controls {
}

.sc-player .sc-controls a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}

.sc-player .sc-controls a.sc-pause {
	display: none;
}

.sc-player.playing .sc-controls a.sc-play {
	display: none;
}

.sc-player.playing .sc-controls a.sc-pause {
	display: block !important;
}

.sc-player .sc-controls a.sc-play {
	background: url(../images/play.png) rgba(245,239,228,0.9) 54% 50% no-repeat;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	display: block;
}

.nowplaying {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
}

.sc-player.playing .nowplaying {
	display: block;
}

.sc-player.playing .sc-controls a.sc-pause {
	background: url(../images/pause.png) rgba(245,239,228,0.9) 49% 50% no-repeat;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	display: block !important;
}

/* scrubber */



.sc-scrubber {
	display: none !important;
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 40px;
	width: 250px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.30);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.30);
	display: block;
	z-index: 600;
}

.sc-scrubber .sc-time-span {
	height: 30px;
	margin: 5px;
	position: relative;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
	height: 30px;
	position: absolute;
	top: 0;
}

.sc-track-duration {
	text-align: right;
	float: right;
	padding: 0 5px;
	margin-left: 5px;
}

.sc-scrubber .sc-time-indicators {
	position: absolute;
	right: 0;
	top: -30px;
}

/* tracks */

/* Track listings*/



.sc-player ol.sc-trackslist {
	display:none;
	position: absolute;
top: 50%;
left: 50%;
width: 270px;

margin-top: 64px;
margin-left: -135px;
text-align: center;
overflow: auto;
background: 
rgba(46,44,38,0.7) !important;
padding: 4px;
line-height: 1.5em;
font-size: .9em;
}

.sc-player ol.sc-trackslist li {
	cursor: pointer;
	position: relative;
}

.sc-player ol.sc-trackslist li span {
	display: none !important;
	position: absolute;
	right: 0;
	top: 3px;
}

.sc-trackslist a:link, .sc-trackslist a:active {
	color: #fff !important;
	
	display: block;
}

.sc-trackslist a:hover {
	border-bottom: none !important;
}

.active a {
	color: #fff !important;
}

/* Track info*/



.sc-info-toggle {
	display: none !important;
}

.sc-player .sc-info {
	display: none !important;
	position: absolute;
	top: 10px;
	left: -5000px;
	width : 400px;
	padding: 5px;
	height: 200px;
	z-index: 500;
	margin-left: -200px;
}

.sc-player.playing .sc-trackslist {
	display: block !important;
}

.sc-player.playing #latest-release p {
	display:none !important;
}

.sc-player .sc-info.active {
	left: 50%;
	top: 12%;
}

.sc-player .sc-info-toggle {
	position: absolute;
	top: 10px;
	left: 10px;
}

.sc-player .sc-info-toggle.active {
	left: -5000px;
}

.sc-player .sc-info-close {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* volume control */


.sc-volume-slider {
	display: none;
	top: -25px;
	left: 0px;
	position: absolute;
	width: 110px;
	height: 12px;
	background-color: white;
}

.sc-volume-slider .sc-volume-status {
	position: absolute;
	width: 0%;
	height: 10px;
	top: 1px;
	left: 1px;
}

/* utilities */





.sc-player-engine-container {
	width: 1px;
	height: 1px;
	position: fixed;
	top: 2px;
	left: 2px;
}
