/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

.jp-audio-stream :focus {
    outline: 0
}

.jp-audio-stream button::-moz-focus-inner {
    border: 0
}

.jp-audio-stream {
    font-size: 16px;
    font-family: Verdana,Arial,sans-serif;
    line-height: 1.6;
    color: #666;
    border: 0px solid #009be3;
    width: 600px;
}

.jp-interface {
    position: relative;
    background-color: #0;
    width: 100%
}

.jp-audio-stream .jp-interface {
    height: 50px
}

.jp-controls-holder {
    clear: both;
    width: 440px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px
}

.jp-interface .jp-controls {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.jp-audio-stream .jp-controls {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 142px
}

.jp-controls button {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer
}

.jp-play {
    width: 40px;
    height: 40px;
    background: url(../image/gospeltracks.jpg) no-repeat
}

    .jp-play:focus {
        background: url(../image/gospeltracks.jpg) -41px 0 no-repeat
    }

.jp-state-playing .jp-play {
    background: url(../image/gospeltracks.jpg) 0 -42px no-repeat
}

    .jp-state-playing .jp-play:focus {
        background: url(../image/gospeltracks.jpg) -41px -42px no-repeat
    }

.jp-state-no-volume .jp-volume-controls {
    display: none
}

.jp-volume-controls {
    position: absolute;
    top: 20px;
    left: 308px;
    width: 100%;
}

.jp-audio-stream .jp-volume-controls {
    left: 70px
}

.jp-volume-controls button {
    display: block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer
}

.jp-mute, .jp-volume-max {
    width: 18px;
    height: 15px
}

.jp-volume-max {
    left: 74px
}

.jp-mute {
    background: url(../image/gospeltracks.jpg) 0 -170px no-repeat
}

    .jp-mute:focus {
        background: url(../image/gospeltracks.jpg) -19px -170px no-repeat
    }

.jp-state-muted .jp-mute {
    background: url(../image/gospeltracks.jpg) -60px -170px no-repeat
}

    .jp-state-muted .jp-mute:focus {
        background: url(../image/gospeltracks.jpg) -79px -170px no-repeat
    }

.jp-volume-max {
    background: url(../image/gospeltracks.jpg) 0 -186px no-repeat
}

    .jp-volume-max:focus {
        background: url(../image/gospeltracks.jpg) -19px -186px no-repeat
    }

.jp-volume-bar {
    position: absolute;
    overflow: hidden;
    background: url(../image/gospeltracks.jpg) 0 -250px repeat-x;
    top: 5px;
    left: 22px;
    width: 46px;
    height: 5px;
    cursor: pointer
}
.jp-artist-info {
    position: absolute;
    top: -6px;
    left: 100px;
    width: 100%;
    color: black;
}

.jp-volume-bar-value {
    background: url(../image/gospeltracks.jpg) 0 -256px repeat-x;
    width: 0;
    height: 5px
}

.jp-details {
    font-weight: 700;
    text-align: center;
    cursor: default;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #009be3
}
.jp-artist, .jp-tracktitle {
    font-weight: 700;
    text-align: center;
    cursor: default;
    width: 100%;
    background-color: #eee;
    border-top: 1px solid #009be3;
}

.jp-details .jp-title {
    margin: 0;
    padding: 5px 20px;
    font-size: .72em;
    font-weight: 700
}

.jp-jplayer {
    background-color: #000
}

.jp-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none
}

    .jp-no-solution a {
        color: #000
    }

    .jp-no-solution span {
        font-size: 1em;
        display: block;
        text-align: center;
        font-weight: 700
    }
