/* CSS Document */

div.summary {
	padding-bottom:15px;
	border-bottom:solid 1px #ccc;
	margin-bottom:15px;
	}
	
div.feed div.content {
	max-height:170px;
	overflow:auto;
	}
	
* html div.feed div.content {
	height:170px;
	}
	
p.articleauthor {
	margin-top:0;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	}
