#tweets {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	border: 1px solid #D6D6D6;
}

#tweets li {
	color:#906;
	border-bottom:1px solid #000000;
	border-top:1px solid #353434;
	line-height:120%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child{
	border-bottom:0px none;	
}

#tweets .hash {
	color:#906;
} 
#tweets .reply {
	color:#909;
} 

a:link {
	text-decoration:underline;
	color:#906;
}
a:active {
	text-decoration:underline;
	color:#906;
}
a:hover {
	text-decoration:underline;
	color:#606;
}
a:visited {
	text-decoration:underline;
	color:#903;
}
