/** HTML Player Controls */

/** Controls */

#webRadioPlayer-controls {
    position: absolute;
    right: 0;
    width: 170px;
}

#webRadioPlayer-controls li {
    float: left;
    display: inline;
    margin-top: 15px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 21px;
}

#webRadioPlayer-controls .playerControl a {
    display: block;
    float: left;
    width: 150px;
    height: 100px;
    margin: 0;
    text-indent: -9999px;
    background-image: url("http://cdn.last.fm/flatness/listen_v2/player_controls.4.png");
}

* html #webRadioPlayer-controls .playerControl a {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://cdn.last.fm/flatness/listen_v2/player_controls.4.png", sizingMethod='image');
}

/* Rest */
#webRadioPlayer-controls #playerControlLove a { margin: 0 0 0 0; }
#webRadioPlayer-controls #playerControlBan a { margin: 0 0 0 -30px; }
#webRadioPlayer-controls #playerControlPlay a { margin: 0 0 0 -60px; }
#webRadioPlayer-controls #playerControlStop a { margin: 0 0 0 -90px; }
#webRadioPlayer-controls #playerControlSkip a { margin: 0 0 0 -120px; }

/* Hover */
#webRadioPlayer-controls #playerControlLove a:hover { margin: -21px 0 0 0; }
#webRadioPlayer-controls #playerControlBan a:hover { margin: -21px 0 0 -30px; }
#webRadioPlayer-controls #playerControlPlay a:hover { margin: -21px 0 0 -60px; }
#webRadioPlayer-controls #playerControlStop a:hover { margin: -21px 0 0 -90px; }
#webRadioPlayer-controls #playerControlSkip a:hover { margin: -21px 0 0 -120px; }

/* Press */
#webRadioPlayer-controls #playerControlLove a:active { margin: -42px 0 0 0; }
#webRadioPlayer-controls #playerControlBan a:active { margin: -42px 0 0 -30px; }
#webRadioPlayer-controls #playerControlPlay a:active { margin: -42px 0 0 -60px; }
#webRadioPlayer-controls #playerControlStop a:active { margin: -42px 0 0 -90px; }
#webRadioPlayer-controls #playerControlSkip a:active { margin: -42px 0 0 -120px; }


#webRadioPlayer-controls #playerControlLove.highlight a {
    margin: -63px 0 0 0;
}

/** Disabled controls */

#webRadioPlayer #webRadioPlayer-controls.disabled {
    z-index: 0;
    opacity: 0.3;
    -moz-opacity: 0.3;
}

#webRadioPlayer #webRadioPlayer-controls.disabled li a  {
    cursor: default;
}

/** Content */

#webRadioPlayer-content {
    position: relative;
    background: #222;
    height: 1%;
}


#webRadioPlayer-visualisation {
    height: 100%;
}
#webRadioPlayer-visualisation embed,
#webRadioPlayer-visualisation object {
    float: left;
}

/** Current Station */

#playerStationMeta {
    position: absolute;
    top: 0;
    left: 12px;
}

#playerStationMeta a.lfmSendButton {
    -webkit-border-radius: 0 3px 3px 0;
}

#playerStationMeta a.lfmSendButton strong {
    -webkit-border-radius: 3px 0 0 3px;
}

#playerStationMeta #shareStation {
    font-size: 10px;
    color: #ddd;
}

#playerStationMeta #shareStation:hover,
#playerStationMeta #shareStation:active {
    color: #fff;
}

/** Photo Credit */

#slideshowPhotoCredits {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 11px;
    color: #fff;
}

/** Current Track */

#playerTrackMeta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    padding: 10px 2.5% 6px;
    color: #fff;
    font-size: 11px;
}

#playerTrackMeta p a {
    color: #fff;
        font-weight: bold;
}

/** Progress Bar */

#playerTrackMeta div.progress {
    margin: 1px 0 0 0;
}

#playerTrackMeta div.progress #trackPlayed {
    float: left;
    width: 8%;
}

#playerTrackMeta div.progress #trackRemaining {
    float: right;
    width: 8%;
    text-align: right;
}

#progressBar {
    background: #222;
    float: left;
    width: 82%;
    margin: 5px 0 10px;
}

#progressBar span {
    background: #fff;
    height: 2px;
    margin: 1px;
    line-height: 2px;
    width: 1%;
    float: left;
}

/** Flash Player */

#webRadioPlayer div#player {
    position: absolute;
    height: 1px;
    margin: 0;
}

#webRadioPlayer div#player embed {
    height: 1px;
}

#webRadioPlayer-settings input {
    position: relative;
    top: 2px;
}


/** Small Player! */

#webRadioPlayer.small {
    height: 69px;
}

#webRadioPlayer.small #trackDurationWrapper {
    bottom: 25px;
}

/** Widescreen Player */

/** Station Header only */

