/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Midnight Black
 *
 * Copyright (c) 2012 Per Sandstr<F6>m (https://github.com/persand) and Kasim Ahmic (https://github.com/TheInfection)
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Authors: Per Sandstr<F6>m (Updated to support jPlayer 2.1.0 by Kasim Ahmic)
 * Skin Version: 2.0 (jPlayer 2.1.0)
 * Date: April 27th 2012
 */

*:active, *:focus {
  outline: none !important;
}

div.jp-audio {
   /* Edit the font-size to counteract inherited font sizing.
   * Eg. 1.25em = 1 / 0.8em
   */
   font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
   font-family:"Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height:1.6;
  color: #666;
  border: 0px solid #be2f00;
  background-color:#f1eee7;
  position:relative;
}
div.jp-audio {
  width:100%;
}

div.jp-interface {
  clear: both;
  /*background: transparent url(../img/jplayer.midnight.black.interface.png) repeat-x;*/
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;

  background-color: #444;
  border-top: 1px solid #555;
  margin: 0px auto 0 auto;
  position: relative;
  /*
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  */
}

div.jp-audio div.jp-type-single div.jp-interface {
  height:45px;
}

div.jp-audio div.jp-type-playlist {
  /*padding: 0 15px;*/
}

div.jp-audio div.jp-type-playlist div.jp-interface {
  /* border: 15px solid #f1eee7; */
  height:45px;
}

/* @group CONTROLS */

div.jp-controls-holder {
  clear: both;
  width:20%;
  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 */
}

div.jp-interface ul.jp-controls {
  list-style-type:none;
  margin:0;
  padding: 0;
  overflow:hidden;
}

div.jp-audio ul.jp-controls {
  width: 20%;
  padding: 15px 15px 0 10px;
}


div.jp-interface ul.jp-controls li {
  display:inline;
  float: left;
}

div.jp-interface ul.jp-controls a {
  display:block;
  overflow:hidden;
  text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
  width:13px;
  height:13px;
  margin-left: 10px;
}

a.jp-play {
  background: url("../img/jplayer.midnight.black.png") 0 0 no-repeat;
}
a.jp-play:hover {
  background: url("../img/jplayer.midnight.black.png") 0px 0 no-repeat;
}
a.jp-pause {
  background: url("../img/jplayer.midnight.black.png") 0 -20px no-repeat;
  display: none;
}
a.jp-pause:hover {
  background: url("../img/jplayer.midnight.black.png") 0px -20px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
  width:13px;
  height:13px;
  margin-left: 10px;
}

a.jp-stop {
  background: url("../img/jplayer.midnight.black.png") 0 -40px no-repeat;
  margin-left:10px;
}

a.jp-stop:hover {
  background: url("../img/jplayer.midnight.black.png") 0px -40px no-repeat;
}

a.jp-previous {
  background: url("../img/jplayer.midnight.black.png") 0 -60px no-repeat;
}
a.jp-previous:hover {
  background: url("../img/jplayer.midnight.black.png") 0px -60px no-repeat;
}

a.jp-next {
  background: url("../img/jplayer.midnight.black.png") 0 -80px no-repeat;
}
a.jp-next:hover {
  background: url("../img/jplayer.midnight.black.png") 0px -80px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
  overflow:hidden;
  background: url("../img/jplayer.midnight.black.png") 0 -120px repeat-x;
  border-radius: 2px;
}
div.jp-audio div.jp-progress {
  position: absolute;
  top:20px;
  height:5px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left:200px;
  width:62%;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
  left:190px;
  width:65%;
}
div.jp-seek-bar {
  background: url("../img/jplayer.midnight.black.png") 0 -120px repeat-x;
  width:0px;
  height:100%;
  cursor: pointer;
  border-radius: 2px;
}
div.jp-play-bar {
  background: url("../img/jplayer.midnight.black.png") 0 -130px repeat-x ;
  width:0px;
  height:100%;
  border-radius: 2px;
}


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

/* @end */

/* @group volume controls */

div.jp-volume-controls {
  top: 16px;
  right: 108px;
  position: absolute;
}

div.jp-volume-controls a {
  display:block;
  overflow:hidden;
  text-indent:-9999px;

}

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
    position: absolute;
    width:13px;
    height:13px;
}

a.jp-unmute,
a.jp-volume-max {
  width: 16px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  /*margin-left: 210px;*/
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
}

div.jp-audio a.jp-volume-max {
  margin-left: 78px;
}

div.jp-audio div.jp-type-single a.jp-volume-max {
  margin-right: 78px !important;
}

div.jp-audio div.jp-type-single a.jp-mute {
  margin-right: 220px !important;
}

a.jp-mute {
    background: url("../img/jplayer.midnight.black.png") 0 -100px no-repeat;
}
a.jp-mute:hover {
  background: url("../img/jplayer.midnight.black.png") 0px -100px no-repeat;
}
a.jp-unmute {
  background: url("../img/jplayer.midnight.black.png") -40px -100px no-repeat;
  display: none;
}
a.jp-unmute:hover {
  background: url("../img/jplayer.midnight.black.png") -40px -100px no-repeat;
}

