.blog-entry-category{
	background: url(../../images/cat.png) no-repeat 0 50%;
	padding-left: 18px;
	height: 18px;
	display: inline-block;
}

.blog-entry-date{
	height: 18px;
	display: block;
}

.blog-entry-tags{
	background: url(../../images/tag.png) no-repeat 0 50%;
	padding-left: 18px;
	line-height:18px;
}

.blog-category-link-enabled, .blog-category-link-disabled{
	background: url(../../images/cat.png) no-repeat 0 50%;
	padding-left: 18px;
	height: 18px;
	display: block;
}

#blog-categories br{
	display:none;
}