

/* Feed */

.goFetchRSS					{ }

.item_container				{ }
.item_date 					{ }
.item_author 				{ }
.item_title 				{ }
.item_title h1				{ font-size: 13px; }
.item_image					{ float: left; margin-right: 10px; width: 135px; height: 90px; }
.item_description 			{ }
.item_separator 			{ border-bottom: 1px dotted #ccc; height: 20px; margin-bottom: 20px; clear: both; }


/* Pagination */

.pagination ul				{ list-style-type: none; margin: 20px 0; padding: 0; text-align: center; }
.pagination ul li 			{ display: inline; }
.pagination ul li.current	{ padding: .2em 1em; color: #333; background-color: #fff; } 
.pagination ul li.disabled	{ padding: .2em 1em; color: #fff; background-color: #eee; }
.pagination ul li a			{ text-decoration: none; padding: .2em 1em; color: #fff; background-color: #aaa; }
.pagination ul li a:hover	{ color: #fff; background-color: #666; }