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

.tweets {
	border-radius: 15px;
	max-width: 420px;
	font: 13px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7498c;
	background-color: #D6D6D6;
	border: 3px solid #D6D6D6;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}


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

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

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

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

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

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



.tweets_footer span.powered {
	font-size:9px;
}

.tweets_footer span.powered p {
	margin:0;
	text-align: center;
	font-size:9px;
	color:#999;
}

.tweets_footer span.powered a {
	font-size:9px;
	color:#999;
	text-decoration:none;
}

.tweets_footer span.powered a:hover {
	text-decoration:underline;
}

.tweets_footer #bird, .mt_footer .image_r {
	background:url("http://twimg0-a.akamaihd.net/a/1331143368/t1/img/twitter_web_sprite_icons.png") no-repeat;
}



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

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

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

.mt_header {
	padding-bottom:6px;
	padding-left:60px;
}

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

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

.mt_text {
	padding-left:60px;
}

.mt_footer {
	color:#FFF;
	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:#FFF;
}
