/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */

.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
    /* Disable the browser focus highlighting. */
    outline: none;
}
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
    /* Disable the browser CSS3 focus highlighting. */
    border: 0;
}
.jp-interface {}
.jp-audio .jp-interface {}
.jp-interface .jp-controls {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.jp-controls button {
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    margin: -1px;
}
.jp-play {
    width: 40px;
    height: 40px;
}
.jp-play {
    background: url("../image/jplayer.blue.monday.png") 0 0 no-repeat;
}
.jp-play:focus {
    background: url("../image/jplayer.blue.monday.png") -41px 0 no-repeat;
}
.jp-state-playing .jp-play {
    background: url("../image/jplayer.blue.monday.png") 0 -42px no-repeat;
}
.jp-state-playing .jp-play:focus {
    background: url("../image/jplayer.blue.monday.png") -41px -42px no-repeat;
}
.jp-stop,
.jp-previous,
.jp-next {
    width: 28px;
    height: 28px;
    margin-top: 6px;
}
.jp-stop {
    background: url("../image/jplayer.blue.monday.png") 0 -83px no-repeat;
    margin-left: 10px;
}
.jp-stop:focus {
    background: url("../image/jplayer.blue.monday.png") -29px -83px no-repeat;
}
.jp-previous {
    background: url("../image/jplayer.blue.monday.png") 0 -112px no-repeat;
}
.jp-previous:focus {
    background: url("../image/jplayer.blue.monday.png") -29px -112px no-repeat;
}
.jp-next {
    background: url("../image/jplayer.blue.monday.png") 0 -141px no-repeat;
}
.jp-next:focus {
    background: url("../image/jplayer.blue.monday.png") -29px -141px no-repeat;
}

/* @end */


/* @group progress bar */

.jp-progress {
    overflow: hidden;
}
.jp-audio .jp-progress {
    height: 15px;
}
.jp-audio .jp-type-single .jp-progress {}
.jp-audio .jp-type-playlist .jp-progress {
    width: 70%;
    margin: 0 auto;
    border-left: solid 2px rgba(255, 255, 255, 0.3);
    border-right: solid 2px rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.jp-seek-bar {
    background: url("../image/jplayer.blue.monday.png") 0 -202px repeat-x;
    width: 0px;
    height: 100%;
    cursor: pointer;
}
.jp-play-bar {
    background: url("../image/jplayer.blue.monday.png") 0 -218px repeat-x;
    width: 0px;
    height: 100%;
    border-radius: 10px;
}

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

.jp-seeking-bg {
    background: url("../image/jplayer.blue.monday.seeking.gif");
}
.jp-playlist ul {
    font-size: 0.9em;
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
}
.jp-playlist li {
    padding: 5px 0 4px 20px;
}
.jp-playlist li div {
    display: inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
    padding: 5px 0 5px 20px;
    border-bottom: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 7px;
}
div.jp-type-playlist div.jp-playlist a {
    color: #4a4a4a;
    text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
    color: #666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color: #000;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color: #000;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
    text-align: right;
    margin-right: 10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
    color: #0d88c1;
}
span.jp-artist {
    font-size: .8em;
    color: #666;
}
.jp-jplayer audio,
.jp-jplayer {
    width: 0px;
    height: 0px;
}
.jp-jplayer {
    background-color: #000000;
}

/* @group TOGGLES */


/* The audio toggles are nested inside jp-time-holder */

.jp-toggles {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
.jp-audio .jp-type-single .jp-toggles {
    width: 25px;
}
.jp-audio .jp-type-playlist .jp-toggles {
    width: 55px;
    margin: 0;
    position: absolute;
    left: 325px;
    top: 50px;
}
.jp-video .jp-toggles {
    position: absolute;
    right: 16px;
    margin: 0;
    margin-top: 10px;
    width: 100px;
}
.jp-toggles button {
    display: block;
    float: left;
    width: 25px;
    height: 18px;
    text-indent: -9999px;
    line-height: 100%;
    /* need this for IE6 */
    border: none;
    cursor: pointer;
}

/* @group NO SOLUTION error feedback */

.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: bold;
}

/* @end */
