@charset "utf-8";
 /* Sample CSS for Twitter feed */
 
ol.twitter { 
		font-size:1.0em;
		list-style:none none;
		width:180px;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:5px 4px 10px 4px;
		margin: 10px 0 !important;
		border: solid 1px #981F02;
		float: left;
		clear: both;
	}
	ol.twitter li {
		padding-bottom:10px;
		margin: 0 0 10px 0;
		border-bottom:1px dashed #D2DADA;
		line-height:1.1em;
		float: left;
		display: inline;
		clear: both;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	ol.twitter span.status-body {
		display:block;
		min-height:50px;
		overflow:hidden;
		width:180px;
		color:#981F02;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
		ol.twitter span.status-body a{
			color:#FFF;
			text-decoration: none;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
	
	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;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
		ol.twitter span.meta a, .entry .meta a {
			color:#999999;
			text-decoration:none;
		}
		
	span.twitter-error {
		color:#ff0000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:0.9em;
	}