/*! 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-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  border: 1px solid #009be3;
  background-color: #eee; }

.jp-audio {
  width: 280px; }


.jp-interface {
  position: relative;
  background-color: #000;
  width: 100%; }

.jp-audio .jp-interface { height: 26px; }

.jp-audio-stream .jp-interface {
  height: 80px; }

.jp-video .jp-interface {
  border-top: 1px solid #009be3; }

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  width: 350px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }

.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.jp-audio .jp-controls {
  width: 30px;
  padding: 5px 5px 0 5px; }

.jp-audio-stream .jp-controls {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 142px; }

.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-play { background: url('play.png') no-repeat;
           width: 20px; height: 20px; }

.jp-play:focus { background: url('play.png') no-repeat; }
.jp-state-playing .jp-play { background: url('pause.png') no-repeat; }
.jp-state-playing .jp-play:focus { background: url('pause.png') no-repeat; }


.jp-stop { background: url('stop.png') no-repeat;
           margin-left: 10px; }

.jp-stop:focus { background: url('stop.png') no-repeat; 
                 width: 20px; height: 20px; }


/* @end */
/* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color: #ddd; }

.jp-audio .jp-progress {
  position: absolute;
  top: 5px;
  height: 15px; }

.jp-audio .jp-type-single .jp-progress {
  left: 70px;
  width: 106px!important; }

.jp-audio .jp-type-playlist .jp-progress {
  left: 166px;
  width: 100px; }

.jp-seek-bar {
  background: #E8E8E8; 
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
  background: #5E5E5E; 
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("jplayer.blue.monday.seeking.gif"); }

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-volume-controls { position: absolute;
  top: 5px;
  left: 195px;
  width: 120px; }

.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('voldown.png') no-repeat;
   }

.jp-mute:focus {
  background: url('voldown.png') no-repeat;
   }

.jp-state-muted .jp-mute {
  background: url('voldown.png') no-repeat;
  }

.jp-state-muted .jp-mute:focus {
  background: url('voldown.png') no-repeat;
  }

.jp-volume-max {
  background: url('volup.png') no-repeat;
  }


.jp-volume-max:focus {
  background: url('volup.png') no-repeat; 
  }

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: #E8E8E8; 
  top: 5px;
  left: 18px;
  width: 40px!important;
  height: 5px;
  cursor: pointer; }

.jp-volume-bar-value {
  background: #5E5E5E; 
  width: 0px;
  height: 5px; }

/* @end */
/* @group current time and duration */
.jp-audio .jp-time-holder {
  position: absolute;
  top: 35px; }

.jp-audio .jp-type-single .jp-time-holder {
  left: 30px;
  width: 250px; }

.jp-audio .jp-type-playlist .jp-time-holder {
  left: 60px;
  width: 130px; }

.jp-current-time,
.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique; }

.jp-current-time {
  float: left;
  display: inline;
  cursor: default; }

.jp-duration {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer; }

/* @end */
/* @group playlist */
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default; }

.jp-details,
.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3; }

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  border-top: none; }

.jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: .72em;
  font-weight: bold; }



span.jp-artist {
  font-size: .8em;
  color: #666; }

/* @end */
.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; }

/* @end */
/* @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; }

.playerimg { width: 310px; }




/* @end */