#left{
	width: 630px;
}

.category-post{
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 15px;
	clear: both;
}

.thumb{
	float: left;
	margin: 0 10px 10px 3px;
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
}

html > body h3.category-title{
	margin-bottom: 3px;
}
h3.category-title a:link, h3.category-title a:visited{
	font: normal 18px Georgia;
	color: #4c4c4c;
	text-decoration: none;
}
h3.category-title a:hover, h3.category-title a:active{
	background-color: #f3f3f3;
}

.category-info{
	font-size: 11px;
	color: #535353;
}
.category-info b{
	color: #535353;
}

.category-excerpt{
	color: #535353;
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}
