#ap_hap_player_2{
	position:relative;
	width:100%;
	min-width:315px;
	max-width:600px;
	height:100%;
	
}

/* player holder */
#ap_hap_player_2 .playerHolder{
	width:100%;
	height:81px;
	background-image: url('http://www.nowsthetime.org/wp-content/plugins/ap_audio_player/source/media/data/player_bg.png'); 
	background-repeat: repeat-x; 
	
	float:left;
	clear:both;
	margin-bottom:1px;
	
	/*-moz-box-shadow: 0px 5px 5px #111;
	-webkit-box-shadow: 0px 5px 5px #111;
	box-shadow: 0px 5px 5px #111;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111')';
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111');*/
}

/* player audio name mask for the name scroll function. */
#ap_hap_player_2 .player_mediaName_Mask{
	position:relative;
	top:7px;
	left:20px;
	float:left;
	
	width:60%;
	width: -webkit-calc(100% - 135px);
	width: -moz-calc(100% - 135px);
	width: calc(100% - 135px);
	
	height:20px;
	overflow:hidden;
	background:#333;

}

/* player audio name */
#ap_hap_player_2 .player_mediaName{
	position:absolute;
	top:1px;
	left:0px;
	white-space: nowrap;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

/* player audio time */
#ap_hap_player_2 .player_mediaTime{
	position:relative;
	top:10px;
	float:right;
	margin-right:20px;
	
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#ap_hap_player_2 .player_mediaTime_current{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

#ap_hap_player_2 .player_mediaTime_total{
	position:relative;
	top:0px;
	left:0px;
	float:left;
}

/* player holder for (previous,play/pause,next) buttons */
#ap_hap_player_2 .player_controls{
	position:relative;
	width:100%;
	top:11px;
	left:0px;
	float:left;
	clear:both;
}

/* player previous */
#ap_hap_player_2 .controls_prev{
	position:relative;
	width:25px;
	height:26px;
	float:left;
	margin-right:8px;
	margin-left:20px;
}

/* player play/pause */
#ap_hap_player_2 .controls_toggle{
	position:relative;
	top:-2px;
	width:30px;
	height:31px;
	float:left;
	margin-right:8px;
}

/* player next */
#ap_hap_player_2 .controls_next{
	position:relative;
	width:25px;
	height:26px;
	float:left;
	margin-right:12px;
}


/* player download */
#ap_hap_player_2 .player_download{
	position:relative;
	width:25px;
	height:26px;
	float:right;
	display:none;
}


/* player shuffle */
#ap_hap_player_2 .player_shuffle{
	position:relative;
	width:25px;
	height:26px;
	float:right;
	margin-left:8px;
}


/* player loop */
#ap_hap_player_2 .player_loop{
	position:relative;
	width:25px;
	height:26px;
	float:right;
	margin-left:8px;
	margin-right:20px;
}




#ap_hap_player_2 .player_volume{
	position:relative;
	height:26px;
	float:left;
}

/* player volume, serves as hit as well */
#ap_hap_player_2 .volume_seekbar{
	position:relative;
	left:0px;
	top:5px;
	/* for hit */
	width:70px;
	height:16px;
	/*background:green;*/
	float:left;
	margin-left:6px;
}

#ap_hap_player_2 .volume_bg{
	position:absolute;
	top:5px;
	left:10px;
	width:50px;
	height:6px;
	background:#333333;
}

#ap_hap_player_2 .volume_level{
	position:absolute;
	top:5px;
	left:10px;
	width:0px;
	height:6px;
	background:#ffffff;
}

#ap_hap_player_2 .player_volume_tooltip{
	position:relative;
	top:-17px;
	/* left is set in code */
	width:35px;
	height:16px;
	background:#333;
	display:none;
	text-align:center;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
}

#ap_hap_player_2 .player_volume_tooltip p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}

/* player progress, serves as hit as well */
#ap_hap_player_2 .player_progress{
	position:relative;
	top:63px;
	left:20px;
	/* for hit */
	
	width:90%;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	
	height:16px;
	/*background:green;*/
}

#ap_hap_player_2 .progress_bg{
	position:relative;
	background:#222222;
	width:100%;
	top:5px;
	height:6px;
}

#ap_hap_player_2 .load_progress{
	position:absolute;
	background:#444444;
	top:5px;
	height:6px;
}

#ap_hap_player_2 .play_progress{
	position:absolute;
	background:#ffffff;
	top:5px;
	height:6px;	
}

#ap_hap_player_2 .player_progress_tooltip{
	position:absolute;
	top:-20px;
	/* left is set in code */
	width:70px;
	height:16px;
	background:#333;
	display:none;
	text-align:center;
	
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
}

#ap_hap_player_2 .player_progress_tooltip p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin:0;
	line-height:18px;
}/* playlist holder */	
#ap_hap_player_2 .playlistHolder{
	position:relative;
	width:100%;
	height:100%;
	background:#111;
	
	float:left;
	clear:both;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	/*-moz-box-shadow: 0px 5px 5px #111;
	-webkit-box-shadow: 0px 5px 5px #111;
	box-shadow: 0px 5px 5px #111;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111')';
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111');*/
}#ap_hap_player_2 .playlist_inner{
	margin:20px 20px 20px 20px;
	/*background:blue;*/
}



/* playlist items */	
#ap_hap_player_2 .playlistItem{
	position:relative;
	top:0px;
	left:0px;
	/*margin-bottom:8px;*/
	clear:left;
	display:inline-block;
	
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	width:100%;
	
	padding:5px 0px 5px 10px;
	
	list-style:none;
	cursor:move;
	
}

#ap_hap_player_2 .playlistItem:nth-child(even){
	background: #111; 
}
#ap_hap_player_2 .playlistItem:nth-child(odd){
	background: #222; 
}

#ap_hap_player_2 .playlistItem:last-child {  
	margin-bottom:0px;
}

#ap_hap_player_2 .playlistItem a:hover{
	color:#66ffff;
	text-decoration:none;
}

#ap_hap_player_2 .playlistSelected {
	float:left;
	color: #66ffff;
	margin-top:3px;
}

#ap_hap_player_2 .playlistNonSelected {
	float:left;
	color: #ffffff;
	margin-top:3px;
}


/* playlist icons */
#ap_hap_player_2 .dlink {
	float:right;
}

#ap_hap_player_2 .dlink img{
	display:block;
}

#ap_hap_player_2 .plink {
	float:right;
}

#ap_hap_player_2 .plink img{
	display:block;
}

#ap_hap_player_2 .premove {
	float:right;
}

#ap_hap_player_2 .premove img{
	display:block;
}


/* preloader */
#ap_hap_player_2 .preloader{
	position:absolute;
	width:36px;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-15px;
	background: #111 url('http://www.nowsthetime.org/wp-content/plugins/ap_audio_player/source/media/data/loading.gif') no-repeat center center; 
}