.tweet_author {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
	color:#A14407
} 

.tweet_author a, .tweet_author a:link, .tweet_author a:hover, .tweet_author a:active, .tweet_author a:visited {
	text-decoration:none;
}

.tweet_author a:hover {
	text-decoration:underline;
}

.tweet_author span {
	font-size:.9em;
	color:#7A6F64;
  	font-size:0.75em;
	margin-bottom:5px;
	margin-top:0;
	font-weight:normal;
}


.tweet {
	margin: 5px 0;
	border-bottom:dotted 1px #5C4E41;
	padding:5px 0;
	width:100%;
	overflow:hidden;
}

.tweet a, .tweet a:link, .tweet a:hover, .tweet a:active, .tweet a:visited {
	color:#A14407;
}

.tweet img.tweet_img {
	float:left;
	margin:5px 10px 5px 0;
	height:48px;
	width:48px;
}




