/* --------------------------------------------------------------------------------
	articles (list.class)
-------------------------------------------------------------------------------- */
.topnews						{ display:block; width:280px; float:right; border:1px solid #a0a0a0; margin:20px; }

.topnews h1						{ font-size:14px; background:#a0a0a0; color:#fff; padding:6px 0 6px 20px; }

.topnews .content				{ margin:4px 0 0 0; }
.topnews .list					{ }

.topnews .list p 				{ font-size:10px; }
.topnews .list a				{ display:block; padding:4px 0px 4px 0;}
.topnews .list a.active			{  }
.topnews .list a:hover			{ text-decoration:underline; }
.topnews .list a:visited		{ text-decoration:underline; color:#505050;}



/* --------------------------------------------------------------------------------
	rss tweets
-------------------------------------------------------------------------------- */
#rsstweets					{ border:2px solid #a0a0a0; margin:10px 20px; }
#rsstweets p.desc			{ padding:10px 10px 0 10px; font-weight:bold; color:#3147b6}
#rsstweets p.time			{ padding:4px 10px 10px 10px; color:#909090; }

