/* TWITTER DISPLAY *********************/
.tweet_container{
	width:610px;
	margin-bottom:0px;
	border-bottom:1px dotted #CCC;
	padding:6px;
	text-align:left;
	background-color:transparent;
}
.tweet_image{
	padding:2px;
	border: 0px solid #CCC;
	
}
.tweet_content{
	width:470px;
	border: 0px solid #FF0000;
	padding:0px 5px 0px 5px;
	text-align:left;
}
.tweet_text{
	color:#121212;
	font-size: 120%;
	font-family: Georgia,arial,verdana,helvetica;
	text-align:left;
}
.tweet_author_info{
	text-align:left;
	margin-top:5px;
}
.tweet_time_ago{
	font-size:10px;
	text-align:left;
}
.tweet_by{
	font-size:14px;
	text-align:left;
	color:#085258;
}
.more_button{
	padding:10px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	font-size:150%;
	color: #CCC;
	text-decoration:none;
}
.follow_button {
	width:42px;
	padding:3px;
	background-color:#f2f2f2;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	font-size:11px;
	text-align:center;
}
.tweet_actions{
	display:none;
	width:75px;
	border:0px solid #FF0000;
	text-align:center;
	background-color:transparent;
}
