	/*
Classes used in DIV wrapped version of news feed
*/


/* header cell with feed title text and xml button */
.fd_header { 
	font: bold 1.2em Georgia, Serif; 
	letter-spacing: -1px; 
	color: #333333;
	padding-bottom: 10px;	
}


/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font: bold 1.2em Georgia, Serif; 
	color: #333333;		
	text-decoration: none;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { 
	color: #8E1413; 
	line-height: 1.3em;
	padding-bottom: 3px;  
}

.fd_itemlink:visited { 
	color: #8E1413; 
	line-height: 1.3em;  
}

.fd_itemlink:hover { 
	color: #808080; 
	line-height: 1.3em;  
}


/* item post date */
.fd_postdate { 
	color: #999999;	
	font-style: italic;
	padding-bottom: 5px;
}


/* item descriptions */
.fd_itemcell { 
	padding: 10px 20px 10px 0;  
}



