/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
*/
div.jp-audio {
    /* Edit the font-size to counteract inherited font sizing.
     * Eg. 1.25em = 1 / 0.8em
    */
    font-size:1em; /* No parent CSS that can effect the size in these demos */

    font-family:Verdana, Arial, sans-serif;
    line-height:1.6;
    color: #808080;
}
div.jp-audio {
    width: 200px;
}
div.jp-interface {
    display: none;
    position: relative;
    background: #E6E6E6;
    width:100%;
    position: absolute;
    left: -15px;
    top: -64px;
    z-index: 1000;
}
div.jp-audio div.jp-type-single div.jp-interface {
    height:36px;
    border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
    height:47px;
    width: 272px;}
div.jp-interface ul.jp-controls {
    list-style-type:none;
    padding:0;
    margin: 0;
}
div.jp-interface ul.jp-controls li {
    /* position: absolute; */
    display:inline;
}
div.jp-interface ul.jp-controls a {
    position: absolute;
    overflow:hidden;
    text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
    width:8px;
    height:8px;
    z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
    top:20px;
    left:40px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
    bottom: 8px;
    left: 59px;
}
a.jp-play {
    background: url("../images/player-sprite.png");
    background-position: -26px -16px;
}
 a.jp-play:hover {
    background-position: -26px -24px;
}
a.jp-pause {
    background: url("../images/player-sprite.png");
    background-position: -34px -16px;
    display: none;
}
a.jp-pause:hover {
    background-position: -34px -24px;
}
div.jp-audio div.jp-type-single a.jp-stop {
    top:26px;
    left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
    left: 41px;
    bottom: 8px;    
}
a.jp-stop {
    background: url("../images/player-sprite.png");
    background-position: -18px -16px;
    width:8px;
    height:8px;
    z-index:1;
}
a.jp-stop:hover {background-position: -18px -24px;}

div.jp-audio div.jp-type-playlist a.jp-previous {
    left:19px;
    bottom:7px;
}
a.jp-previous {
    background: url("../images/player-sprite.png");
    background-position: 0px -32px;
    width:12px;
    height:10px;
}
a.jp-previous:hover {
    background-position: 0px -42px;
}
div.jp-audio div.jp-type-playlist a.jp-next {
    left: 76px;
    bottom: 7px;
}
a.jp-next {
    background: url("../images/player-sprite.png");
    background-position: -12px -32px;
    width:12px;
    height:10px;
}
a.jp-next:hover {
    background-position: -12px -42px;
}

div.jp-audio div.jp-type-single  {
    top:32px;
    left:130px;
    width:122px;
    height:15px;
}

/* The seeking class is added/removed inside jPlayer */

a.jp-mute,
a.jp-unmute {
    width:18px;
    height:15px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
    top:32px;
    left:274px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
    bottom: 1px;
    right: 65px;
}
a.jp-mute, a.jp-mute:hover {
    background: url("../images/player-sprite.png");
    background-position: 0px -16px;
}
a.jp-unmute, a.jp-unmute:hover {
    background: url("../images/player-sprite.png");
    background-position: 0px -16px;
    display: none;
}
div.jp-volume-bar {
    position: absolute;
    overflow:hidden;
    background: url("../images/player-sprite.png");
    background-position: 0px 0px;
    width:46px;
    height:8px;
    cursor: pointer;
    text-align: left;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
    top:37px;
    left:302px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
    bottom: 8px;
    right: 16px;
}
div.jp-volume-bar-value {
    background: url("../images/player-sprite.png");
    background-position: 0px -8px;
    width:0px;
    height:8px;
}
div.jp-time {top: 9px; right: 16px; position: absolute; color: #808080; font: 10px Arial;}
div.jp-title {top: 8px; left: 16px; position: absolute; width: 170px; overflow: hidden; color: #808080; font: 11px Arial; white-space: nowrap; text-align: left;}

div.jp-jplayer {
    width:0px; height:0px; left: 0; top: 0; margin: 0; padding: 0;
}
#jplayer-on-off {position: absolute; top: 0px; left: 0px; height: 21px; width: 22px; background: url('../images/music_on.png');}
#jplayer-on-off.off {background: url('../images/music_off.png');}
#jplayer {margin: 0 auto; position: relative; top: -58px; width: 930px;}