@CHARSET "UTF-8";
/* CSS Document */

#feedWidget {
	display: block;
	position: absolute;
	z-index: 200;
	bottom: 20px;
	width: 140px;
	padding: 0 15px;
}
#feed {
	font-size:11px;
	color: #625146;
	line-height: 1.5em;
	text-transform: none;
}
#feed a:link, #feed a:visited {
	text-decoration:none;
	display:block;
	color: #b3480d;
	font-size: 12px;
	margin-top: 10px;
}
#feed a:hover, #feed a:active {
	text-decoration:underline;
}
#feed .time {
}
#feed .snippet {
}
/* CSS Document */

p.feedTitle {
	text-transform: none;
	font-size: 16px;
	line-height: 1.5em;
	color: #b3480d;
	margin: 0;
	padding: 0;
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
}
.time {
	display: none;
}
