@charset "utf-8";
/* CSS Document */




#currentAudio {
}





/* -- PLAYLIST ------------------------- */

.audio-playlist {
	float: left;
	width: 930px;
}
.audio-link.amplitude-paused {
	background-color: #f6f6f6;
	border: 2px solid #dbdbdb;
	margin: 0px 0px 18px 0px;
	cursor: pointer;
}
.audio-link.amplitude-playing {
	background-color: #f6f6f6;
	border: 3px solid #db0005;
	margin: -1px -1px 17px -1px;
	cursor: pointer;
}
.audio-details {
	margin: 2px;
}
.button-bg {
	position: absolute;
}

#songs .thumb {
	float: left;
	background-color: #f0f0f0;
	border: 1px solid #aaaaaa;
	width: 145px;
	height: 145px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#songs .details {
	float: left;
	margin: 4px 8px;
}
#songs .title {
	font-size: 16px;
}
#songs .date {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #aaaaaa;
}


