/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http: //www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http: //www.opensource.org/licenses/mit-license.php
 *  - http: //www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.0
 * Date: 29th April 2010
 */

/*
div.jp-single-player,
div.jp-playlist-player {

}
div.jp-interface {
  background-color: #eee;
  width: 300px;
}

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

div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
  top: 20px;
  width: 40px;
  height: 40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
  left: 40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
  left: 48px;
}
a.jp-play {
  background: url(jplayer.jpg) 0 0 no-repeat;
}
a.jp-play:hover {
  background: url(jplayer.jpg) -41px 0 no-repeat;
}
a.jp-pause {
  background: url(jplayer.jpg) 0 -42px no-repeat;
}
a.jp-pause:hover {
  background: url(jplayer.jpg) -41px -42px no-repeat;
}
a.jp-stop {
display: none;
}

a.jp-previous {
  left: 20px;
  top: 26px;
  background: url(jplayer.jpg) 0 -112px no-repeat;
  width: 28px;
  height: 28px;
}
a.jp-previous:hover {
  background: url(jplayer.jpg) -29px -112px no-repeat;
}
a.jp-next {
  left: 88px;
  top: 26px;
  background: url(jplayer.jpg) 0 -141px no-repeat;
  width: 28px;
  height: 28px;
}
a.jp-next:hover {
  background: url(jplayer.jpg) -29px -141px no-repeat;
}
div.jp-progress {
  overflow: hidden;
  background-color: #ddd;
  width: 122px;
  height: 15px;
}

div.jp-load-bar {
  background: url(jplayer.jpg) 0 -202px repeat-x;
  width: 0px;
  height: 15px;
  cursor: pointer;
}
div.jp-play-bar {
  background: url(jplayer.jpg) 0 -218px repeat-x ;
  width: 0px;
  height: 15px;
}
a.jp-volume-min {
display: none;
}

a.jp-volume-max {
display: none;
}

div.jp-volume-bar {
display: none;
}


div.jp-play-time,
div.jp-total-time {
  width: 122px;
  font-size: .64em;
  font-style: oblique;
}
div.jp-total-time {
  text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
}

div.jp-playlist ul{
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  background-color: #ccc;
  font-size: .72em;
  width:260px;
}
div.jp-single-player div.jp-playlist li {
  padding: 5px 0 5px 20px;
  margin: 0;
  font-weight: bold;
  background: none;
}
div.jp-playlist-player div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
  margin: 0;
  background: none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
  padding: 5px 0 5px 20px;
  border-bottom: none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 8px;
}
div.jp-playlist-player div.jp-playlist a {
  color: #666;
  text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
  color: #0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
  color: #0d88c1;
}
*/

.jp-interface {display:block; width:240px; position: relative; background:#dcdbd9;}
.jp-controls-container {height:88px;}
.block ul.jp-controls {margin:0;}
.jp-controls li {list-style:none; list-style-type:none;}
.jp-controls li a {color:#817d79; position:absolute;}
.jp-previous { background:url(player-controls.gif) 0 0 no-repeat; width:30px; height:30px; overflow:hidden;  top:21px; left:80px; text-indent:-9999px;}
.jp-next { background:url(player-controls.gif) -62px 0 no-repeat; width:30px; height:30px; overflow:hidden;  top:21px; left:140px; text-indent:-9999px;}
.jp-play { background:url(player-controls.gif) -30px 0 no-repeat; width:30px; height:30px; overflow:hidden;  top:21px; left:110px; text-indent:-9999px;}
.jp-pause { background:url(player-controls.gif) -95px 0 no-repeat; width:30px; height:30px; overflow:hidden; top: 21px; left:110px; text-indent:-9999px;}

div.jp-progress {
  overflow: hidden;
  background-color: #aaa;
  width: 200px;
  height: 3px;
  position: absolute;
  top: 65px;
  left:20px;
}

div.jp-load-bar {
  background: #ccc;
  width: 0px;
  height: 3px;
  cursor: pointer;
}
div.jp-play-bar {
  background: #FF403F;
  width: 0px;
  height: 3px;
}

.jp-play-time, .jp-total-time {position:absolute;  top:67px; height:10px; font-size:9px; color: #999999;}
.jp-play-time {left:20px; }
.jp-total-time {left:188px; }



.jp-track-title {font-weight:bold; padding: 10px 20px 0 20px; margin:0; font-size:.9em; overflow:hidden;}
.jp-track-desc {font-weight:normal; font-style:italic; padding:0 20px 20px 20px; margin:0; font-size:.8em; line-height:1.2em; overflow:hidden;}
.jp-track-desc p {margin:0;}

.jp-playlist {font-size:.9em; line-height:1.2em; background:#f0efed; border-bottom: 20px solid #dcdbd9; margin:0; padding:0; width:240px;}
.block .jp-playlist ul {list-style:none; list-style-image:none; list-style-type:none; margin:0; padding:10px 20px;}
.jp-playlist ul li {list-style:none; list-style-image:none; list-style-type:none; padding:3px 0 3px 15px; text-indent:-15px; }
.jp-playlist a,
.jp-playlist a:link,
.jp-playlist a:visited {color: #666666; text-decoration:none;}
.jp-playlist .jplayer_playlist_current a,
.jp-playlist .jplayer_playlist_current a:link,
.jp-playlist .jplayer_playlist_current a:visited,
.jp-playlist a:hover,
.jp-playlist a:active {color:#222222;}

.trackdesc {display:none;}

.buylink {font-size:.8em; color: #666666;}