/*
	Tweet Blender CSS
*/
#tweetblender {
	padding:0;
	width: 220px;
	/*font-size: 11px;*/
}

#tbheader {
	height: 25px;
	width: 100%;
}

#twitterlogo {
	width: 86px;
	height: 20px;
	margin-bottom: 5px;
	float:left;
	border:none;
}

#tb_loading {
	margin-top: 10px;
	text-align:center;
	clear:both;
}

#tweetblender ol {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: both;
}

#refreshlink {
	display:inline;
	float:left;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin: 1px 5px 1px 0;
}

#refreshlink:hover, #refreshlink.loading {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

#refreshlink img {
	border:none;
}

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

#infolink {
	display:inline;
	float:right;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-bottom:10px;
	margin-right: 7px;
	margin-top:3px;
}

#tb_tools {
	float:left;
	height:18px;
	margin: 5px 0;
	width:220px;
	background-repeat:no-repeat;
}

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

#archivelink {
	margin-left: 5px;
}

#tweetlist {
	padding: 15px 0 0 0;
	margin: 0;
	background: #F3F3F3;
	border-bottom: 1px solid #e3e3e3;
}

#tweetlist li {
	list-style: none;
	width: 196px;
	padding: 2px 12px;
	margin: 0 0 6px 0;
	min-height: 50px;
	list-style:none;
	background:none;
	overflow:hidden;
}

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

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

a.tb_photo img {
	margin-right: 5px;
	width: 24px;
	padding: 0px;
	border: 1px solid #ddd;
}

.tb_author {
	font-weight: normal;
}

.tb_msg {
	display: inline;
}

.tb_tweetinfo {
	display: inline;
	color: #ccc;
}

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

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

.tooltip { 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 300; 
	display: none; 
	background-color:#FFFFcc; 
	padding: 2px 8px; 
}




/*
	Tweet Blender archive CSS
*/
.archive #tweetblender {
	padding:0;
	width: 380px;
}

.archive #tbheader {
	height: 25px;
	width: 380px;
}

.archive #tb_loading {
	margin-top: 10px;
	width: 380px;
	text-align:center;
	clear:both;
}

.archive #tweetblender ol {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: both;
}

.archive #refreshlink {
	display:inline;
	float:left;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin: 1px 5px 1px 0;
}

.archive #refreshlink:hover, #refreshlink.loading {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

.archive #refreshlink img {
	border:none;
}

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

.archive #infolink {
	display:inline;
	float:right;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-bottom:10px;
	margin-right: 7px;
	margin-top:3px;
}

.archive #tb_tools {
	float: left;
	height: 18px;
	margin: 5px 0;
	width: 380px;
	background-repeat: no-repeat;
}

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

.archive #archivelink {
	margin-left: 5px;
}

.archive #tweetlist {
	padding: 15px 0 0 0;
	margin: 0;
	background: #fff;
	border-bottom: none;
}

.archive #tweetlist li {
	list-style: none;
	width: 380px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #E3E3E3;
	min-height: 50px;
	list-style:none;
	background:none;
	overflow:hidden;
}

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

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

.archive a.tb_photo img {
	margin: 3px 8px 0 0;
	width: 46px;
	padding: 0px;
	border: 1px solid #ddd;
}

.archive .tb_author {
	font-weight: normal;
}

.archive .tb_msg {
	display: inline;
}

.archive .tb_tweetinfo {
	display: inline;
	color: #ccc;
}

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

.archive .tb_tweetinfo a:hover {
	text-decoration: none;
}

.archive .tooltip { 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 300; 
	display: none; 
	/*background-color:#FFFFcc; */
	padding: 2px 8px; 
}
