/*
 * 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 {
	background: #000;
}

div.jp-audio {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:.72em; /* No parent CSS that can effect the size in these demos */
	font-family: "Georgia", Garamond, Times New Roman, serif;
	line-height:1;
	color: #FFF;
}
div.jp-audio {
	width:375px;
	float: right;
	margin: 15px;
}

#jp_playlist_2 {
	width: 235px;
	float: left;
}

#jp_interface_2 {
	width: 125px;
	float: right;
	margin-left: -50px;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:35px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:35px;
}
.jp-controls ul {
	list-style: none;
}
.jp-controls li {
	list-style: none;
	float: left;
}
.jp-controls li a {
	position: absolute;
	text-indent: -9999px;
	overflow: none;
}
a.jp-play {
	background: url("play-bttn.png") 0 0 no-repeat;
	height: 20px;
	width: 20px;
	margin-left: 25px;
}
a.jp-play:hover {
	background: url("play-bttn-over.png") 0 0 no-repeat;
	height: 20px;
	width: 20px;
}
a.jp-pause {
	background: url("pause-bttn.png") 0 0 no-repeat;
	height: 20px;
	width: 20px;
	margin-left: 25px;
}
a.jp-pause:hover {
	background: url("pause-bttn-over.png") 0 0 no-repeat;
	height: 20px;
	width: 20px;
}
a.jp-previous {
		background: url("prev-bttn.png") 0 0 no-repeat;
		height: 20px;
		width: 20px;
}
a.jp-previous:hover {
		background: url("prev-bttn-over.png") 0 0 no-repeat;
		height: 20px;
		width: 20px;
}
a.jp-next {
		background: url("next-bttn.png") 0 0 no-repeat;
		height: 20px;
		width: 20px;
		margin-left: 50px;
}
a.jp-next:hover {
		background: url("next-bttn-over.png") 0 0 no-repeat;
		height: 20px;
		width: 20px;
}
a.td-buy {
		background: url("buy-bttn.png") 0 0 no-repeat;
		height: 20px;
		width: 33px;
		margin-left: 75px;
}
a.td-buy:hover {
		background: url("buy-bttn-over.png") 0 0 no-repeat;
		height: 20px;
		width: 33px;
}
div.jp-playlist {
	text-align: right;
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	font-size:.85em;
}


div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
	display: none;
}
div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 0;
	display: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:5px 0 5px 0;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
	display: inline-block;
}
div.jp-type-playlist div.jp-playlist a {
	color: #EEEEEE;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#EEEEEE;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#EEEEEE;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}
