.twitter { padding: 10px; margin: 5px; background-color: #85A3E0; color: #FFF; font-size: 90%;}
.news { margin: 5px 15px 0px 15px; font-size: 90%;}

.rssTitle {
  font-family: "Euphemia", "Segoe UI", Verdana, Helvetica, sans-serif;  
  color: #06F; margin: 10px 0px; font-size: 182%;
  display: block;
}

.rssHeading {
  font-family: "Euphemia", "Segoe UI", Verdana, Helvetica, sans-serif;  
  color: #06F; margin: 10px 0px; font-size: 123.1%;
  display: block;
}

/* FEATURE CSS ------------------------------------------------------------*/

#featurePicker. #newsPicker, #twitterPicker { bottom: 0px;}

#nextFeat, #nextnews, #nexttwitter { width: 110px; padding: 10px; margin: 5px; background-color: #85A3E0; color: #FFF; 
	font-family: "Euphemia", "Segoe UI", Verdana, Helvetica, sans-serif;
}

#nextFeat:HOVER, #nextnews:HOVER, #nexttwitter:HOVER{
	background-color: #36C;
}

.featureSel, .newsSel, .twitterSel {
	height: 20px; width: 20px; margin: 15px 5px;
	background-color: #85A3E0;
	float: left;

}

.featureSel:HOVER, .newsSel:HOVER, .twitterSel:HOVER {
	background-color: #36C;
}

.featureSel.current, .newsSel.current, .twitterSel.current{
	/*height: 30px; width: 30px; margin: 10px; */
	background-color: #36C; /*#AB1A2F; */
}

.error { color: #999; font-style: italic;}

.news img { padding-right: 10px; float: left;}