/*
* Fullwidth Audio Player V1.3.1
* 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;
	outline: none !important;	
}


/* Wrapper */

#fap-wrapper {
	min-width: 100%;
	/*position: fixed;*/
	float:left;
	margin-left:12px;
	left: 0;
	z-index: 100000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 10px;
}

#fap-wrapper-switcher {
	position: absolute;
	width: 30px;
	height: 15px;
	line-height: 15px;
	left: 0;
	border: 1px solid;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
}

.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;
	left: 0;
	font-size: 12px;	
}

.fap-wrapper-top #fap-init-text {
	bottom: 20px;
}

.fap-wrapper-bottom #fap-init-text {
	top: 20px;
}

#fap-main {
	width: 960px;
	position: relative;
}


/* Meta Stuff */

#fap-meta-wrapper {
	width: 530px;
	float: left;
	margin-top: 10px;
}



#fap-current-cover, #fap-cover-replacement {
	text-align: center;
	font-size: 18px;
	float: left;
	-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-current-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
}

#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;
}

#fap-social-links a:hover {
	text-decoration: none;	
}


/* Main UI */

#fap-ui-wrapper {
	width: 430px;
	float: right;
}

#fap-ui-wrapper > div, #fap-ui-wrapper > a {
	float: left;
}

#fap-ui-nav {
	position: relative;
	width: 80px;
	height: 40px;
}



#fap-ui-wrapper > div:last-child {
	margin-right: 0;
}

#fap-ui-nav > a {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	-webkit-border-radius: 100%;
	border-radius: 100%; 
}

#fap-ui-nav #fap-previous {
	top: 0px;
	left: 0;
	width: 23px;
	height: 30px;
}

#fap-ui-nav #fap-next {
	top: 0px;
	width: 27px;
	height: 30px;
	left:49px;
}

#fap-ui-nav #fap-play-pause {
	top: 0;
	left: 23px;
	width: 26px;
	height: 30px;
	z-index: 3;
}

#fap-play-pause{
	background-image:url('images/play.png');
	background-color:transparent!important;
	background-position:top center!important;
}
.fap-pause{
	background-image:url('images/pause.png')!important;
}
	

#fap-ui-nav .fap-play {
	background-position: 15px 11px;
}

#fap-ui-nav .fap-pause {
	background-position: 16px 12px;
}

#fap-time-bar {
	position: relative;
	margin-right:6px;
}

#fap-time-bar div {
	position: absolute;
	top: 0;
	left: 0;
}

#fap-time-bar div, #fap-volume-bar, #fap-volume-bar div {
	cursor: pointer;
}

#fap-time-bar div {
	width: 0;
}

#fap-time-bar span {
	margin-top: 10px;
}

#fap-volume-bar div {
	width: 100%;	
}

#fap-time-bar #fap-current-time {
	float: left;
}

#fap-time-bar #fap-total-time {
	float: right;
}

#fap-volume-bar {
	margin-right: 5px !important;
	display:none!important;
}

#fap-volume-sign {
	background-repeat: no-repeat;
	background-position: 0 3px;
	width: 24px;
	height: 30px;
}

#fap-playlist-toggle {
	margin-right: 0 !important;
}

#fap-time-bar, #fap-time-bar div, #fap-volume-bar, #fap-volume-bar div {
	height: 7px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
}


/* Playlist Stuff */

#fap-playlist-toggle, #fap-playlist-shuffle {
	background-repeat: no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

#fap-playlist-toggle {
	background-image: url(images/fwap/playlist.png);
	background-position: 7px 7px;
}

#fap-playlist-shuffle {
	background-image: url(images/fwap/shuffle.png);
	background-position: 5px 7px;
}

#fap-playlist-wrapper {
	padding-right: 15px;
	padding-bottom: 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 {
	text-align: center;
	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 {
	font-size: 18px;
	line-height: 22px;
	float: right;
	cursor: pointer;
}

.fap-xml-playlist span {
	display: none;	
}


/* Popup Skin */

.fap-popup-skin #fap-wrapper-switcher {
	display: none;
	font-size: 20px;
	text-align: center;
}

/* Soundcloud */
.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: -200px;
  left: -200px;
}

/* Antiscroll */

