/* -- style.css -- */
#md_xmline #digest ul {}
#md_xmline #digest ul li {}
.one_col {font-size:11px; color:#ff6600;font-weight:normal;}
#md_xmline #digest div.two_col ul li {	width: 49%;}

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

#md_xmline #nav{
	margin-top: 10px;
    clear: both;
    width: 100%;
}

#md_xmline #nav span{
    display: block;
    float: left;
    font-size: 14px;
	padding: 3px 0.5em;
  	margin: 0.2em 0.2em;
	margin-left: 10px;
	border: 1px solid #778;
	background: #DDE;
	white-space: nowrap;}

#md_xmline #nav span.active{	font-weight: bold;	background: #ff6600;}

#md_xmline #nav a{ display: block;}

#md_xmline #nav a:hover{	cursor: pointer;}

#md_xmline div#header{
	font-size: 14px;
		font-weight: normal;
	margin-left: 10px;
	border-bottom: 1px solid #ff6600;
}

#md_xmline div#footer{
	width: 20%;
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: 1px dashed #666;
}

#md_xmline div#category{
	float: center;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 10px;
}

#md_xmline div#digest{
	margin: 20px;
}

#md_xmline #digest div.title{
	font-size: 14px;
	line-height: 100%;
	margin: 10px;
	border-bottom: 1px solid #ff6600;}

#md_xmline #digest div.content{
	padding-top: 5px;
	
}

#md_xmline #feed_channel{
	border: solid 1px;
	margin:10px;
	clear: both;
}

#md_xmline #feed_channel div.title{
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: white;
	background: gray;}

#md_xmline #feed_channel div.content{	margin:10px;}

#md_xmline #feed_channel div.content span.desc{	font-weight: bold;}

#md_xmline #feed_channel div.title a{	color: white;}

#md_xmline #feed_channel span.image{	float: left;	margin-right: 10px;}

#md_xmline #feed_channel span.channel{	display: block;}

#md_xmline #feed_items{	clear: both;	border: dashed 1px;	margin: 10px;	margin-top: 20px;}

#md_xmline #feed_items div.title{	font-size: 13px;	font-weight: bold;	margin-bottom: 5px;}

#md_xmline #feed_items div.content span.title{	font-weight: bold;}

#md_xmline #feed_items div.content{	margin: 10px;}

#md_xmline #feed_items div.footer{
	font-weight: bold;
	text-align: right;
	/*float: right;*/
	margin: 10px;
}

