/*
 * 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: 11px;
	line-height: 13px;
	border: solid #1e3c47 1px;
	position: relative;
	z-index: 200;
}
div.jp-interface {
	position: relative;
	background-color:#273a41;
	width:304px;
	height:41px;
}
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, div.jp-interface ul.jp-controls span {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
span.jp-mp3s
{
	top:10px;
	left: 6px;
	width:55px;
	height:21px;
	background: url("images/mp3s.png") no-repeat;
}
a.jp-play,
a.jp-pause {
	top:3px;
	width:37px;
	height:36px;
}
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:105px;
}
a.jp-play {
	background: url("images/jp_play.jpg") no-repeat;
}
a.jp-play:hover {
	background: url("images/jp_play_over.jpg") no-repeat;
}
a.jp-pause {
	background: url("images/jp_pause.jpg") no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("images/jp_pause_over.jpg") no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("images/jplayer/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("images/jplayer/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:70px;
	top:7px;
	background: url("images/jp_prev.jpg") no-repeat;
	width:29px;
	height:27px;
}
a.jp-previous:hover {
	background: url("images/jp_prev_over.jpg") no-repeat;
}
a.jp-next {
	left:148px;
	top:7px;
	background: url("images/jp_next.jpg") no-repeat;
	width:29px;
	height:27px;
}
a.jp-next:hover {
	background: url("images/jp_next_over.jpg") no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top: 14px;
	background-color: #ddd;
	width:110px;
	height:13px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:183px;
}
div.jp-load-bar {
	background-color: #38a2ca;
	width:0px;
	height:13px;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: #9fd9ed;
	width:0px;
	height:13px;
}
a.jp-volume-min {
	top:32px;
	background: url("images/jplayer/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("images/jplayer/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("images/jplayer/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("images/jplayer/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("images/jplayer/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("images/jplayer/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:27px;
	width:110px;
	font-size: 10px;
}
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:183px;
}
div.jp-playlist {
	width: 304px;
	height: 175px;
	overflow-y: scroll;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0px 12px;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	font-weight:bold;
	border-bottom:1px solid #1e3c47;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	text-decoration: none;
	color: #8eb2be;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#b1d3df;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#b1d3df;
}


