/* -- style.css -- */

#digest ul {}
#digest ul li {float: left;}

#digest div.two_col ul li {width: 49%;}
#digest div.one_col ul li{width: 100%;}

#nav{margin-top: 10px; clear: both; width: 100%;}
#nav span{
	display: block;
	float: left;
	font-size: 14px;
	padding: 3px;
	margin: 3px;
	margin-left: 10px;
	border: 1px solid #778;
	white-space: nowrap;
	background-color: #FF9900;
}
#nav span.active{ font-weight: bold;}
#nav a{ display: block;}
#nav a:hover{ cursor: pointer; border: 0px;}

div#pageheader{	font-size: 14px; font-weight: bold; margin-left: 10px; border-bottom: 1px solid #666;}
div#pagefooter{ width: 20%; float: right; text-align: right; padding: 5px; border-top: 1px solid #666;}
div#category{ float: center; text-align: center; font-size: 14px; font-weight: bold; margin-top: 10px;}
div#digest{margin: 10px;}
#digest div.title{font-size: 14px; padding: 5px; border-bottom: 1px solid #666;}

#digest div.content{ padding-top: 3px; margin-bottom: 5px;}
#feed_channel{border: solid 1px; margin:10px; clear: both;}
#feed_channel div.title{ font-size: 13px; font-weight: bold; display: block; color: white; background: gray;}

#feed_channel div.content{margin:10px;}
#feed_channel div.content span.desc{font-weight: bold;}
#feed_channel div.title a{color: white;}
#feed_channel span.image{float: left;margin-right: 10px;}

#feed_channel span.channel{display: block;}
#feed_items{clear: both; border: solid 1px; margin: 10px;}

#feed_items div.title{ font-size: 13px; font-weight: bold; margin-bottom: 5px;}
#feed_items div.content span.title{font-weight: bold;}
#feed_items div.content{margin: 10px;}
#feed_items .footer{font-weight: bold; text-align: right; float: right; margin: 10px; background: transparent !important;}