@charset "utf-8";
 /* Sample CSS for Twitter feed */
#twitfeed {
	background-color:#CCFFFF;
	border: 1px solid #00CCFF;
	display: block;
	float: right;
	margin: 10px 20px 10px 0;
	padding: 10px 20px 10px 20px;
	width: 230px;
} 
#twitfeed #twitbox {
	float: left;
	height: 40px;
	margin: 0 10px 5px 0;
	width: 40px;
}
ol.twitter { 
		float: left;
		font-size:1.0em;
		list-style:none none;
		font-family:Georgia, "Times New Roman", Times, serif;
		width: 180px;
	}
	ol.twitter li {
		padding-bottom:0.8em;
		line-height:1.1em;
	}
	ol.twitter span.status-body {
		display:block;
		min-height:50px;
		overflow:hidden;
		color:#F7941E;
	}
	
		ol.twitter span.status-body a{
			color:#2FC2EF;
		}
	
	ol.twitter span.status-body img.twitter_img {
		display:none;
	}
	
	ol.twitter span.meta, .entry .meta {
		color:#999999;
		display:block;
		font-size:0.73em;
		margin:3px 0 0;
	}
		ol.twitter span.meta a, .entry .meta a {
			color:#999999;
			text-decoration:none;
		}
	ol.twitter span.entry-content {
		font-size: 0.8em;
	}
	
	span.twitter-error {
		color:#ff0000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:0.9em;
	}