/* ORIENTATION */

.player {
	width: 298px;
	background: #000;
	*margin-bottom: 10px;
	/*position: absolute;*/
}

.sc-player{
  width: 298px;
  height: 392px;
  position: relative;
  background: #000000;
  margin: 10px 0px 10px 0px;
}

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

/* Artworks */

.sc-player .sc-artwork-list{
  width: 100%;
  height: 81px;
  background-color: #transparent;
  list-style-type: none;
  position: relative;
  left: 0px;
}

.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.active{  
  *height: 100%;
  *background: #000000;
  *margin-left: -10px;
}

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

.sc-player .sc-artwork-list li img {
	width: 298px;
	height: 100%;
	
	*width: 290px;
}

/* controls */

.sc-player .sc-controls{
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  bottom: 35px;
  left: 45px;
  z-index: 2000;
}

.sc-player .sc-controls a{
  display: block;
  width: 50px;
  height: 50px;
  color: #000;
}

.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;
}

/* scrubber */

.sc-scrubber-cont {
  position: absolute;
  bottom: 10px;
  width: 277px;
  /*background: #33ff99;*/
  background: #66ffff;
  height: 90px;
  left: 10px;
}

.sc-scrubber {
  position: absolute;
  bottom: 10px;
  height: 40px;
  width: 256px;
  margin-left: 10px;
  background-color: #fff;
}

.sc-player:hover .sc-scrubber {
  display: block;
  left: 0px;
}

.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-scrubber .sc-time-indicators{
  position: absolute;
  right: 0;
  top: -30px;
}

/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  position: absolute;
  float: left;
  width: 100%;
  height: 50%;
  top: 85px;
  left: 0;
  overflow: auto;
}

.sc-player ol.sc-trackslist li{
  float: left;
  width: 92%;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  
  *width: 82%;
}

/* Track info*/

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

.sc-player .sc-info.active{
  left: 70.5%;
  top: 5%;
  width: 270px;
  height: 270px;
}


.sc-player .sc-info-toggle{
  position: absolute;
  top: 303px;
  left: 60px;
  z-index: 2000;
}

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

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

 /*SHARE*/ 
 
 .sc-player .sc-share{
  position: absolute;
  top: 20px;
  left: -5000px;
  width : 400px;
  padding: 5px;
  height: 200px;
  z-index: 500;
  margin-left: -200px;
}

.sc-player .sc-share.active{
  left: 70.5%;
  top: 5%;
  width: 270px;
  height: 270px;
  font-size: 10px;
  word-wrap: break-word;
}


.sc-player .sc-share-toggle{
  position: absolute;
  top: 303px;
  left: 100px;
  z-index: 2000;
}

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

.sc-player .sc-share-close{
  position: absolute;
  top: 5px;
  right: 5px;
}

.sc-player .sc-share{
  color: #fff;
  opacity: 0.9;
  background: #333;
}

.sc-player .sc-share a {
  color: #fff;
}

.sc-player .sc-share-toggle{
  color: #000;
  padding: 4px;
  /*background: #33ff99;*/
  font-size: 12px;
  font-weight: 600;
  background: #66ffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sc-player .sc-share-toggle:hover{
  background: #333;
  color: #fff;
}

.sc-player .sc-share-close{
  /*background: #22B573;*/
  background: #33ff99;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}
  

/* utilities */

.sc-player .hidden {
  display: none;
}

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

/*  COLORS  */

.sc-player {
  color: #fff;
  font-size: 10px;
  line-height: 1.4em;
  background: #000;
  /*background-color: #333;*/
  font-family: Arial, sans-serif;
  -moz-box-shadow: 1px 1px 4px #333;
  -webkit-box-shadow: 1px 1px 4px #333; 	
}

.sc-player a {
  color: #fff;
  text-decoration: none;
}

/* Artworks */

.sc-player .sc-artwork-list{
  background: #000000;
  /*background: -moz-linear-gradient(left bottom, #EEEEEE 20px, #333333 350px) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, right top, left bottom, from(#333), to(#eee));*/
}

/* scrubber */

.sc-scrubber {
  background-color: #e5e5e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


.sc-scrubber .sc-time-span {
  background-color: #666;
}


.sc-scrubber .sc-waveform-container {
  z-index: 800;
  width: 100%;
  position: absolute;
}

.sc-scrubber .sc-time-span img {
  height: 30px;
  width: 100%;
  /*background: -moz-linear-gradient(top, black, #22B573 0px, #7decba 90%);
  background: -webkit-gradient(linear, left top, left 90%, from(black), color-stop(0%, #22B573), to(#7decba));*/

}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  background-color: #333;
  z-index: 1;
  position: absolute;
}

.sc-scrubber .sc-played {
  z-index: 799;
  background: #33ff99;
  /*background-color: #22B573;*/
}

/* controls */

.sc-player .sc-controls a {
	font-size: 12px;
	font-weight: 600;
}

.sc-scrubber .sc-time-indicators{
  color: #000;
  padding: 4px;
  /*background: #33ff99;*/
  background: #66ffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* Track listings*/

.sc-player ol.sc-trackslist {
	/*width: 285px;*/
}

.sc-player ol.sc-trackslist li {  
  /*background: #333;*/ /*color fondo playlist*/ 
  /*color: #b8e9d3;*/
  color: #33ff99;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: background 0.3s ease-in;
  margin-bottom: -1px;
}

.sc-player ol.sc-trackslist li:hover {  
  /*background: #22B573;*/  
  background: #000;  
}

.sc-player ol.sc-trackslist li.active{  
  /*background: #22B573;*/ 
  background: #000;   
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sc-player ol.sc-trackslist li.active a {
  color: #fff;
}

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

/* Track info*/

.sc-player .sc-info{
  color: #fff;
  opacity: 0.9;
  background: #333;
}

.sc-player .sc-info a {
  color: #fff;
}

.sc-player .sc-info-toggle{
  color: #000;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  /*background: #33ff99;*/
  background: #66ffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sc-player .sc-info-toggle:hover{
  background: #333;
  color: #fff;
}

.sc-player .sc-info-close{
  /*background: #22B573;*/
  background: #33ff99;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}

.track-artwork {

}

.track-artwork img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.sc-trackslist li {
  border-bottom: 1px solid #444;
}
