/* jquery.minitwitter.js - http://minitwitter.webdevdesigner.com/
 	Copyright (c) 2012 Olivier Bréchet */
.tweets {
	max-width:520px;
	font-family: 'LucidaSansUnicode';
	font-size: 12px;
	color:#333;
	background-color:#fff;
	margin:auto;
padding-top: 10px;
margin-bottom: -10px;
}

.tweets a {
	color:#0083b3;
	text-decoration:none;
}

.tweets a:hover {
	text-decoration:underline;
}

.tweets .tweet {
	padding:0px 0px 10px 0;
}

.tweets .tweets_header {
	padding:10px 10px;
	font-size:12px;
}

.tweets .tweets_header a {
	color:#333 !important;
	text-decoration:none !important;
	font-weight:bold !important;
	font-style:normal !important;
	text-transform:none !important;
}

.tweets .tweets_header a:hover {
	text-decoration:underline !important;
}

.tweets .tweet .time {
	float:right;
	color:#999;
	font-size:12px;
}

.tweets .tweet .avatar {
	float:left;
	margin-right:12px;
	border-radius:5px;
}

.tweets .tweet .avatar img {
	border-radius:5px;
}

.time {
	padding-bottom:2px;
	padding-left: 10px;
}

.mt_screen_name {
	font-size:12px;
	color:#999;
}

.mt_header a {
	color:#333;
	text-decoration:none;
}

.mt_text {
	padding-left:60px;
margin-top: -5px;
}