/* CSS Document */

ol.statuses {
	list-style: none;
	margin: 0;
 }

ol.statuses li, .powered {
	position: relative;
	padding: .7em 0 .6em 0;
	border-bottom: 1px dashed #D2DADA;
	line-height: 1.1em;
	margin: 0;
	font-size: 1em;
 }

ol.statuses .thumb {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	margin: 0 10px 0 5px;
	overflow: hidden;
 }

ol.statuses span.status-body {
	display: block;
	min-height: 50px;
	width: auto;
	overflow: hidden;
	margin-left: 65px;
 }

ol.statuses li.result:hover {
	background-color: #E9E9E9;
 }

ol.statuses span.status-body-links {
	display: block;
	min-height: 50px;
	width: auto;
	overflow: hidden;
 }

ol.statuses .screen-name {
	margin-right: 5px;
 }

ol.statuses span.meta, .hentry .meta {
	display: block;
	font-size: .80em;
	font-family: georgia;
	font-style: italic;
	margin: 0;
	color: #666;
 }

ol.statuses span.meta a, .hentry .meta a {
	color: #999;
}

ol.statuses li:hover {
	background-color:#f7f7f7;
 }
 
.twitter_highlight {
	background-color: yellow;
 }

.powered {
	width: auto;
 }

.statuses li .location {
	margin: 5px 0 0 0;
	font-size: 13px;
	color: #3d9438;
}