/* timelines and search */
ul.miniTweets {
	margin: 0;
	padding: 0px;
	text-align: left;
}
ul.miniTweets li {
	list-style: none;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
	float: left;
	margin: 0 0 5px 5px;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
/* links color*/
ul.miniTweets li a {
	color: #1774BB;
	text-decoration: none;
}
ul.miniTweets li a:hover {
	text-decoration: underline;
}
ul.miniTweets li a.miniTweets_lnk {
	color: #888;
	text-decoration: none;
}
ul.miniTweets li a.miniTweets_lnk:hover {
    color:#135F9A;
}
ul.miniTweets li a.miniTweets_usr {
	color: #1774BB;
	text-decoration: none;
}
ul.miniTweets li a.miniTweets_usr:hover {
    color:#135F9A;
}
ul.miniTweets li a.miniTweets_hash {
	color: #1774BB;
	text-decoration: none;
}
ul.miniTweets li a.miniTweets_hash:hover {
    color:#135F9A;
}
ul.miniTweets li span.info a{
	color: #ccc;
    font-size:7pt;
	text-decoration: none;
}
ul.miniTweets li a.info:hover {
    color:#135F9A;
}
ul.miniTweets li img {
	float: left;
	padding: 2px;
	border: solid 1px #fff;
	margin-left: 0px;
	width: 48px;
	height: 48px;
}
/* plate */
.miniTweetsPlate {
	background: #fafafa;
	border: 0;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	color: #555;
}
.mtw_img {
	width: 48px;
	height: 48px;
	background: #fff;
	float: left;
	margin-right: 10px;
}
.mtw_name {
	color: #222;
	font-weight: bold;
}
.mtw_loc {
	float: left;
}
.mtw_href {
	clear: both;
	float: left;
}
.mtw_desc {
	float: left;
	font-family: Georgia;
	font-style: italic;
	margin: 5px 0;
	clear: both;
}
.mtw_username {
	text-decoration: none;
}
.mtw_stats {
	display: block;
	float: left;
	margin-top: 5px;
	clear: both;
}
.mtw_stats li {
	list-style: none;
	float: left;
	display: block;
	padding: 0px 10px;
	border-left: solid 1px #eaeaea;
}
.mtw_stats li:first-child {
	border: none;
	padding-left: 0;
}
.mtw_count {
	font-weight: bold;
}