/* martin niggemann, www.weltrettung.org, 10-11-30, based on:
 *
 * 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
 */

div.jp-single-player,
div.jp-playlist-player {
	font-size:1em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	width:300px;
	height:40px;
}
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:0px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:18px;
}
a.jp-play {
	background: url("jplayer-2.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer-2.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer-2.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer-2.png") -41px -42px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:11px;
	background-color: white;
	width:307px;
	height:15px;
	border: 1px solid #F4AA00;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
}
div.jp-single-player div.jp-progress {
	left:61px;
}
div.jp-load-bar {
	background: url("jplayer-2.png") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer-2.png") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
