/*
 * 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: 1.0
 * Date: 18th February 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:1.25em;
	padding-left:52px;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	width:410px;
	height:55px;
}
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 {
	overflow:hidden;
	text-indent:-9999px;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top:6px;
	width:42px;
	height:42px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:37px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:37px;
}
li.jp-play {
	background: url("../images/jplayer.blue.monday.png") 0 0 no-repeat;
}
li.jp-play:hover {
	background-position:-42px 0 !important;
}
li.jp-pause {
	background: url("../images/jplayer.blue.monday.png") 0 -42px no-repeat;
}
li.jp-pause:hover {
	background-position:-42px -42px !important;
}
li.jp-stop {
	position: absolute;
	top:9px;
	background: url("../images/jplayer.blue.monday.png") 0 -84px no-repeat;
	width:37px;
	height:37px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:129px;
}
div.jp-playlist-player li.jp-stop {
	left:129px;
}
li.jp-stop:hover {
	background-position:-37px -84px !important;
}
li.jp-previous {
	position: absolute;
	left:0px;
	top:9px;
	background: url("../images/jplayer.blue.monday.png") 0 -121px no-repeat;
	width:37px;
	height:37px;
	cursor: pointer;
}
li.jp-previous:hover {
	background-position:-37px -121px !important;
}
li.jp-next {
	position: absolute;
	left:79px;
	top:9px;
	background: url("../images/jplayer.blue.monday.png") 0 -158px no-repeat;
	width:37px;
	height:37px;
	cursor: pointer;
}
li.jp-next:hover {
	background-position:-37px -158px !important;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:24px;
	background: url("../images/progress.png");
	width:107px;
	height:8px;
	padding:0 2px;
}
div.jp-single-player div.jp-progress {
	left:182px;
}
div.jp-playlist-player div.jp-progress {
	left:182px;
}
div.jp-load-bar {
	background: url("../images/progress2.png") repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/progress1.png") repeat-x;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	top:22px;
	background: url("../images/jplayer.blue.monday.png") 0 -195px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:274px;
}
div.jp-playlist-player li.jp-volume-min {
	left:296px;
}
li.jp-volume-min:hover {
	background: url("../images/jplayer.blue.monday.png") -20px -195px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:22px;
	background: url("../images/jplayer.blue.monday.png") 0 -210px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:346px;
}
div.jp-playlist-player li.jp-volume-max {
	left:368px;
}
li.jp-volume-max:hover {
	background: url("../images/jplayer.blue.monday.png") -20px -210px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:25px;
	background: url("../images/jplayer.blue.monday.png") 0 -247px repeat-x;
	width:55px;
	height:9px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("../images/jplayer.blue.monday.png") 100% -256px no-repeat;
	width:0px;
	height:9px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:33px;
	width:109px;
	font-size:9px;
	color:#b5899e;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:182px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:182px;
}
div.jp-playlist {
	width:408px;
}
div.jp-playlist ul{
	padding:5px 0 5px 2px;width:373px; list-style-type:none;margin:0;
}
div.jp-single-player div.jp-playlist ul {
	padding:8px 0 5px 2px;width:373px; list-style-type:none;margin:10px 0;height:243px;overflow:auto;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:8px 0 5px 2px;width:373px; list-style-type:none;margin:10px 0;height:243px;overflow:auto;
}
div.jp-single-player div.jp-playlist li{
	font-family:arial, sans-serif;padding:0 0 0 34px;background:transparent url(../images/playlist.png) repeat-x;line-height:28px;padding-top:2px;color:white;font-size:12px;
}
div.jp-playlist-player div.jp-playlist li{
	font-family:arial, sans-serif;padding:0 0 0 34px;background:transparent url(../images/playlist.png) repeat-x;line-height:28px;padding-top:2px;color:white;font-size:12px;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:white;
	background:transparent url(../images/playlist1.png) repeat-x;
}
div.jp-playlist-player div.jp-playlist li:hover {
	text-decoration:underline;
}

