/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2011 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: 4.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	background: #fff;
	height: 29px;
	display: block;
	font-size: 12px;
	padding: 3px 7px;
	position: absolute; 
	top: 0px;
	line-height: 1.4em;
	left: 0;
	width: 590px;
	z-index: 1;
}

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

/* @end */
.jp-audio {
	width:420px;
	background: #fff;
  height: 35px;
  display: none;
	position: absolute;
	top: 0;
	line-height: 2.6em;
	left: 238px;
	width: 600px;
}


/* @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-audio ul.jp-controls {
	margin: 0;
	list-style-type:none;
  padding: 5px 5px 5px 50px;
  	overflow:hidden;
}
ul.jp-controls li {
	float: left;
	list-style: none;
	line-height: 1em;
	margin: 0 0 0 1px;
}

ul.jp-controls a {
	background: transparent url(../images/player-ctrls.png) no-repeat 0 0;
  display: block;
	text-indent: -9999px;
}
ul.jp-controls a.jp-play,
ul.jp-controls a.jp-pause {
	width:25px;
	height:25px;
}

.jp-loading {
	background: #fff url('../images/loading.gif') no-repeat 50% 50%;
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}

div.jp-standalone-control .jp-loading {
	background: transparent url('../images/ajax-loader.gif') no-repeat 50% 50%;
	width: 23px;
	height: 23px;
	display: block;
	text-indent: -9999px;
}
.jp-thumb {
  position: absolute;
  left: 10px;
  top: 5px;
}

.jp-playlist {
	position: absolute;
	right: 5px;
	top: 0px;
}

.jp-playlist a {
	color: #999;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.jp-controls a.jp-play {
  background-position: 0 -37px;
}

ul.jp-controls a.jp-play:hover {
	background-position: -24px -37px;
}
ul.jp-controls a.jp-pause {
  background-position: 0 -62px;
  
  width:25px;
  height:25px;
  text-indent: -9999px;
}
ul.jp-controls a.jp-pause:hover {
  background-position: -24px -62px;
}

/*a.jp-stop,*/ 
ul.jp-controls a.jp-previous,
ul.jp-controls a.jp-next {
	height: 18px;
	margin-top: 4px;
	width: 18px;
}

ul.jp-controls a.jp-previous {
	background-position: 0 0;
}
ul.jp-controls a.jp-previous:hover {
	  background-position: -18px 0;
}

ul.jp-controls a.jp-next {
 background-position: 0 -19px;
}
ul.jp-controls a.jp-next:hover {
	  background-position: -18px -19px;
}

/* @end */

/* @group progress bar */

.jp-progress {
	overflow:hidden;
	border: 1px solid #999;
  position: absolute;
	bottom: 5px;
	left: 120px;
	height: 4px;
	width: 62%;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	margin: 1px;
  height: 2px;
  background: #666;
  width:0px;
}


/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  background: transparent url(../images/player-ctrls.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	height: 16px;
  width: 16px;
  position: absolute;
  top: 6px;
  right: 108px;
}

ul.jp-controls a.jp-mute {
	background-position: 0 -89px;
}
ul.jp-controls a.jp-mute:hover {
	background-position: -17px -89px;
}
ul.jp-controls a.jp-unmute {
	background-position: 0 -105px;
	display: none;
}
ul.jp-controls a.jp-unmute:hover {
	background-position: -17px -105px;
}

/* @end */

/* @group playlist */
.jp-audio .jp-now-playing {
	position: absolute;
	top: 3px;
	left: 120px;
	line-height: 2em;
	font-size: 10px;
}

.jp-title {
	position: absolute;
		top: 3px;
		left: 202px;
		font-size: 10px;
		font-weight: bold;
		color: #333;
		line-height: 2em;
	}
}


