/* 

	feeds.css

*/

div.rssLink{
	float:right;
	background: transparent url(/images/icons/feed.gif) no-repeat 4px 4px;
	border:1px solid #efefef;
	height:25px;
	width:80px;
}


.rssLink a{font-size:11px;font-weight:bold;text-decoration:none;padding-left:25px;line-height:25px;color:#0033ff;margin-top:3px;}
.rssLink a:hover{text-decoration:underline;}

div.twitterLink{
	float:right;
	background: transparent url(/images/icons/twitter.gif) no-repeat 4px 4px;
	border:1px solid #efefef;
	height:25px;
	width:108px;
	margin-right:1px;
}


.twitterLink a{font-size:11px;font-weight:bold;text-decoration:none;padding-left:20px;line-height:25px;color:#0033ff;margin-top:3px;}
.twitterLink a:hover{text-decoration:underline;}

