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

#jquery_jplayer {
	width:0;
	height:0;
}

div.jp-single-player {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
/*
div.jp-interface {
	position: relative;
	background-color:#eee;
	width:170px;
	height:48px;
	border:1px solid #bbb;
}
*/
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:3px;
	width:49px;
	height:47px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:3px;
}
a.jp-play {
	background: url("play.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("play.png") 0 0 no-repeat;
}
a.jp-pause {
	background: url("pause.png") 0 0 no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("pause.png") 0 0 no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-load-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:0px;
	background: url("volumedown.png") 0 0 no-repeat;
	width:52px;
	height:54px;
}
div.jp-single-player a.jp-volume-min {
	left:66px;
	top:3px;
}
a.jp-volume-min:hover {
	background: url("volumedown.png") 0 0 no-repeat;
	width:52px;
	height:54px;
}
a.jp-volume-max {
	top:4px;
	background: url("volumeup.png") 0 0 no-repeat;
	width:50px;
	height:50px;
	left:270px;
}
/*div.jp-single-player a.jp-volume-max {
	left:146px;
}*/
a.jp-volume-max:hover {
	background: url("volumeup.png") 0 0 no-repeat;
	width:50px;
	height:50px;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:21px;
	background: url("volumebarempty.png") 0 0 repeat-x;
	width:100px;
	height:12px;
	cursor: pointer;
	left:141px;
	
}
/*div.jp-single-player div.jp-volume-bar {
	left:76px;
}*/
div.jp-volume-bar-value {
	background: url("volumebarfull.png") 0 0 repeat-x;
	width:100px;
	height:12px;
	
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
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 {
	width:418px;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
