/*! 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
 */
.jod-audio *:focus,
.jod-audio-stream *:focus,
.jod-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jod-audio button::-moz-focus-inner,
.jod-audio-stream button::-moz-focus-inner,
.jod-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jod-audio,
.jod-audio-stream,
.jod-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  border: 1px solid #009be3;
  background-color: #eee; }

.jod-audio {
  width: 420px; }

.jod-audio-stream {
  width: 182px; }

.jod-video-270p {
  width: 480px; }

.jod-video-360p {
  width: 640px; }

.jod-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jod-video-full div div {
  z-index: 1000; }

.jod-video-full .jod-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden; }

.jod-video-full .jod-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */ }

.jod-video-full .jod-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0; }

.jod-interface {
  position: relative;
  background-color: #eee;
  width: 100%; }

.jod-audio .jod-interface {
  height: 80px; }

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

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

/* @group CONTROLS */
.jod-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 */ }

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

.jod-audio .jod-controls {
  width: 380px;
  padding: 20px 20px 0 20px; }

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

.jod-video .jod-type-single .jod-controls {
  width: 78px;
  margin-left: 200px; }

.jod-video .jod-type-playlist .jod-controls {
  width: 134px;
  margin-left: 172px; }

.jod-video .jod-controls {
  float: left; }

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

.jod-play {
  width: 40px;
  height: 40px; }

.jod-play {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 0 no-repeat; }

.jod-play:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -41px 0 no-repeat; }

.jod-state-playing .jod-play {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -42px no-repeat; }

.jod-state-playing .jod-play:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -41px -42px no-repeat; }

.jod-stop, .jod-previous, .jod-next {
  width: 28px;
  height: 28px;
  margin-top: 6px; }

.jod-stop {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  margin-left: 10px; }

.jod-stop:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -29px -83px no-repeat; }

.jod-previous {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -112px no-repeat; }

.jod-previous:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -29px -112px no-repeat; }

.jod-next {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -141px no-repeat; }

.jod-next:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -29px -141px no-repeat; }

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

.jod-audio .jod-progress {
  position: absolute;
  top: 32px;
  height: 15px; }

.jod-audio .jod-type-single .jod-progress {
  left: 110px;
  width: 186px; }

.jod-audio .jod-type-playlist .jod-progress {
  left: 166px;
  width: 130px; }

.jod-video .jod-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px; }

.jod-seek-bar {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jod-play-bar {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  width: 0px;
  height: 100%; }

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

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

.jod-volume-controls {
  position: absolute;
  top: 32px;
  left: 308px;
  width: 200px; }

.jod-audio-stream .jod-volume-controls {
  left: 70px; }

.jod-video .jod-volume-controls {
  top: 12px;
  left: 50px; }

.jod-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jod-mute,
.jod-volume-max {
  width: 18px;
  height: 15px; }

.jod-volume-max {
  left: 74px; }

.jod-mute {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -170px no-repeat; }

.jod-mute:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -19px -170px no-repeat; }

.jod-state-muted .jod-mute {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -60px -170px no-repeat; }

.jod-state-muted .jod-mute:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -79px -170px no-repeat; }

.jod-volume-max {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -186px no-repeat; }

.jod-volume-max:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -19px -186px no-repeat; }

.jod-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -250px repeat-x;
  top: 5px;
  left: 22px;
  width: 46px;
  height: 5px;
  cursor: pointer; }

.jod-volume-bar-value {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  width: 0px;
  height: 5px; }

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

.jod-audio .jod-type-single .jod-time-holder {
  left: 110px;
  width: 186px; }

.jod-audio .jod-type-playlist .jod-time-holder {
  left: 166px;
  width: 130px; }

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

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

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

.jod-video .jod-current-time {
  margin-left: 20px; }

.jod-video .jod-duration {
  margin-right: 20px; }

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

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

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

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

.jod-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em; }

.jod-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee; }

.jod-playlist li div {
  display: inline; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jod-type-playlist div.jod-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none; }

div.jod-type-playlist div.jod-playlist li.jod-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px; }

div.jod-type-playlist div.jod-playlist a {
  color: #333;
  text-decoration: none; }

div.jod-type-playlist div.jod-playlist a:hover {
  color: #0d88c1; }

div.jod-type-playlist div.jod-playlist a.jod-playlist-current {
  color: #0d88c1; }

div.jod-type-playlist div.jod-playlist a.jod-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666; }

div.jod-type-playlist div.jod-playlist a.jod-playlist-item-remove:hover {
  color: #0d88c1; }

div.jod-type-playlist div.jod-playlist span.jod-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px; }

div.jod-type-playlist div.jod-playlist span.jod-free-media a {
  color: #666; }

div.jod-type-playlist div.jod-playlist span.jod-free-media a:hover {
  color: #0d88c1; }

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

/* @end */
.jod-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }

.jod-video-270p .jod-video-play {
  margin-top: -270px;
  height: 270px; }

.jod-video-360p .jod-video-play {
  margin-top: -360px;
  height: 360px; }

.jod-video-full .jod-video-play {
  height: 100%; }

.jod-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jod-video-play-icon:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.video.play.png") 0 -100px no-repeat; }

.jod-jplayer audio,
.jod-jplayer {
  width: 0px;
  height: 0px; }

.jod-jplayer {
  background-color: #000000; }

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
.jod-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

.jod-audio .jod-type-single .jod-toggles {
  width: 25px; }

.jod-audio .jod-type-playlist .jod-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px; }

.jod-video .jod-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px; }

.jod-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jod-full-screen {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px; }

.jod-full-screen:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -30px -310px no-repeat; }

.jod-state-full-screen .jod-full-screen {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -60px -310px no-repeat; }

.jod-state-full-screen .jod-full-screen:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -90px -310px no-repeat; }

.jod-repeat {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -290px no-repeat; }

.jod-repeat:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -30px -290px no-repeat; }

.jod-state-looped .jod-repeat {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -60px -290px no-repeat; }

.jod-state-looped .jod-repeat:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -90px -290px no-repeat; }

.jod-shuffle {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  margin-left: 5px; }

.jod-shuffle:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -30px -270px no-repeat; }

.jod-state-shuffled .jod-shuffle {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -60px -270px no-repeat; }

.jod-state-shuffled .jod-shuffle:focus {
  background: url("jplayer-skin/blue.monday/image/jplayer.blue.monday.jpg") -90px -270px no-repeat; }

/* @end */
/* @group NO SOLUTION error feedback */
.jod-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none; }

.jod-no-solution a {
  color: #000; }

.jod-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }

/* @end */
.jod-gui .close {
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  font-size: 23px;
  position: absolute; }

/*# sourceMappingURL=jplayer.blue.monday.css.map */