#tweets {
	margin:0;
	padding:0;
}
#tweets ul {
	margin:0;
	padding:0;
}
#tweets li  {
	display: inline-block;
	list-style:none;
	margin:0px;
	width:100%;
	padding:5px 0px 5px 0px;
	border-bottom: 1px dashed #eddbb9;

}
#tweets li img {
	float:left;
	display: inline-block;
	padding:2px;
	border:solid 1px white;
	margin-right:10px;
	width:48px;
	height:48px;
}
#tweets li.hover img { border:solid 1px #866b37; }
#tweets li strong.User {
	font-size:1.2em;
	display: inline-block;
	color:#866b37;
}
#tweets li strong.User a {
	font-size:1.2em;
	display: inline-block;
	color:#866b37;
	margin-right:5px;
}
.created_at {
	font-size:.8em;
	color:#866b37;
}
.created_at a {
	font-size:.8em;
	color:#866b37;
}
