/*
 * 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:1em; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	position:relative;
}
div.jp-interface {
	position: relative;
	width:317px;
	height:54px;
}
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:20px;
	width:30px;
	height:30px;
}
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:48px;
}
a.jp-play {
	background: url("/img/audioplayer/2.jpg") no-repeat left top;
}
a.jp-pause {
	background: url("/img/audioplayer/3.jpg") no-repeat left top;
	display: none;
}

a.jp-previous {
	left:16px;
	top:24px;
	background: url("/img/audioplayer/1.jpg") no-repeat left top;
	width:22px;
	height:22px;
}

a.jp-next {
	left:72px;
	top:24px;
	background: url("/img/audioplayer/4.jpg") no-repeat left top;
	width:22px;
	height:22px;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:40px;
	left:111px;
	background:url("/img/audioplayer/slider_back.jpg") repeat-x left top;
	width:190px;
	height:9px;
}

#whatsOn{
	position:absolute;
	color:#264e57;
	top:20px;
	width:250px;
	left:111px;
	font-size:0.7em;
	text-shadow:#FFF 1px 1px 2px;
}

div.jp-play-bar {
	background:#8c867d;
	width:0px;
	height:9px;
}

div.jp-playlist {
	top:55px;
	left:16px;
	position:absolute;
	width:286px;
	background:#e7ddc9 url("/img/audioplayer/playlist.jpg") left top;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	border-top:none;
	width:286px;
	font-size:.72em;
	height:75px;
	overflow:auto;
}
.jp-playlist li {
	padding:0 0 0 6px;
	border-bottom:1px solid #cac5b6;
	height:19px;
	line-height:19px;
}
.jp-playlist li a{
	display:block;
	color:#264e57;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

.jp-playlist li a.on{
	font-weight:bold;
}

.jp-playlist li.jplayer_playlist_item_last {
	border-bottom:none;
}
