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

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:'Roboto', Arial, Helvetica, sans-serif;
	line-height:1;
	color: #757575;
	border:0px solid #bababa;
	background-color:transparent;
}
div.jp-audio {
	width:255px;
	margin-left:-15px;
	margin-top:-15px;
}
div.jp-interface {
	position: relative;
	background-color: transparent;
	width:100%;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:100px;
}



/* @group CONTROLS */

div.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 */
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}
div.jp-audio ul.jp-controls {
	width: 270px;
	padding:10px 10px 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:60px;height:60px;}

a.jp-play {background: url("Play.png") 0 0 no-repeat;margin-left:30px;}
a.jp-play:hover {background: url("PlayOver.png") 0 0 no-repeat;margin-left:30px;}
a.jp-pause {background: url("Pause.png") 0 0 no-repeat;display: none;margin-left:30px;}
a.jp-pause:hover {background: url("PauseOver.png") 0 0 no-repeat;margin-left:30px;}

a.jp-stop, a.jp-previous, a.jp-next {width:28px;height:28px;margin-top:17px;}

a.jp-stop {background: url("Stop.png") 0 0 no-repeat;margin-left:5px;}
a.jp-stop:hover {background: url("StopOver.png") 0 0 no-repeat;}
a.jp-previous {background: url("Previous.png") 0 0 no-repeat;margin-right:5px;}
a.jp-previous:hover {background: url("PreviousOver.png") 0 0 no-repeat;}
a.jp-next {background: url("Next.png") 0 0 no-repeat;margin-left:5px;}
a.jp-next:hover {background: url("NextOver.png") 0 0 no-repeat;}

/* @end */



/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ada3db;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:87px;
	height:10px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:10px;
	width:250px;
}
div.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("PlayBar.jpg") 0 0 repeat-x ;
	width:0px;
	height:100%;
}

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

/* @end */



/* @group volume controls */

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:23px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 10px;
}
div.jp-audio a.jp-volume-max {
	margin-left: 46px;	
}

a.jp-mute {background: url("SpeakerOff.png") 0 0 no-repeat;}
a.jp-mute:hover {background: url("SpeakerOffOver.png") 0 0 no-repeat;}
a.jp-unmute {background: url("Mute.png") 0 0 no-repeat;display: none;}
a.jp-unmute:hover {background: url("MuteOver.png") 0 0 no-repeat;}
a.jp-volume-max {background: url("SpeakerMax.png") 0 0 no-repeat;}
a.jp-volume-max:hover {background: url("SpeakerMaxOver.png") 0 0 no-repeat;}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background-color: #ada3db;
	width:33px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:38px;
	left:165px;
}
div.jp-volume-bar-value {
	background: url("PlayBar.jpg") 0 0 repeat-x;
	width:0px;
	height:5px;
}

/* @end */



/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:75px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:10px;
	width:250px;
}
div.jp-current-time,
div.jp-duration {
	width:50px;
	font-size:10px;
	letter-spacing:1px;
	font-style:italic;
	color:#2f3e6d;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

/* @end */



/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}
div.jp-title,
div.jp-playlist {
	width:100%;
	background-color: transparent;
	border-top:0px solid #757575;
}
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 {
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0px 10px 0px 17px;
	font-size:18px;
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
}
div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0px 5px 17px;
	border-bottom:1px solid #bababa;
}
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 {
	padding:5px 0 5px 17px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	/*list-style-image:url(Puce.png);*/
	list-style-position:inside;
	padding-left:3px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #2f3e6d;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#2f3e6d;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#2f3e6d;
}
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;
}
div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
	background-color: #000000;
}

/* @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 */


