 /* CSS Document */

/*---------------------  GENERAL  ---------------------*/

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif; }

#container {
	border: 0px solid #CCCCCC; }

#header {
	margin: 0px;
	padding: 5px 20px;
	color: #FFFFFF;
	background-color: #ff0000; }
	#header .feed_title { 
		margin: 0;
		padding: 0;
		font-weight: bold; }
	#header .feed_title a:link {
		/*color: #FFFFFF;*/
		color: #b5291f;
		/*text-decoration: none;*/ }
	#header .feed_title a:visited {
		/*color: #FFFFFF;*/
		color: #b5291f;
		/*text-decoration: none;*/ }
	#header .feed_title a:hover {
		/*color: #FFFFFF;*/
		color: #ff0000;
		/*text-decoration: none;*/ }
	#header .feed_title a:active {
		/*color: #FFFFFF;*/
		color: #ff0000;
		/*text-decoration: none;*/ }

#content {
	margin: 0px;
	padding: 10px 13px 0px 13px;
	/*background-color: #584F46;*/ }
	#content .feed_item {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px dotted #735a25; }
	#content .feed_item_title {
		padding: 2px 0px;
		font-weight: bold; }
	#content .feed_item_title a:link {
		/*color: #FFFFFF;*/
		color: #b5291f;
		/*text-decoration: none;*/ }
	#content .feed_item_title a:visited {
		/*color: #FFFFFF;*/
		color: #b5291f;
		/*text-decoration: none;*/ }
	#content .feed_item_title a:hover {
		/*color: #FFFFFF;*/
		color: #ff0000;
		/*text-decoration: none;*/ }
	#content .feed_item_title a:active {
		/*color: #FFFFFF;*/
		color: #ff0000;
		text/*-decoration: none;*/ }
	#content .feed_item_podcast {
		margin: 0 0 0 3px;
		padding: 0 0 0 3px; }
	#content .feed_item_description {
		padding: 2px 0px;
		/*color: #FFFFFF;*/
		line-height: 135%; }

#footer{
	display: none;
	height: 0px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #584F46; }
