@charset "utf-8";
/*
     FILE ARCHIVED ON 17:49:46 Dec 12, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:21:19 Mar 27, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* MAKE SURE BASE.CSS DOES NOT HAVE A HIDDEN CLASS */
.sc-player {
    width: 68px;
    height: 68px;
    float: left;
    position: relative;
    margin: 0
    }
.sc-player ol, .sc-player li {
    margin: 0;
    padding: 0;
    list-style-position: inside
    }
/* Artworks */
.sc-player .sc-artwork-list {
    display: none
    }
.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
    }
/* controls */
.sc-player .sc-controls {
    position: absolute;
    width: 68px;
    height: 68px
    }
.sc-player .sc-controls a {
    display: block;
    width: 68px;
    height: 68px
    }
.sc-player .sc-controls a.sc-play, .sc-player .sc-controls a.sc-pause {
    text-indent: -3000px
    }
.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: 95.5%;
    display: none
    }
.sc-player:hover .sc-scrubber, .sc-player.playing .sc-scrubber {
    display: none;
    left: 45px
    }
.sc-scrubber .sc-time-span {
    height: 30px;
    margin: 5px;
    position: relative;
    display: none
    }
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
    height: 30px;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-transition: width 0.1s linear;
    display: none
    }
.sc-scrubber .sc-time-indicators {
    position: absolute;
    right: 0;
    top: -20px;
    display: none
    }
/* tracks */
/* Track listings*/
.sc-player ol.sc-trackslist {
    position: absolute;
    float: left;
    width: 92%;
    height: 100%;
    left: 45px;
    overflow: auto;
    display: none
    }
.sc-player ol.sc-trackslist li {
    float: left;
    width: 95.5%;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    list-style: none;
    display: none
    }
/* Track info*/
.sc-player .sc-info {
    position: absolute;
    top: 10px;
    left: -5000px;
    width: 200px;
    padding: 5px;
    height: 450px;
    z-index: 500;
    margin-left: -40px;
    display: none
    }
.sc-player .sc-info.active {
    left: 25%;
    top: 5%;
    display: none
    }
.sc-player .sc-info-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none
    }
.sc-player .sc-info-toggle.active {
    left: -5000px;
    display: none
    }
.sc-player .sc-info-close {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none
    }
/* 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: #333;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold
    }
.sc-player.special {
    border: 2px solid #f30;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 5px
    }
.sc-player a {
    text-decoration: none;
    color: #333
    }
/* scrubber */
.sc-scrubber {
    background-color: #e5e5e5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
    }
.sc-scrubber .sc-time-span {
    background-color: #fff
    }
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
    background-color: #fff;
    opacity: 0.4
    }
.sc-scrubber .sc-played {
    background-color: #000;
    opacity: 0.4
    }
/* controls */
.sc-player .sc-controls a {
    color: transparent;
    background: url(../images/soundcloud.css/play-btn.png)
    }
.sc-player .sc-controls a:hover {
    background-position: 0 -73px
    }
.sc-player .sc-controls a.sc-pause {
    background: url(../images/soundcloud.css/pause-btn.png)
    }
.sc-player .sc-controls a.sc-pause:hover {
    background-position: 0 -73px
    }
.sc-player.playing .sc-controls a.sc-pause {
    background: url(../images/soundcloud.css/pause-btn.png)
    }
.sc-player.playing .sc-controls a.sc-pause:hover {
    background-position: 0 -73px
    }
.sc-scrubber .sc-time-indicators {
    background: #fff;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    font-size: 0.4em;
    font-weight: normal;
    line-height: 1em
    }
/* Track listings*/
.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
    background-color: #fff;
    padding: 4px;
    color: #000
    }
.sc-player ol.sc-trackslist li.active a {
    color: #000
    }
.sc-track-duration {
    text-align: right;
    float: right;
    padding: 0 5px;
    margin-left: 5px;
    display: none
    }
/* Track info*/
.sc-player .sc-info {
    background: #fff;
    opacity: 0.9
    }
.sc-player .sc-info-toggle {
    background: #fff;
    color: #039;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 4px #ccc;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    padding: 4px
    }
.sc-player .sc-info-toggle:hover {
    background: #039;
    color: #eee
    }
.sc-player .sc-info-close {
    background: #039;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 4px;
    font-weight: bold
    }