/*
	Tweet Blender CSS
*/

/* general container */
#tweetblender {
	padding:5px 0;
}

/* header */
#tbheader {
	height: 29px;
	width:100%;
}

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

#tb_tools {
	float:right;
	height:22px;
	width:52px;
	background-repeat:no-repeat;
}

#refreshlink {
	display:inline;
	float:right;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-right: 5px;
	margin-top:3px;
	margin-right:7px;
}
#refreshlink:hover, #refreshlink.loading {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
#refreshlink img {
	border:none;
}

#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;
}
#infolink:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

/* messages below header and above list */
#tb_loading {
	text-align:center;
	clear:right;
}

/* tweets list */
#tweetlist {
	margin:0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear:right;
	color: #999999;
	border-bottom: solid 1px #ccc;
}

#tb_msg a {
	color: #000000;
	text-decoration: underline;
}

#tb_msg a:hover {
	color: #999999;
	text-decoration: none;
}

div.tb_tweet {
	color: #999999;
	font-size: 10px;
	border-top: solid 1px #ccc;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	min-height: 60px;
	list-style:none;
	background:none;
	overflow:hidden;
}

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

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

a.tb_photo img {
	margin-right: 10px;
	width: 61px;
	padding: 0px;
	border: 1px solid #DDDDDD;
}

a.tb_photo img:hover {
		filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.tb_author {
	font-weight:normal;
}

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

.tb_tweet-info {
	color: #ccc;
	font-style:italic;
	font-size: 10px;
}

.tb_tweet-info a {
	color: #ccc;
	text-decoration:underline;
}

.tb_tweet-info a:hover {
	text-decoration:none;
}

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

/* footer */
#archivelink {
	margin-left: 5px;
	float:right;
	font-size: 10px;
}

