/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: ArtistUpgrade Standard
 *
 * Copyright (c) 2011 ArtistUpgrade llc

 *
 * Author: Mick Lauer
 * Skin Version: 1.0 (jPlayer 2.1.0)
 * Date: 4th November 2011
 */
 
 
 
div.jp-progress {overflow:hidden; background-color: #ff4976; -moz-border-radius: 25px; border-radius: 25px;}
div.jp-audio div.jp-progress {position: absolute; top:0; height:64px; }
div.jp-audio div.jp-type-single div.jp-progress { left:73px; width:320px; }


div.jp-audio {width:400px;}
div.jp-audio div.jp-type-single div.jp-interface {height:62px;}


div.jp-audio {line-height:1.6; color: #fff; position:relative; margin-top:12px;}
div.jp-interface { position: relative; width:100%;}



/* @group current time and duration */

div.jp-audio div.jp-time-holder {position:absolute;top:24px;}
div.jp-audio div.jp-type-single div.jp-time-holder {width:90px;left:308px; }
 
div.jp-current-time, div.jp-duration { width:32px; font:bold 12px "Century Gothic", Arial;}
div.jp-current-time {float: left; display:inline; text-align: left; margin-right:6px;}
div.jp-duration { text-align: left; display:none;} 					/* hidden */

.trackdownload {float:right;margin-top:-46px;margin-right:23px; position:relative; z-index:9999;}
.trackdownload img {border:none;}
.trackname {font-size:15px; font-family:'Fredoka One', cursive;  color:#fff; float:left;margin-top:-40px;margin-left:90px; position:relative; z-index:9999; text-transform:uppercase; letter-spacing:1px;}





div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding:0 20px 0 0;
}

 
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:68px;
	height:69px;
}

a.jp-play {
	background: url("buttons.png") center top no-repeat;
}
a.jp-play:hover {
	background: url("buttons.png") center top no-repeat;
}
a.jp-pause {
	background: url("buttons.png") center bottom no-repeat;
}
a.jp-pause:hover {
	background: url("buttons.png") center bottom no-repeat;
}

 

 
 
div.jp-seek-bar {
	background:none;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: #bc1740;
	width:0px;
	height:100%;
	-moz-border-radius: 25px; border-radius: 25px;
}






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

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


 
/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
