﻿/* Super-demure RSS feed: titles are 100% font size and still bold; 
   all rest of the content is non-bold and 90% font size.  Padding 
   is far tightened.
*/
.fa_header
{
	margin-bottom: 0px;
}

.fa_header_title
{ 
	font-size: 100%;
	margin-bottom: 4px;
}

.fa_header_desc
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.fa_header_image
{
	width: auto;
	height: auto;
}

.fa_item_info 
{
	margin-top: 2px;
	margin-bottom: 8px;
}

.fa_item_desc
{
	margin-top: 4px;
}

.fa_item_titleLink, .fa_item_title, .fa_item_desc, .fa_item_date, .fa_item_name, .fa_header_desc
{
	font-weight: normal; 
	font-size: 90%;
}