@charset "utf-8";
/* CSS Document */



#page #audioContent{
	margin-left: 30px;
}

/* -- CURRENT AUDIO -------------------------------- */
#currentAudio {
	float: left;
	width: 424px;
	margin-right: 10px;
}

#currentAudio .control {
}

#currentAudio .control .header {
	background-image: url( '../_images/header_current_song.jpg' );
	background-repeat: no-repeat;
	width: 424px;
	height: 24px;
}
#currentAudio .control .content {
	font-size: 18px;
	font-weight: bold;
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	padding: 10px;
	padding-bottom: 40px;
	width: 400px;
}
#currentAudio .control .footer {
	width: 424px;
	border-bottom: 2px solid #dbdbdb;
}


/* -- COMMENTS ------------------------- */
#currentAudio .social {
	margin-top: 20px;
	width: 424px;
}
#currentAudio .social .header {
	background-image: url( '../_images/header_comments.jpg' );
	background-repeat: no-repeat;
	width: 424px;
	height: 24px;
}
#currentAudio .social .content {
	font-size: 11px;
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	padding: 10px;
	padding-bottom: 40px;
	width: 400px;
}
#currentAudio .social .footer {
	width: 424px;
	border-bottom: 2px solid #dbdbdb;
}


/* -- CURRENT AUDIO ALBUM ------------------------- */
#album {
	float: left;
	width: 249px;
}

#album .header {
	background-image: url( '../_images/header_current_album.jpg' );
	background-repeat: no-repeat;
	width: 249px;
	height: 24px;
}
#album .content {
	font-size: 10px;
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	padding: 10px;
	padding-bottom: 40px;
	width: 225px;
}
#album .footer {
	width: 249px;
	border-bottom: 2px solid #dbdbdb;
}


#audioLink {
	margin-top: 5px;
	padding-top: 5px;
	border-top: thin solid #dbdbdb;
}
#audioCount {
	float: left;
	width: 20px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
}
#audioTitle {
	float: left;
	font-size: 11px;
}
#audioTitle #threadDate {
	font-size: 9px;
	font-style: italic;
}


