@charset "utf-8";
/* Re-Usable styles */

.keywords {
	height:0;
	padding:0;
	margin:0;
	line-height:1;
	overflow:hidden;
	position:absolute;
	display:block;
}

#tweet UL {
	list-style:none;	
	margin:0;
	padding:0;
}
#tweet UL LI {
	list-style:none;
	margin:0;
	padding:0;
	
	font-size:12px;
	color:#948545;
	margin-bottom:10px;
}
#tweet UL LI a {
	color:#b8b34d;	
	text-decoration:none;
}
#tweet UL LI .time {
	font-size:11px;
	color:#999999;
}
hr.alt {
	height:1px;
	border:none;
	outline:none;
	border-top:1px solid #CCC;
	margin-top:20px;
	margin-bottom:20px;
}

