/*
Styles for the csrwire rss feed integration
*/

/*Outter wrapper for the feed*/
#csrwire_affiliate_wrapper{
	font-size:12px;
	
}
/* Outter definition list */
#csrwire_affiliate_wrapper dl{
	
}
/* Item date and title wrapper */
#csrwire_affiliate_wrapper dt{
	
}
/* Item title */
#csrwire_affiliate_wrapper dt a{
	font-size:20px;
	
}
/* Item date */
#csrwire_affiliate_wrapper dt span.date{
	font-size:14px;
	
}
/* General body text styles */
#csrwire_affiliate_wrapper dd{
	font-size:14px;
	margin-left:7px;
	padding-bottom:10px;
	
}
/* Any links that are within the body text as well as the 'Continue Reading' link */
#csrwire_affiliate_wrapper dd a{
	
}