.right_column .widget_twitter {
	padding: 5px 0 10px 0;
	margin: 0 0 10px 0;	
	}
.right_column .widget_twitter .box ul li {
	margin: 5px 0 10px 0;
	border-top: 1px solid #c6c6d0 /*light blue grey*/;
	/*border-bottom: 1px solid #c6c6d0 light blue grey;*/
	padding: 10px 30px 4px 5px;
	background:url(/images/twitterbox-bg.jpg) top right no-repeat;}
.right_column .widget_twitter .box a {
	font-style: italic;
	font-size: 90%;
	}	

twitterTitle{}
/** Style the tweets */
.twitterbox {
	width: 150px;
	margin: 5px 10px;
	padding: 0;
	}
.twitterbox-inner {
	padding: 0;
	margin: 0;
	border-top: 1px solid #e5f2ff/*light blue*/;
	}	
.twitters {
  	padding: 0 5px;
  	margin: 5px 0 0 0;
  	font-family: "Trebuchet MS", sans-serif;
}
.twitters p {
	padding: 3px 0 0 5px;
	margin: 0 auto;
	text-align:center;
}

.twitters ul {
  	list-style: none;
  	padding: 3px 0 0 0;
	margin: 0;
  /*white-space: nowrap;*/
}
.twitters li {
	padding: 12px 0 5px 5px;
	margin: 0;
	background:url(/images/twitter-plane.gif) top right no-repeat;}
	
.twitters a:link { 
	text-decoration:none;
	color: #2f56a2 /*dark blue*/;}	
.twitters a:visited {
	text-decoration:none;
	color: #6995cf /*lighter blue*/;}	
.twitters a:hover {
	text-decoration:underline;
	color:#000;}	
.twitters a:active {
	text-decoration:none;
	color:#FF0000 /*red*/;}
		

.twitters span.prefix {
  	font-weight: bold;
}

.twitters span.time {
  	font-style: italic;
  	color: #c5c5c5;
}

.twitters span.status {
  	font-style: italic;
}
