/*

* Fullwidth Audio Player V1.2

* Author: Rafael Dery

* Copyright 2011

*

* Only for the sale at the envato marketplaces

*

*/



/* Reset */



#fap-wrapper * {

	margin: 0;

	padding: 0;

	list-style: none !important;

	line-height: 12px;	


}





/* Wrapper */



#fap-wrapper {

	position: fixed;

	width: 100%;

	left: 0;

	clear: both;

	z-index: 100000;

	border-top: 1px solid;

	border-bottom: 1px solid;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

}



#fap-wrapper-switcher {

	position: absolute;

	width: 30px;

	height: 15px;

	left: 0;

	border: 1px solid;

	cursor: pointer;

}



.fap-switcher-normal {

	-webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    transform: scale(1, 1);

}



.fap-switcher-rotated {

	-webkit-transform: scale(1, -1);

    -moz-transform: scale(1, -1);

    -ms-transform: scale(1, -1);

    transform: scale(1, -1);

}



.fap-bordered-top {

	-moz-border-radius-topleft: 5px;

	-moz-border-radius-topright: 5px;

	-moz-border-radius-bottomright: 0px;

	-moz-border-radius-bottomleft: 0px;

	-webkit-border-radius: 5px 5px 0px 0px;

	border-radius: 5px 5px 0px 0px; 	

}



.fap-bordered-bottom {

	-moz-border-radius-topleft: 0px;

	-moz-border-radius-topright: 0px;

	-moz-border-radius-bottomright: 5px;

	-moz-border-radius-bottomleft: 5px;

	-webkit-border-radius: 0px 0px 5px 5px;

	border-radius: 0px 0px 5px 5px; 

}		



#fap-init-text {

	position: absolute;

	font-size: 12px;	

}



#fap-main {

	min-width: 1280px;

/*	width: 960px;*/

	height: 100%;

	position: relative;

}





/* Meta Stuff */



#fap-meta-wrapper {

	width: 530px;

	padding: 10px 0 0;

	float: left;

}



#fap-current-cover, #fap-cover-replacement {

	float: left;

	margin-right: 10px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px; 

	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);

	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);

	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);  

}



#fap-meta-wrapper svg {

	margin-right: 12px;	

}



#fap-current-title {

	font-weight: bold;

	font-size: 14px;

	line-height: 18px;	

}



#fap-current-meta {

	font-size: 10px;	

}



#fap-current-meta a, #fap-current-meta a:visited {

	color: #666666;	

}



#fap-current-meta a:hover {

	text-decoration: none;	

}



#fap-social-links {

	margin-top: 7px;

}



#fap-social-links a {

	font-size: 10px;

	margin-right: 10px;

	text-decoration: underline !important;

}



#fap-social-links a:hover {

	text-decoration: none !important;	

}





/* Main UI */



#fap-ui-wrapper {

	position: relative;

	width: 430px;

	float: left;

}

#fap-ui-logo {

	background: url("../../../themes/djvudo/images/musicplayerlogo.png") no-repeat scroll 95px center transparent;

	float: right;

	width: 320px;

	height: 70px;
}

#fap-ui-nav {

	position: relative;

}



#fap-ui-nav canvas {

	position: absolute;

	top: 0;

	left: 0;

	cursor: pointer;	

}



#fap-time-bar, #fap-time-bar div, #fap-volume-bar, #fap-volume-bar div {

	position: absolute;

	height: 6px;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px; 

}



#fap-time-bar div, #fap-volume-bar, #fap-volume-bar div {

	cursor: pointer;

}



#fap-time-bar div {

	width: 0;

}



#fap-volume-bar div {

	width: 100%;	

}



#fap-time-bar span {

	position: absolute;

	top: 10px;

}



#fap-time-bar #fap-current-time {

	left: 0;	

}



#fap-time-bar #fap-total-time {

	right: 0;	

}



#fap-volume-sign {

	position: absolute;

	width: 15px;

	height: 30px;

	margin-top: -15px;

}





/* Playlist Stuff */



#fap-playlist-toggle {

	position: absolute;

	width: 25px;

	height: 25px;

	right: 0;

	margin-top: -12px;

	cursor: pointer;

}



#fap-playlist-wrapper {

	margin: 0px 5px;

	padding-right: 15px;

}



#fap-playlist {

	width: 100%;

	height: 100%;	

}



#fap-playlist-wrapper li {

	line-height: 20px;

}



#fap-playlist-wrapper li img, #fap-playlist-wrapper li .fap-cover-replace-small {

	float: left;

	width: 20px;

	height: 20px;

}



#fap-playlist-wrapper li span {

	float: left;

	line-height: 20px;

	margin-left: 10px;

	cursor: pointer;

}



#fap-playlist-wrapper li span:hover {

	text-decoration: underline;	

}



#fap-playlist-wrapper li .fap-remove-track {

	width: 20px;

	height: 22px;

	cursor: pointer;

	float: right;

}



.fap-xml-playlist span {

	display: none;	

}







/* Track Container */



.fap-external-tracklist-list, .fap-external-tracklist-grid {

	list-style: none !important;

	margin: 0;

}





/* List Layout */

.fap-track-list {

	margin-bottom: 40px;

}



.fap-track-list > img {

	float: left;

	margin-right:  20px;

	border: 3px solid #dedede;

}



.fap-track-list > div {

	float: left;

}



.fap-track-list > div p {

	margin: 0;

	font-size: 12px;

}



.fap-track-list > div h3 {

	font-size: 16px;

	line-height: 16px;

	margin-bottom: 5px;

}



.fap-track-list .fap-track-buttons {

	margin-top: 20px;

}





/* Grid Layout */



.fap-external-tracklist-grid li {

	float: left;

	margin-right: 40px;

}



.fap-track-grid {

	width: 200px;

	margin-bottom: 40px;

}



.fap-track-grid > img {

	border: 3px solid #dedede;

}



.fap-track-grid > div h3 {

	font-size: 13px;

	line-height: 13px;

	margin-bottom: 5px;

}



.fap-track-grid > div p {

	margin: 0;

	font-size: 11px;

}



.fap-track-grid .fap-track-buttons {

	margin-top: 10px;

}



/* Buttons */ 

.fap-play-button, .fap-play-button:visited {

    background-color: #f5f5f5;

	border: 1px solid #dedede;

    border-top: 1px solid #eee;

    border-left: 1px solid #eee;

    font-size: 12px;

	text-decoration: none !important;

    color: #565656;

    cursor: pointer;

    padding: 5px 15px;

    margin-right: 10px;

}



.fap-play-button:hover {

	text-decoration: none;

	border-bottom: 3px solid #dedede;

}



.fap-referral-button {

	background-color: #f5f5f5;

	border: 1px solid #dedede;

    border-top: 1px solid #eee;

    border-left: 1px solid #eee;

    font-size: 12px;

	text-decoration: none;

    color: #565656;

    cursor: pointer;

    padding: 5px 15px;

}



.fap-referral-button:hover {

	text-decoration: none;

	border-bottom: 3px solid #dedede;

}







/* Soundcloud */

.sc-player-engine-container{

  width: 1px;

  height: 1px;

  position: fixed;

  top: -200px;

  left: -200px;

}







/* Helper */

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

.clear {clear: both; }

