/*
	Tweet Blender CSS
*/


#tb_loading {
	text-align:center;
	clear:both;
}

#tweetblender ol {
	margin:0;
	padding:0;
	clear:right;
	font-size:12px;
	line-height:16px;
}
#tweetblender ol a {
	font-size:12px;
}

div.tb_msg {
	min-height: 40px;
	clear:both;
	padding:5px;
	background-color:#FFFFCC;
	border:1px solid #FFFF66;
}


#infolink:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

#archivelink {
	margin-left: 5px;
	float:right;
}

#tweetlist {
	margin: 2px;
}

#tweetlist li {
	list-style:none;
	margin-bottom:10px;
}

div.tweet-tools {
	text-align:right;
	clear:both;
}

a.tb_photo {
	display:block;
	float:left;
	border:none;
}

a.tb_photo img {
	margin-right: 4px;
	width: 48px;
	padding: 3px;
	border: 1px solid #ddd;
}

.tb_author {
	font-weight:normal;
}

.tb_tweetinfo {
	color: #ccc;
	font-style:italic;
}

.tb_tweetinfo a {
	color: #ccc;
	text-decoration:none;
}

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