.post {
width: 540px;
float: left;
}

.sidebar {
float: right;
width: 200px;
padding-left: 10px;
padding-bottom: 20px;
margin-right: 10px;
border-left: 1px dotted #000;
}

.footer {
  float: left;
  width: 800px;
  border-top: 1px dotted #000;
  padding: 10px 0;
  text-align: right;
}
.sc-player{
  width: 260px;
  height: 260px;
  position: relative;
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}

.sc-player ol, .sc-player li{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Artworks */

.sc-player .sc-artwork-list{
  width: 100%;
  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%;
/*  margin-left:-16px;*/
}

/* controls */

.sc-player .sc-controls{
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  top: 46%;
  left: 50%;
}

.sc-player .sc-controls a{
  display: block;
  width: 58px;
  height: 58px;
}

.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 {
  position: absolute;
  left: -5000px;
  bottom: 10px;
  height: 40px;
  width: 240px;
}

.sc-player:hover .sc-scrubber {
  display: block;
  left: 10px;
}

.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;
}

/* volume control */
.sc-volume-slider {
	display: none;
}

/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
	display:none;
}
/* 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: 50%;
  top: 12%;
}


.sc-player .sc-info-toggle{
	display: none;
}

.sc-player .sc-info-toggle.active{
  left: -5000px;
}

.sc-player .sc-info-close{
  position: absolute;
  top: 10px;
  right: 20px;
}

/* utilities */

.sc-player .hidden {
  display: none;
}

.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}
.sc-player {
  font: 12px Arial, sans-serif;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.4em;
  -moz-box-shadow: 1px 1px 4px #333;
  -webkit-box-shadow: 1px 1px 4px #333;
}

.sc-player a {
  text-decoration: none;
  color: #fff;
}

/* Artworks */

.sc-player .sc-artwork-list{
  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: #666;
  -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 {
  background-color:#87BFCC;
  z-index: 799;
}

/* controls */

.sc-player .sc-controls a {
  color: transparent;
  font-size: 0px;
  background: url('../img/scplayer/btnPlay.png');
}

.sc-player .sc-controls a:hover {
  background: url('../img/scplayer/btnPlay-hover.png');
}

.sc-player .sc-controls a.sc-pause {
  background: url('../img/scplayer/btnPlay.png');
}

.sc-player .sc-controls a.sc-pause:hover{
  background: url('../img/scplayer/btnPlay-hover.png');
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('../img/scplayer/btnPause.png');
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  background: url('../img/scplayer/btnPause-hover.png');
}  

.sc-scrubber .sc-time-indicators{
  background: #666;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
}