/*
 * 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 */
	line-height:1.6;
	color: #666;
	position:relative;
}
div.jp-interface {
	position: relative;
	width:600px;
	height:74px;
	background: #222;
	border:1px solid #111;
	border-radius:10px;
	
}
	div.jp-interface .indent {
		padding:0;
	}
	div.jp-interface h3 {
		font-size:14px;
		line-height:1.2em;
		color:#f0ff00;
		border-bottom:none;
		text-transform:uppercase;
		text-indent:6px;
	}
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 {
	left:29px !important;
	top:18px;
	width:37px;
	height:38px;
}
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:17px;
}
a.jp-play {
	background: url(../images/jplayer-play-stop.png) no-repeat 0 0;
}
a.jp-pause {
	background: url(../images/jplayer-play-stop.png) no-repeat -38px 0;
	display: none;
}
a.jp-pause:hover {
	background-position:-38px 0;
}
a.jp-stop {
	top:26px;
	background: url(../images/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.blue.monday.jpg) -29px -83px no-repeat;
}
a.jp-previous {
	width:74px;
	left:80px;
	top:47px;
	background: url(../images/jplayer-prev.png) no-repeat 0 6px;
	padding:0 0 0 18px;
	text-indent:0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d5d5d5;
	text-decoration:none;
	white-space:nowrap;
	
}
a.jp-previous:hover {
	color:#f85812;
}
a.jp-next {
	width:58px;
	left:482px;
	top:47px;
	background: url(../images/jplayer-next.png) no-repeat right 6px;
	padding-right:11px;
	text-indent:0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d5d5d5;
	text-decoration:none;
	white-space:nowrap;
}
a.jp-next:hover {
	color:#f85812;
}

a.jplayer_more {
	width:83px;
	left:282px;
	top:47px;
	padding-right:19px;
	text-indent:0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d5d5d5;
	text-decoration:none;
	white-space:nowrap;
}
a.jplayer_more:hover {
	color:#f85812;
}


div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:34px !important;
	left:80px !important;
	background-color: #fff;
	width:472px;
	height:5px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:95px;
	top:100px;
}
div.jp-load-bar {
	background:#fff;
	width:0px;
	height:5px;
	cursor: pointer;
	overflow:hidden;
	}
div.jp-play-bar {
	background:#f85812;
	width:0px;
	height:5px;
	overflow:hidden;
}
a.jp-volume-min {
	top:32px;
	background: url(../images/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.blue.monday.jpg) -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url(../images/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.blue.monday.jpg) -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url(../images/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.blue.monday.jpg) 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:339px;
	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-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:418px;
	position:absolute;
	top:4px;
	left:83px;
	font-size:24px;
	line-height:1.2em;
	color:#fff;
}
div.jp-playlist ul{
	
}
div.jp-single-player div.jp-playlist li {
	
}
div.jp-playlist-player div.jp-playlist li {
	position:absolute;
	left:0;
	top:0;
	display:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	display:block;
}
div.jp-playlist-player div.jp-playlist a {
	color: #fff;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
font-size:14px;	 font-family: Georgia, "Times New Roman", Times, serif;color:#f8510f;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current span{color:#f8510f;
}

a.external-link {
	display:block;
	position:absolute;
	right:27px;
	top:150px;
	font-size:13px;
	line-height:18px;
}
