#rtearth_widget {
	max-width: 400px;
	margin: 0;
	padding: 10px;
	background: #e4e0d6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: normal 13px/1.5 Arial, Helvetica, sans-serif;
	color: #333;
}
#rtearth_widget ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#rtearth_widget ul li {
	display: block;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #C2BFB7;
	min-height: 50px;
	_height: 50px;
}
#rtearth_widget ul li:hover {
	background: #f7f5f2;
}
#rtearth_widget ul li:last-child {
	border: none;
}
#rtearth_widget ul li img {
	width: 48px;
	height: 48px;
	margin: 0 10px 5px 0;
}
#rtearth_widget a {
	font-weight: bold;
	color: #7D8F25;
}
#rtearth_widget .author {
	padding-right: 5px;
}
#rtearth_widget .date {
	color: #777;
}
#rtearth_widget h1 {
	margin: 0 0 5px;
	padding: 20px 10px 0 80px;
	font-size: 18px;
	line-height: 1.3;
	background: url("http://rtearth.org/widget/rtearth_logo.png") no-repeat;
	color: #7D8F25;
}
#rtearth_widget h2 {
	margin: 0;
	font-size: 18px;
}
#rtearth_widget h2 a {
	text-decoration: none;
}
#rtearth_widget h2 a:hover {
	text-decoration: underline;
}
