/*
 * 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: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */
 
 body{
 	margin: 0;
 	padding: 0;
 	background: transparent;
 }

div.jp-audio{

	/* 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;
	height: 40px;
	overflow: hidden;
	background-color: #333;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div.jp-audio {
	width:315px;
	height: 40px;
	overflow: hidden;
}
div.jp-interface {
	position: relative;
	/* width:418px; */
	width:100%;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
	height:40px;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:25px;
	height:40px;
	z-index:1;
}

div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:2px;
	left:38px;
}

a, a:hover, a:active{
	border: none;
	outline: none;
}

a.jp-play {
	background: url("../images/jplayer.gif") -9px 0 no-repeat;
	outline: none;
}
a.jp-play:hover {
	background: url("../images/jplayer.gif") -50px 0px no-repeat;
	outline: none;
}
a.jp-pause {
	background: url("../images/jplayer.gif") -8px -41px no-repeat;
	display: none;
	outline: none;
}
a.jp-pause:hover {
	background: url("../images/jplayer.gif") -49px -41px no-repeat;
	outline: none;
}

div.jp-audio div.jp-type-playlist a.jp-stop {
	top:0px;
	left:126px;
}

a.jp-stop {
	background: url("../images/jplayer.gif") 0 -83px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("../images/jplayer.gif") -29px -83px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:10px;
	top:7px;
}

a.jp-previous {
	background: url("../images/jplayer.gif") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("../images/jplayer.gif") -29px -112px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
	left:64px;
	top:7px;
}

a.jp-next {
	background: url("../images/jplayer.gif") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("../images/jplayer.gif") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #ddd;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
	top:10px;
	left:105px;
	width:125px;
	height:10px;
}

div.jp-seek-bar {
	background: url("../images/jplayer.gif") 0 -202px repeat-x;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/jplayer.gif") 0 -218px repeat-x ;
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("../images/pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
	width:18px;
	height:15px;
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:13px;
	left:240px;
}

a.jp-mute {
	background: url("../images/jplayer.gif") 0 -186px no-repeat;
}
a.jp-mute:hover {
	background: url("../images/jplayer.gif") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("../images/jplayer.gif") 0 -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("../images/jplayer.gif") -19px -186px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("../images/jplayer.gif") 0 -250px repeat-x;
	width:40px;
	height:5px;
	cursor: pointer;
}

div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:17px;
	left:260px;
}
div.jp-volume-bar-value {
	background: url("../images/jplayer.gif") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:.64em;
	font-style:oblique;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:0px;
	left:105px;
	width:125px;
	font-size: 7px;
}
div.jp-playlist {
	position: absolute;
	top: 19px;
	left: 105px;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
}

div.jp-type-playlist div.jp-playlist li {
	display: none;
	padding:5px 0 4px 20px;
	font-size: 9px;
	list-style-type: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:5px 0 4px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	display: inline;
	list-style-type: none;
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#FFF;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}

.jp-playlist { /* the outer div with the black border */
width: 121px; 
height: 11px; 
margin: 0; 
padding: 2px;
overflow: hidden;
background: url("../images/bgTrackName.gif") no-repeat;
}
.jp-playlist .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0;
width: 121px;
overflow: hidden;
}
ul#scroll { /* that's your list */
position: relative;
left: 105px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul#scroll li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul#scroll a {
white-space: nowrap;
padding: 0;
margin: 0;
font-weight:  normal;
color: #CCC;
} 
ul#scroll a em {
white-space: nowrap;
padding: 0;
margin: 0;
font-weight:  normal;
color: #999;
} 