#webRadioPlayer-header p#sampleContent {
    display: none;
    color: #ddd;
    font-size: 11px;
    color: #aaa;
}

#webRadioPlayer-header p#sampleContent a {
    color: #ddd;
}

#webRadioPlayer-footer {
    display: block;
    height: 25px;
    overflow: hidden;
    position: relative;
    padding-right: 12px;
    background: url("http://cdn.last.fm/prototyping/bigplayer/buttons_shiny_bkg_small3.png") repeat-x left top;
}

#webRadioPlayer-footer #listenStatus {
    float: left;
    width: 290px;
    margin: 0;
    padding: 4px 15px 6px 35px;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    background: url() no-repeat 2.2% 50.5%;
}

#webRadioPlayer-footer #listenStatus.info {
    background-image: url(http://cdn.last.fm/flatness/listen_v2/status_info.gif);
}

#webRadioPlayer-footer #listenStatus.loading {
    background-image: url(http://cdn.last.fm/flatness/listen_v2/spinner_small.gif);
}

#webRadioPlayer-footer #listenStatus.error {
    background-image: url(http://cdn.last.fm/flatness/listen_v2/error_small.png);
}

#webRadioPlayer-footer #listenStatus a {
    color: #fff;
    text-decoration: underline;
}


#webRadioPlayer-footer div#playerSettings div {
    float: right;
    
    position: relative;
    margin-right: 3px;
    top: 3px;
    height: 20px;
    width: 39px;
    text-indent: -9000px;
}

#webRadioPlayer-footer #playerSettings div a {
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/** Button show/hide */

#webRadioPlayer-footer #playerSettings div.enabled a.disable {
    display: block;
}

#webRadioPlayer-footer #playerSettings div.enabled a.enable {
    display: none;
}

#webRadioPlayer-footer #playerSettings div a.disable {
    display: none;
}

#webRadioPlayer-footer #playerSettings div a.enable {
    display: block;
}

/* Setting disabled */

#webRadioPlayer-footer #playerSettings div a {
    background-position: 0 -61px;
}
#webRadioPlayer-footer #playerSettings div a:hover {
    background-position: 0 -81px;
}
#webRadioPlayer-footer #playerSettings div a:active {
    background-position: 0 -101px;
}

/* Setting enabled */

#webRadioPlayer-footer #playerSettings div.enabled a {
    background-position: 0 -1px;
}
#webRadioPlayer-footer #playerSettings div.enabled a:hover {
    background-position: 0 -21px;
}
#webRadioPlayer-footer #playerSettings div.enabled a:active {
    background-position: 0 -41px;
}

/** Scrobble Toggle */

#webRadioPlayer-footer #scrobbleToggle a {
    background-image: url(http://cdn.last.fm/flatness/listen_v2/scrobble_button4.gif);
}

/** Slideshow Toggle */

#webRadioPlayer-footer #slideshowToggle a {
    background-image: url(http://cdn.last.fm/flatness/listen_v2/animation_toggle2.gif);
}

/** Volume */

#webRadioPlayer-footer #webRadioPlayer-volumeControl {
    position: relative;
    float: right;
    margin-right: 3px;
    top: 5px;
    z-index: 10;
    width: 103px;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl,
#webRadioPlayer-footer #webRadioPlayer-volumeControl:active,
#webRadioPlayer-footer #webRadioPlayer-volumeControl:hover {
    cursor: pointer;
}


#webRadioPlayer-footer #webRadioPlayer-volumeControl .playerControl {
    display: block;
    position: absolute;
    width: 150px;
    height: 100px;
    top: 0;
    left: 0;
    text-indent: -9999px;
    background: transparent url("http://cdn.last.fm/flatness/listen_v2/player_controls.4.png") no-repeat 0 0;
}

* html #webRadioPlayer-footer #webRadioPlayer-volumeControl .playerControl {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://cdn.last.fm/flatness/listen_v2/player_controls.4.png", sizingMethod="image");
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolMute {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 9px;
    height: 15px;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolMute a.playerControl {
    top: -63px;
    left: -90px;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolFull {
    position: absolute;
    top: 0;
    left: 84px;
    display: block;
    overflow: hidden;
    width: 19px;
    height: 16px;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolFull a.playerControl {
    top: -63px;
    left: -101px;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolSlider {
    position: absolute;
    top: 1px;
    left: 12px;
    display: block;
    width: 70px;
    height: 14px;
    overflow: hidden;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolTrack {
    position: absolute;
    left: 12px;
    top: 6px;
    height: 5px;
    width: 70px;
    overflow: hidden;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolTrack .track {
    margin: -89px 0 0 0;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolSlider .handle {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    z-index: 100;
}

#webRadioPlayer-footer #webRadioPlayer-volumeControl #playerControlVolSlider .handle .playerControl {
    top: -63px;
    left: -120px;
}
