/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Yellow apple
 *
 * Author: Andre de Malogn
 * Skin Version: 1.0
 * Date: 18th 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: 0.85em; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	width:300px;
	height:61px;
	background: url("images/bg-control.png") 0 0 no-repeat;
}
div.jp-single-player div.jp-interface {
	border: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 {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:13px;
	width:39px;
	height:39px;
}
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("images/play-pause.png") 0 -39px no-repeat;
}
a.jp-play:hover {
	background: url("images/play-pause.png") 0 0 no-repeat;
}
a.jp-pause {
	background: url("images/play-pause.png") -39px -39px no-repeat;
}
a.jp-pause:hover {
	background: url("images/play-pause.png") -39px 0 no-repeat;
}
a.jp-stop {
	display: none;
}

a.jp-previous {
	left:11px;
	top:16px;
	background: url("images/rew.png") 0 -32px no-repeat;
	width:32px;
	height:32px;
}
a.jp-previous:hover {
	background: url("images/rew.png") 0 0 no-repeat;
}
a.jp-next {
	left:91px;
	top:16px;
	background: url("images/ff.png") 0 -32px no-repeat;
	width:32px;
	height:32px;
}
a.jp-next:hover {
	background: url("images/ff.png") 0 0 no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:39px;
	width:84px;
	height:6px;
	background: url("images/playline.png") 0 -6px repeat-x;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:169px;
}
div.jp-load-bar {
	background: url("images/playline.png") 0 -12px repeat-x;
	width:0px;
	height:6px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("images/playline.png") 0 0 repeat-x;
	width:0px;
	height:6px;
}
a.jp-volume-min {
	top:15px;
	background: url("images/mute.png") 0 0 no-repeat;
	width:10px;
	height:10px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:200px;
}

a.jp-volume-max {
	top:15px;
	background: url("images/volume.png") 0 0 no-repeat;
	width:13px;
	height:10px;
}
div.jp-single-player a.jp-volume-max {
	left:180px;
}
div.jp-playlist-player a.jp-volume-max {
	left:274px;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:18px;
	background: url("images/volumeline.png") 0 -6px repeat-x;
	width:59px;
	height:6px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:212px;
}
div.jp-volume-bar-value {
	background: url("images/volumeline.png") 0 0 repeat-x;
	width:0px;
	height:6px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:35px;
	/*width:122px;*/
	font-size:.64em;
	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:110px;
}

div.jp-playlist-player div.jp-play-time {
	left:136px;
}

div.jp-playlist-player div.jp-total-time {
	left:258px;
}


div.jp-playlist {
	width:300px;
	background-color: white;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 10px;
	width:280px;
	font-size:.72em;
	text-transform: none;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}
div.jp-single-player div.jp-playlist li {
	padding:4px 0 4px 2px;
	font-weight:bold;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}
div.jp-playlist-player div.jp-playlist li {
	padding:4px 0 4px 2px;
	border-bottom:1px solid #eee;
	list-style-image: url(../images/base/nota-li.png);
	list-style-type: square;
	list-style-position:inside;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:4px 0 4px 2px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;

	/*border-bottom:none;*/
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-image: url(../images/base/nota-li.png);
	list-style-type: square;
	list-style-position:inside;
	padding-left:2px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;

}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#feb53b;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#feb53b;
}

