/*
 * 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: 13px/20px 'BergamoStdRegular', Georgia, Times New Roman, Times, serif;
	
	/*font-size:1.25em;
	font-family:Georgia, Times New Roman, Times, serif;
	line-height:1.6;*/
	color: #262520;
	margin:0;
	padding:0;
	/*background-color:#999999;*/

}
div.jp-interface {
	position: relative;
	background-color:#888470;
	width:320px;
	height:80px;
	border:1px solid #888470;
}
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:10px;
	width:36px;
	height:36px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:48px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("../images/jplayer.amalinen.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/jplayer.amalinen.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../images/jplayer.amalinen.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../images/jplayer.amalinen.png") -41px -42px no-repeat;
}
a.jp-stop {
	top:10px;
	background: url("../images/jplayer.amalinen.png") 0 -83px no-repeat;
	width:36px;
	height:36px;
}
div.jp-single-player a.jp-stop {
	left:124px;
}
div.jp-playlist-player a.jp-stop {
	left:124px;
}
a.jp-stop:hover {
	background: url("../images/jplayer.amalinen.png") -41px -83px no-repeat;
}
a.jp-previous {
	left:10px;
	top:10px;
	background: url("../images/jplayer.amalinen.png") 0 -124px no-repeat;
	width:36px;
	height:36px;
}
a.jp-previous:hover {
	background: url("../images/jplayer.amalinen.png") -41px -124px no-repeat;
}
a.jp-next {
	left:86px;
	top:10px;
	background: url("../images/jplayer.amalinen.png") 0 -165px no-repeat;
	width:36px;
	height:36px;
}
a.jp-next:hover {
	background: url("../images/jplayer.amalinen.png") -41px -165px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:50px;
	background-color: #625845;
	width:300px;
	height:10px;
	
}
div.jp-single-player div.jp-progress {
	left:10px;
}
div.jp-playlist-player div.jp-progress {
	left:10px;
}
div.jp-load-bar {
	background: url("../images/jplayer.amalinen.png") 0 -302px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
	
}
div.jp-play-bar {
	background: url("../images/jplayer.amalinen.png") 0 -318px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:24px;
	background: url("../images/jplayer.amalinen.png") 0 -206px no-repeat;
	width:19px;
	height:19px;
}
div.jp-single-player a.jp-volume-min {
	left:170px;
}
div.jp-playlist-player a.jp-volume-min {
	left:170px;
}
a.jp-volume-min:hover {
	background: url("../images/jplayer.amalinen.png") -23px -206px no-repeat;
}
a.jp-volume-max {
	top:24px;
	background: url("../images/jplayer.amalinen.png") 0 -229px no-repeat;
	width:19px;
	height:19px;
}
div.jp-single-player a.jp-volume-max {
	left:290px;
}
div.jp-playlist-player a.jp-volume-max {
	left:290px;
}
a.jp-volume-max:hover {
	background: url("../images/jplayer.amalinen.png") -23px -229px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:15px;
	background: url("../images/jplayer.amalinen.png") 0 -350px repeat-x;
	width:139px;
	height:5px;
	cursor: pointer;
	
}
div.jp-single-player div.jp-volume-bar {
	left:170px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:170px;
}
div.jp-volume-bar-value {
	background: url("../images/jplayer.amalinen.png") 0 -356px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:60px;
	width:300px;
	font-size:11px;
	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:10px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:10px;
	
}
div.jp-playlist {
	width:320px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#262520;
	border:1px solid #726f5f;
	border-top:none;
	width:280px;
	font-size:12px;
	
}
div.jp-single-player div.jp-playlist li {
	padding:3px 0 3px 10px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 3px 10px;
	border-bottom:1px solid #726f5f;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:3px 0 5px 10px;
	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 {
	color: #a49979;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#ffffff;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#ffffff;
}