﻿/*! 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;
 }

.jp-audio {
  width: 100%;
  }

.jp-audio-stream {
  /*width: 182px*/;
  }



.jp-interface {
  position: relative;
}

.jp-audio .jp-interface {
  }

.jp-audio-stream .jp-interface {
  }

/*.jp-video .jp-interface {
  border-top: 1px solid #009be3; }*/

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  /*width: 440px;*/
  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 {
  padding: 0;
  }

.jp-audio-stream .jp-controls {
 }

/*.jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px; }

.jp-video .jp-type-playlist .jp-controls {
  width: 134px;
  margin-left: 172px; }*/

.jp-video .jp-controls {
  float: left; }

.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-play {
  width: 40px;
  height: 40px; }

.jp-play {
  background: url("jplayerRR.png") 0 0 no-repeat; }

.jp-play:focus {
  background: url("jplayerRR.png") -41px 0 no-repeat; }

.jp-state-playing .jp-play {
  background: url("jplayerRR.png") 0 -42px no-repeat; }

.jp-state-playing .jp-play:focus {
  background: url("jplayerRR.png") -41px -42px no-repeat; }

.jp-stop, .jp-previous, .jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px; }

.jp-stop {
  background: url("jplayerRR.png") 0 -83px no-repeat;
  margin-left: 10px; }

.jp-stop:focus {
  background: url("jplayerRR.png") -29px -83px no-repeat; }

.jp-previous {
  background: url("jplayerRR.png") 0 -112px no-repeat; }

.jp-previous:focus {
  background: url("jplayerRR.png") -29px -112px no-repeat; }

.jp-next {
  background: url("jplayerRR.png") 0 -141px no-repeat; }

.jp-next:focus {
  background: url("jplayerRR.png") -29px -141px no-repeat; }

/* @end */
/* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color: #ddd; }

.jp-audio .jp-progress {
  position: absolute;
  top: 14px;
  height: 15px; 
  }

.jp-audio .jp-type-single .jp-progress {
  left: 16%;
  width: 78%; }

.jp-audio .jp-type-playlist .jp-progress {
/*  left: 166px;
  width: 130px;*/ }

/*.jp-video .jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px; }*/

.jp-seek-bar {
  background: url("jplayerRR.png") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
  background: url("jplayerRR.png") 0 -218px repeat-x;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("jplayer.blue.monday.seeking.gif"); }

