@charset "utf-8";

h2.posttitle{
	padding-left: 12px;
}

.post h3{
	background: url(imgz/mini-title.jpg) no-repeat;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 6px;
	margin: 0.25em 0;
	font-weight: normal;
	font-family: "Trebuchet MS";
}
.post div.leftcol{
	float: left;
	margin-right: 12px;
	width: 288px;
}
.post div.rightcol{
	float: left;
	width: 288px;
}
.post ul{
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 2em 0;
}
.post ul li{
	margin: 0.5em 0;
}
.post ul li a{
	display: block;

	background: #efefef;
	padding: 2px 3px;
}
.post ul li a:hover{
	background: #7e2f8a;
	color: #fff;
}

.toplink{
	clear: both;
}
