/* modified from jquery.minitwitter.js - http://minitwitter.webdevdesigner.com/
 	Copyright (c) 2012 Olivier Bréchet */

.tweets {
	border: solid 1px #edead9;
	border-radius:5px;
	max-width:520px;
	color: #262626;
	font: 10pt/1.5em 'AvantGardeLTBookRegular', arial, sans-serif;
	margin: 10px auto 25px auto;
	background: url('../../images/form-pad.png') repeat;
}

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

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

.tweets .tweet {
	border-bottom:solid 1px #e6e2ce;
	padding:10px 10px;
}

.tweets .tweets_header {
	border-bottom:solid 1px #e6e2ce;
	padding:12px 12px;
	font-weight:bold;
	font-size:14px;
}

.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:11px;
}

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

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

.mt_header {
	padding-bottom:2px;
	padding-left:50px;
}

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

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

.mt_text {
	padding-left:50px;
}

.mt_footer {
	color:#999;
	font-size:12px;
	padding-left:60px;
}

.mt_footer .image_r {
	display:inline-block;
	margin-bottom:-2px;
	margin-right:4px;
	background-position: -20px -290px;
	width: 14px;
	height:13px;
	background-color:#999;
}

.mt_footer a{
	color:#999;
}