/* jquery.minitwitter.js - Copyright (c) 2012 Olivier Braochet */

.tweets {
  padding-top:2px;
	border-radius:5px;
	max-width:520px;
	font:13px/17px Tahoma,Helvetica,Arial,sans-serif;
	color:#333;
	margin:auto;
}

.tweets a {color:black;	text-decoration:none;}

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

.tweets .tweet {padding:12px 20px 12px 12px;}

.tweets .tweets_header {
	padding:12px 20px 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:lowercase !important;
}

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

.tweets_footer {padding:3px 20px 0px 0px;	text-align:right;}

.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 {}

.tweets_footer #bird{
	display:inline-block;
	margin:10px auto;
	background-position: 0 0;
	width: 34px;
	height: 26px;
}

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

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

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

.mt_header {background-color:#F3EAFD; padding:2px;}

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

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

.mt_text {background-color:#D8AEEE; min-height:75px; padding:2px;}

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

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

.mt_footer a {color:#999;}

.feedlink {color:black;}