/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * 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.2 (jPlayer 2.2.0)
 * Date: 22nd October 2012
 */



div.jp-audio{
	position:relative;
	font-size:1.25em; /* 1.25em for testing in site pages */ 
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	background:url(bg.png);
	background-repeat:repeat-x;
	
	
	height:25px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	
}
div.jp-audio {
	width:308px;
}



div.jp-interface {
	position: relative;
	width:100%;
	height:25px;

}

div.jp-audio div.jp-type-single{
	height:80px;
	height:25px;
}





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

div.jp-audio ul.jp-controls {
	width: 303px;
	padding:3px 3px 0 5px;
}
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:19px;
	height:19px;
	background-color:#333;
	
}

a.jp-play {
	background:url(play.png);
	background-repeat:no-repeat;

}
a.jp-play:hover {
	background:url(play_h.png);
	background-repeat:no-repeat;
}
a.jp-pause {
background:url(pause_h.png);
	background-repeat:no-repeat;
}
a.jp-pause:hover {
background:url(pause_h.png);
	background-repeat:no-repeat;
}



/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:5px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:34px;
	width:80px;
}
div.jp-seek-bar {
	background:url(proces_f.png);
	background-repeat:repeat-x;
	
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	

	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background:url(proces.png);
	background-repeat:repeat-x;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	width:0px;
	height:100%;
}


/* @end */

/* @group volume controls */


a.jp-mute{
	width:19px;
	height:19px;
}

div.jp-audio div.jp-type-single a.jp-mute
{
	margin-left: 209px;	
}

a.jp-mute {
	background:url(mute.png);
	background-repeat:no-repeat;
}
a.jp-mute:hover {
background:url(mute_h.png);
	background-repeat:no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	
	background:url(volum_f.png);
	background-repeat:repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	width:40px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:10px;
	left:263px;
}

div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	
	background:url(volum.png);
	background-repeat:repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:0;

}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:124px;
	width:80px;
	padding-left:10px;
	padding-right:10px;
	background-color:#c8c8c8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:5px;
}


div.jp-current-time,
div.jp-duration {

	width:40px;

	font-size:11px;
	font-style:oblique;
	height:15px;

	line-height:15px;
	
	
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: left;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */





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