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

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

.tweets a {
	color: #BA9765!important;
	text-decoration:none;
}

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

.tweets .tweet {
	border-bottom: 1px solid #817677;
	padding: 12px 12px 12px 3px;
}

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

.tweets .tweets_header a {
	color: #fff !important;
	text-decoration:none !important;
	font-weight:normal !important;
	font-style:normal !important;
	text-transform:lowercase !important;
	font-size: 16px!important;
	font-family: 'FuturaStdBook',Verdana,Geneva,sans-serif!important;
}

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

.tweets_footer {
	text-align: center;
	padding-top: 0px!important;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

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

.mt_footer .image_r {
	background:url("http://twimg0-a.akamaihd.net/a/1331143368/t1/img/twitter_web_sprite_icons.png") no-repeat;
}
.tweets_footer #bird {
    background-image: url("/Assets/twitter-white.png");
    height: 29px!important;
}


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

.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 {
	display: none;
}
.mt_text, .mt_header, .mt_footer {
	color: #fff;	
}
.mt_header {
	padding-bottom:2px;
}

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

.mt_header a {
	font-weight:normal;
	color: #BA9765;
	text-decoration:none;
}

.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;
	background-color:#999;
}

.mt_footer a{
	color:#999;
}