a.jp-volume-max {
  background: url("../img/jplayer.midnight.black.png") -20px -100px no-repeat;
}
a.jp-volume-max:hover {
  background: url("../img/jplayer.midnight.black.png") -20px -100px no-repeat;
}

div.jp-volume-bar {
  position: absolute;
  overflow:hidden;
  background: url("../img/jplayer.midnight.black.png") 0 -120px repeat-x;
  width:46px;
  height:5px;
  cursor: pointer;
  border-radius: 2px;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
  position: absolute;
  /*left: 337px !important;*/
  overflow:hidden;
  background: url("../img/jplayer.midnight.black.png") 0 -120px repeat-x;
  width:46px;
  height:5px;
  cursor: pointer;
  border-radius: 2px;
}
div.jp-audio div.jp-volume-bar {
  top:20px;
  right:40px;
}
div.jp-volume-bar-value {
  background: url("../img/jplayer.midnight.black.png") 0 -130px repeat-x;
  width:0px;
  height:5px;
  border-radius: 2px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
  color: #aaa;
  position:absolute;
  top:13px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  left:95px;
  width:85px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left:90px;
  width:80px;
}

div.jp-current-time,
div.jp-duration {
  color: #ffffff;
  width:30px;
  font-size:x-small;
}
div.jp-current-time {
  color: #fff;
  float: left;
  display:inline;
  text-align: left;
}
div.jp-duration {
  color: #aaa;
  display:inline-block;
  text-align: left;
}

/* @end */

/* @group playlist */

div.jp-title {
  font-weight:bold;
  text-align:center;
  color: #FFF;
  text-shadow: 0 1px 0px rgba(0,0,0,0.3);
}

div.jp-title,
div.jp-playlist {
  width:100%;
  /* background: url(../img/jplayer.midnight.black.playlist_bg.png); */
  background-color: #e2ded2;
  /* border-bottom: 1px solid #afaba0; */
  overflow: auto;
  text-align: left !important;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
  border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
  list-style-type:none !important;
  margin:0;
  overflow: hidden;
  /*padding: 5px 5px 0 5px;*/
  margin-left: 25px;
  font-size:.72em;
}

div.jp-title li {
  padding:5px 15px 5px 15px;
  font-weight:bold;
}
div.jp-playlist li {
  background: #d3cdbf url('../img/icon-music.png') no-repeat 8px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #afaba0;
  border-bottom-width: 0;
  padding:5px 10px 5px 30px;
  margin-right: 10px;
  min-height: 35px;
  float: left;
  text-shadow: 0 1px 0px rgba(182,172,165,0.3);
  width: 110px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

div.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 {
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  background-color: #f1eee7;
  border: 1px solid #afaba0;
  border-bottom-width: 0;
  list-style-type:none;
  list-style-position:inside;
  position: relative;
  text-shadow: 0 1px 0px rgba(182,172,165,0.3);
  top: 0px;
}
div.jp-type-playlist div.jp-playlist a {
  color: #6e685c;
  text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
  color:#000;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #4d4c48;
  font-weight: bold;
}

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:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float:right;
  display:inline;
  text-align:right;
  margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
  color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
  color:#0d88c1;
}
span.jp-artist {
  font-size:.8em;
  color:#666;
}

/* @end */


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

div.* {
  background-color: #be2f00;
}





/* @group TOGGLES */

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

ul.jp-toggles {
  width: 110px;
  display: block;
  list-style-type:none;
  padding:0;
  margin:0 auto;
  overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
  width:28px;
  margin-top: -4px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
  width:65px;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 22px;
}

ul.jp-toggles li {
  display:block;
  float:right;
}

ul.jp-toggles li a {
  display:block;
  width:28px;
  height:28px;
  text-indent:-9999px;
  line-height:100%; /* need this for IE6 */
}

a.jp-shuffle {
  background: url("../img/jplayer.midnight.black.png") 0 -262px no-repeat;
  margin-left: 5px;
}

a.jp-shuffle:hover {
  background: url("../img/jplayer.midnight.black.png") -30px -262px no-repeat;
}

a.jp-shuffle-off {
  background: url("../img/jplayer.midnight.black.png") -60px -262px no-repeat;
  margin-left: 5px;
}

a.jp-shuffle-off:hover {
  background: url("../img/jplayer.midnight.black.png") -90px -262px no-repeat;
}

a.jp-repeat {
  background: url("../img/jplayer.midnight.black.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
  background: url("../img/jplayer.midnight.black.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
  background: url("../img/jplayer.midnight.black.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
  background: url("../img/jplayer.midnight.black.png") -90px -290px no-repeat;
}

a.jp-full-screen {
  background: url("../img/jplayer.midnight.black.png") 0 -318px no-repeat;
  margin-left: 20px;
}

a.jp-full-screen:hover {
  background: url("../img/jplayer.midnight.black.png") -30px -318px no-repeat;
}

a.jp-restore-screen {
  background: url("../img/jplayer.midnight.black.png") -60px -318px no-repeat;
  margin-left: 20px;
}

a.jp-restore-screen:hover {
  background: url("../img/jplayer.midnight.black.png") -90px -318px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
  position:absolute;
  width:390px;
  margin-left:-202px;
  left:50%;
  top: 10px;
  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 */