/* Bluefin RSS Styles */

/* RSS Feed Entry Div : Surrounds entire feed entry */
.feedEntry   { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* RSS Feed Entry Photo : class used for the photo */
.feedEntryImage   { 
	border: 0px;
	margin: 0 -2px;
	padding: 1px;
	float: left;
	margin-left:2px;
	width:80px;
	height:60px;
}

/* RSS Feed Entry Photo Link : class used for the anchor tag associated with entry photo */
.feedEntryImageLink   { 
	border: 0px;
	margin: 0px;
	padding: 0px;	
}

/* RSS Feed Entry Photo : class used for the title */
.feedEntryTitle   { 
	border: 0px;
	margin: 0px;
	padding: 0px; 
}

/* RSS Feed Entry Photo : class used for the anchor tag associated with the title */
.feedEntryTitleLink   { 
	border: 0px;
	margin: 0px;
	padding: 0px; 
}

/* RSS Feed Entry Photo : class used for the last updated date/time */
.feedEntryLastUpdated   { 
	border: 0px;
	margin: 0px;
	padding: 0px; 
}

/* RSS Feed Entry Photo : class used for the entry text */
.feedEntryContent   { 
	border: 0px;
	margin: 0px;
	padding: 0px; 
}

/* RSS Feed Entry Photo : class used for the anchor tag associated with the entry text */
.feedEntryContentLink   { 
	border: 0px;
	margin: 0px;
	padding: 0px; 
}

