/*
	Tweet Blender CSS
*/

/* general container */
#tweetblender-t1 {
width: 306px;
margin-left: -6px;
margin-top: -6px;
background: #fff;
border-bottom: #fff;
height: 329px;
}

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

/* tweets list */
div.tb_tweetlist {
	margin:0;
	padding:0;
	border-bottom: dotted 1px #ccc;
}

div.tb_tweet {
	border-bottom: solid 1px #598371;
	padding: 5px;
	min-height: 60px;
	list-style:none;
	background:none;
	overflow:hidden;
        font-size: 10px;
line-height: 12px;
}

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

.tb_tools {
float: right;
position: absolute;
top: 262px;
right: 215px;
width: 1px;
}

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

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

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

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

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

/* footer */

div.tb_footer {
	margin-bottom:8px;
}

a.tb_archivelink {
	margin-left: 5px;
	float:right;
}


