/** Style the tweets */

.twitters ul {
	list-style: none;
}

.twitters li {
	margin-bottom:5px;
	padding-top:5px;
	border-top: 1px solid #e5e5e5;
}
.twitters li:first-child {
	padding-top:0px;
	border-top-width:0px;
}

.twitters .twitterStatus {
	display:block;
}

.twitters .twitterTime {
	display:block;
	color: #bbbbbb;
	font-size:9px;
}

.socialLink
{
	display:block;
	float:left;
	text-align:center;
	margin:0px 11px 11px 0px;
}
a.socialLink
,a.socialLink:visited
,a.socialLink:hover
{
	color:#4D4D4D;
	font-weight:bold;
}
.socialLink img
{
	margin-bottom:3px;
}
