/*
 * 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.0
 * Date: 29th April 2010
 */

div.jp-single-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:1em;
	color: #666;
	Xposition:absolute; top:290px; left:320px;
}
div.jp-interface {
	background: url("js/player_background_spk90.png") 0 0 #fff no-repeat;
	width:290px;
	height:80px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}

div.jp-interface #nowPlayingshow {
	position: relative;
	left: 32px; top: 6px;
	width: 220px; height:20px;
	color:#66AABB;
	font-size:15px;
	font-family:helvetica,arial,sans-serif;
	font-weight:bold;
	text-align:center;
	/*border:1px solid #476;*/
}

div.jp-interface #nowPlaying {
	position: relative;
	left: 42px; top: 17px;
	width: 190px; height:28pX;
	color:#222222;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
	/*border:1px solid #476;*/
}
div.jp-interface #history {
	position: relative;
	left: 0; top:11px;
	padding:8px 10px;
	width: 270px;
	color:#555;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	background: #fff;
	display:none;
	text-align:left;
	z-order:99;
}

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 {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:39px; left:10px;
	width:25px;
	height:25px;
}
a.jp-play {
	background: url("js/play.png");
}
a.jp-pause {
	background: url("js/pause.png");
}
div.jp-single-player a.jp-stop {
	left:90px;
}
a.jp-volume-min {
	top:56px; left:245px;
	background: url("js/jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
a.jp-volume-min:hover {
	background: url("js/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:56px; left:271px;
	background: url("js/jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
a.jp-volume-max:hover {
	background: url("js/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}
a.jp-showhist {
	top:71px; left:145px;
	background: url("js/showhist.png") 0 0 no-repeat;
	width:12px;
	height:7px;
}

div.jp-volume-bar {
	position: relative;
	top:-5px; left:245px;
	width:36px; height:5px;
	background: url("js/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	overflow:hidden;
	cursor: pointer;
}
div.jp-volume-bar-value {
	background: url("js/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px; height:5px;
}
div.jp-play-time {
	position: relative;
	top:-24px; left:246px;
	font-size:0.64em;
	font-style:oblique;
	color:#777;
}

