.twitter {
	display:block;
	float:left;
	width:266px;
	margin:0px 21px 0px 21px;
	list-style:none;
}

.twitter-item {
	display:block;
	width:246px;
	color:#777777;
	background:#1c1c1c;
	padding:8px 10px 8px 10px;
	text-decoration:none;
	margin-bottom:1px;
	font-size:12px;
	line-height:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.twitter-item:hover {
	background:#0f0f0f;
}

.twitter-item a {
	line-height:15px;
}

.twitter-link {
	color:#777777 !important;
}

.twitter-link:hover {
	color:#ffffff !important;
}

.twitter-user {
	color:#777777 !important;
}

.twitter-user:hover {
	color:#ffffff !important;
}

.twitter-timestamp {
	color:#373737;
}