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

.audioDivider {
	background-color: #CCCCCC;
	height: 1px;
	width: 600px;
}

#audioItem {
	padding-top: 10px;
	display: block;
	padding-bottom: 10px;
}

#audioItem .title a {
	font-size: 12pt;
	line-height: 14pt;
	color: #314162;
	font-weight: normal;
	text-decoration: none;
}

#audioItem .title a:hover {
	color: #F9AE17;
	text-decoration: underline;
}

#audioItem .description {
	font-size: 9pt;
}

#audioItem .date {
	font-size: 9pt;
	color: #524C45;
	line-height: 16pt;
}

/* Media Player
==============================================================================*/

#player{
	display: block;
	width: 480px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #eae7d2;
	height: 300px;
}