.topicheader {
	display:block;
	color: #bbb;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}
#topics {
	width: 520px;
	padding:5px 5px;
	font-size: 90%;
	border-top:2px solid #6ea948;
	border-bottom:2px solid #6ea948;
	background-color: #eee;
}

#topics ul {
	padding:0;
	margin:0
}
#topics ul li {
	line-height: 1.3em;
	list-style-type: none;
	margin: .3em 0 .5em 0;
	padding-left: 14px;
	background: transparent url(images/blog-icon.gif) no-repeat 0 2px scroll;
}
#topics a {
	text-decoration: underline;
	font-weight:bold;
	color: #8dc262;
}
#topics a:hover {
	text-decoration: underline;
	color: #267402;
	background-color: #eee;
}
#topics .excerpt {
	color:#888;
}
#topics .datetime {
	font-style: italic;
	font-size: 80%;
	color:#666;
}