.antiscroll-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.antiscroll-wrap .box, .antiscroll-wrap .box .antiscroll-inner {
	width: 960px;
}

.antiscroll-scrollbar {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}

.antiscroll-inner {
  overflow-y: scroll;
}

.antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}



/* Helper */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear: both;}




#fap-wrapper{
	top:0px!important;
	width:182px!important;
	right:0px!important;
	left:auto!important;
	min-width:182px!important;
	border:0px!important;
}
#fap-current-time,.antiscroll-scrollbar,.fap-remove-track,#fap-wrapper-switcher,.fap-cover-replace-small,#fap-total-time,#fap-meta-wrapper,#fap-playlist-shuffle,#fap-playlist-toggle{
	display:none!important;
}
#fap-main{
	margin-right:0px!important;
}
.box,.antiscroll-inner,#fap-ui-wrapper,#fap-main{
	width:182px!important;
}
.antiscroll-inner{
	margin-right:52px!important;
}
.box,#fap-ui-wrapper{
	margin-right:0px!important;
}
#fap-ui-wrapper{
	height:29px!important;
	width:183px!important; 
}
#fap-wrapper{
	background-color:transparent!important;
	margin-top:-2px!important;
	margin-top:33px!important;
}
#fap-playlist{
	color:white;
}
#player_wrapper{
	float:right;display:inline;
	margin-top:-77px;
	width:200px;
	margin-right:52px!important;
}
.antiscroll-inner{
	overflow:hidden!important;
}
.antiscroll-wrap{
	margin-top:0px!important;
	margin-left:-12px!important;
	display:none!important;
}
#fap-playlist li{
	float:left;
	display:inline;
	width:100%;
	height:37px!important;
	margin-bottom:0px!important;
}
#fap-playlist li span{
	width:181px;
	white-space:nowrap;
	overflow:hidden;
	margin-left:0px;
	height:100%;
	margin-left:43px!important;
	font-size:16px;/*
	padding-top:7px;
	padding-bottom:7px;*/
	font-weight:normal;
	float:left;
	display:inline;
	line-height:37px!important;
}
#fap-playlist-wrapper{
	padding-right:0px!important;
}
#fap-playlist-wrapper li span:hover {
	text-decoration:none!important;
}
#fap-playlist li:hover{
	background-image:url('images/playing.png');
	background-position:18px 8px;
	background-repeat:no-repeat;
}
.thisIsPlaying{
	background-image:url('images/playing.png');
	background-position:18px 8px;
	background-repeat:no-repeat;
}
#fap-playlist{
	padding-top:17px!important;
	padding-bottom:17px!important;
}
.box,.antiscroll-inner{
	height:500px!important;
	height:auto!important;
	padding-bottom:20px!important;
}
.antiscroll-inner{
	margin-top:0px!important;
}
#fap-previous{
	background-image:url('images/prev.png')!important;
	background-color:transparent!important;
	background-position:center!important;
}
#fap-next{
	background-image:url('images/next.png')!important;
	background-color:transparent!important;
	background-position:center!important;
}
#fap-volume-bar{
	overflow:hidden!important;
	width:0px;
	border:0px!important;
	margin-left:7px!important;
}
#fap-volume-sign{
	background-image:url('images/music.png');
	background-color:transparent!important;
	background-position:center!important;
	margin-right:0px!important;
	z-index:3!important;
	cursor:pointer;
}
.muted{
	background-image:url('images/music_ro.png')!important;
}
#fap-ui-nav{
	margin-right:7px!important;
	margin-top:0px!important;
}
.song_info{
	float:left;
	display:inline;
	font-size:16px;
	font-weight:300;
	color:#7f7f7f;
	width:100%;
	text-align:left;
	margin-left:-12px;
}
.songTitle{
	margin-right:4px;
}
#fap-time-bar{
	border:0px!important;
	margin-top:9px!important;
}
#fap_vol_wrap{
	float:left;
	display:inline;
	margin-top:0px!important;
	width:24px;
}
#fap_vol_wrap *{
	float:left;
	display:inline;
}
#supersized li{
	top:87px!important;
}
#now_playing{
	float:left;
	display:inline;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:10px;
	line-height:140%;
	margin-left:30px;
	color:#4d4d4d;
	font-size:16px;
}