/*
 * 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:18px; /* No parent CSS that can effect the size in these demos */

	font-family:Georgia, serif;
	line-height:1.6;
	color: #777755;
}
div.jp-interface {
	background-color: #fff;
	position: relative;
	top:5px;
	width:350px;
	height:80px;
}
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:15px;
	width:67px;
	height:67px;
}

div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:145px;
}
a.jp-play {
	background: url("player.gif") -51px 0px no-repeat;
}
a.jp-play:hover {
	background: url("player.gif") -51px -67px no-repeat;
}
a.jp-pause {
	background: url("player.gif") -51px -67px no-repeat;}
	
a.jp-pause:hover {
	background: url("player.gif") -51px -67px 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;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}

a.jp-previous {
	left:87px;
	top:36px;
	background: url("player.gif") 0px -21px no-repeat;
	width:34px;
	height:27px;
}
a.jp-previous:hover {
	background: url("player.gif") 0px -88px no-repeat;
}
a.jp-next {
	left:235px;
	top:36px;
	background: url("player.gif") -135px -21px no-repeat;
	width:34px;
	height:27px;
}
a.jp-next:hover {
	background: url("player.gif") -135px -88px no-repeat;
}
div.jp-progress {
	display:none;
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #000000;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	display:none !important;
	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:32px;
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("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;
}
a.jp-volume-max:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("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;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:0px;
	font-style:oblique;
	display:none;
}
div.jp-total-time {
	text-align: right;
	display:none;
}
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;
}
div.jp-playlist {
	width:350px;
}
div.jp-playlist ul{
	list-style:none;
	padding:0 4px;
	border-top:none;
	width:378px;
	font-size:14px;
	text-align:left;
}
div.jp-single-player div.jp-playlist li {
	padding:0px 0 5px 4px;
	color:#000;
	background-color: #ffffff;
}
div.jp-playlist-player div.jp-playlist li {
	display:block;
	padding:5px 0 4px 4px;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 4px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-position:inside;
	padding-left:0px;
	list-style:none;
}
div.jp-playlist-player div.jp-playlist a {
	color: #777755;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#777755;
	background-color: #eee;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#777755;
	background-color: #eee;
	margin-left: 4px;
	padding-right: 3px;
}
div.jp-playlist-player div.jp-playlist a:hover.jplayer_playlist_current {
	color:#777755;
	background-color: #eee;
	margin-left: 4px;
	padding-right: 3px;
}
