/*
 * 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.1
 * Date: 13th May 2010
 */

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

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	/*color: #666;*/
		/*navy blue */
	color: #094fa3;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	/*width:418px;*/
	width:175px;
	height:125px;
	/*blue border*/
	/*border:1px solid #009be3; */
	/*navy blue border*/
	/*border:1px solid #094fa3;*/
	border:1px solid #adadad;
	border-top:none;
	border-bottom:none;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:10px;
	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("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
a.jp-stop {
	top:16px;
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:16px;
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:16px;
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	/*top:32px;*/
	top:65px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	/*left:164px;*/
	/*rafael added*/
	left:20px
}
div.jp-load-bar {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}

/*volume control start*/
a.jp-volume-min {
	/*top:32px;*/
	top:90px;
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	/*rafael added*/
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	/*left:296px;*/
	/*rafael added*/
	left:20px;
}
a.jp-volume-min:hover {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	/*top:32px;*/
	top:90px;
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	/*left:368px;*/
	/*rafael added*/
	left:92px
}
a.jp-volume-max:hover {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	/*top:37px;*/
	top:100px;
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	/*left:314px;*/
	/*rafael added*/
	left:38px;
}
div.jp-volume-bar-value {
	background: url("../../../../audio/player-test/skin/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/*volume control end*/


div.jp-play-time,
div.jp-total-time {
	position: absolute;
	/*top:49px;*/
	top:80px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
	/*rafael added*/
	
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	/*left:164px;*/
		/*rafael added*/
		left:20px;

}


div.jp-playlist {
	width:175px;
	margin:0px;
	padding:0px;
	/*border:1px solid #094fa3;*/
	border:1px solid #adadad;
	background-color:#e9e9e9;
	border-bottom:none;
	line-height:11px;
	
}
div.jp-playlist ul{
	
margin: 0px 0px 0px 20px;
	padding:0px;
/*font-size:.52em;*/




	


}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 10px;
	/*font-weight:bold;*/

}

/*playlist li start*/

div.jp-playlist-player div.jp-playlist li {
padding:5px 0 4px 10px;
	border-bottom:1px solid #d1d1d1;
	/*rafael added*/
list-style-type:none;
padding-left:0px;
	
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
padding:5px 0 4px 10px;
	border-bottom:none;
	/*rafael added*/
list-style-type:none;
padding-left:0px;

}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
padding:5px 0px 4px 20px;
/*color:red;*/
padding-left:0px;
list-style-image:url("../../../../audio/player-test/skin/arrow_player.gif");
list-style-type:square;
list-style-position:inherit;
	
}
/*playlist li end*/

div.jp-playlist-player div.jp-playlist a {
	/*color: #666;*/
		/*navy blue */
	color: #828282;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;

	font-family:Arial, Helvetica, sans-serif;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#4e4e4e;
	font-size:11px;
	font-weight:bold;
	
	font-family:Arial, Helvetica, sans-serif;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	/*color:#0d88c1;*/
	color:#4e4e4e;
	font-size:11px;
	font-weight:bold;
	
	font-family:Arial, Helvetica, sans-serif;
}

/*below is for embed show/hide style*/


span.embedder a{
font-size:10px;
width:10px;
}
div.embedder a{
font-size:10px;
width:175px;
}

.clasp {
text-align:right;
}
.lunchbox {
display:none;
} 


textarea.styled {
	width: 125px;
	height: 125px;
	border: 1px solid #cccccc;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;


}