/* TWITTER FEED */
div.twitter {
	width:960px;
	margin:auto;
	min-height:80px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/layout/twitter-icon.png);
	background-repeat:no-repeat;
	background-position: 5px 6px;
}

img.tweet_wait
{
	width:50px;
	height:50px;
	margin-left:45%;
	margin-top:10px;
}

div.twitter a
{
	color:#d1d2d7;
	font-weight:bold;
}
div.twitter a:hover
{
	color:#84baec;
}
.tweet_text
{
	margin-bottom:2px;
}

ul.tweet_list
{
	margin:0;
	margin-left:55px;
	padding:0;
	overflow:auto;
}
.tweet_list li {
	margin-left:25px;
	width:420px;
	float:left;
	display:block;
	word-wrap:break-word;
}
.tweet_avatar {
	display: block;
	float:left;
}
.tweet_avatar img {
	border-radius: 5px;
	margin-right:5px;
	margin-top:2px;
}
.tweet_body {
	padding-left: 10px;
	line-height: 16px;
}
.tweet_screen_name {
	padding: 0 5px;
}
.tweet_time {
	float: right;
	padding-right: 10px;
}
.tweet_footer {
	display: block;
	height: 18px;
	margin-bottom: 3px;
}
.retweet_info {
	display: inline;
	color: #d1d2d7;
	padding-left:10px;
}
.tweet_action {
	float: right;
	padding-right: 3px;
}
.tweet_action a {
	display: none;
	float: left;
	height: 18px;
	margin: 0 1px;
	width: 26px;
}
.tweet_reply {
	background-image: url('../images/tweet-actions.png');
	background-position: -26px 0;
}
.tweet_reply:hover {
	background-position: 0 0;
}
.tweet_retweet {
	background-image: url('../images/tweet-actions.png');
	background-position: -26px -18px;
}
.tweet_retweet:hover {
	background-position: 0 -18px;
}
.tweet_favorite {
	background-image: url('../images/tweet-actions.png');
	background-position: -26px -36px;
}
.tweet_favorite:hover {
	background-position: 0 -36px;
}
.retweet_icon {
	display: block;
	float: left;
	height: 18px;
	background-image: url('../images/tweet-actions.png');
	background-position: -26px -18px;
	margin: 2px;
	width: 26px;
}
a.tweet_screen_name:link, a.tweet_screen_name:active, a.tweet_screen_name:visited,
.tweet_time a:link, .tweet_time a:active, .tweet_time a:visited,
.retweet_info a:link, .retweet_info a:active, .retweet_info a:visited {
	color:#d1d2d7 !important;
}
.tweet_screen_name a:hover,
.tweet_time a:hover,
.retweet_info a:hover {
	color:#84baec !important;
}
