/*****************************************************
* Audio Blog
*****************************************************/
div#podcasts {
	clear: both;
	padding: 0 40px 0 0;
}

div#podcasts_graphic {
	float: left;
	width: 282px;
	height: 200px;
}

div.podcasts_section {
	border:2px solid #121212; 
	padding:10px; 
	float:left; 
	width:100%;
	background: #202020;
	margin-top: 15px;
}

div#podcasts_section {
	clear: both;
}

div.wimpy {
	clear: both;
	float: left;
	margin: 15px 0 15px 0;
}

div.podcasts_section .border {
	border: 3px solid #0e0e0e;
	margin-top: 5px;
}


div.podcasts_section p {
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	line-height: 125%;
	text-align: left;
	letter-spacing: 1px;
	padding: 0 0 5px 0;
}

div.podcasts_section h3.title {
	font: normal 17px Arial, Helvetica, Verdana, sans-serif;
	color: #aaa;
	line-height: 100%;
	text-align: left;
	letter-spacing: 1px;
	padding: 5px 0 0 0;
}

div.podcasts_section h3.date {
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #ccc;
	line-height: 100%;
	text-align: left;
	padding: 2px 0 5px 0;
}

div.podcasts_section h3.category {
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	color: #ccc;
	line-height: 100%;
	text-align: left;
	padding: 2px 0 5px 0;
}

div.podcasts_section h3.read_more {
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #777;
	line-height: 100%;
	text-align: left;
	letter-spacing: 1px;
	padding: 2px 0 0 0;
}

div.podcasts_posted {
	clear: both;
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #ccc;
	line-height: 100%;
	text-align: right;
	padding: 10px 0 5px 0;
}

div.podcasts_section a,
div.podcasts_section a:visited {
	color: #bbb;
	text-decoration: none;
}

div.podcasts_section a:hover {
	color: #4c5c6c;
	text-decoration: underline;
}