.open-post-info {
	cursor: pointer;
	font: 11px "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
	margin-bottom: 5px;
	padding-left: 12px;
	height: 15px;
	background: url('images/arrow_down.png') no-repeat;
}
.post-info {
  border: 1px solid #ebebeb;
  background: #f8f8f8;
  font: 11px "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
  width: 670px;
  margin-left: 15px;
}
.post-info ul {
	margin-left: 5px;
}
.post-info li {
	list-style: none; 
	margin-bottom: 5px;
	height: 18px;
	padding-left: 22px;
	width: 85%px;
	vertical-align: middle;;
}
.post-info li.date {
	background: url('images/date.png') no-repeat;
}
.post-info li.categories {
	background: url('images/categories.png') no-repeat;
}
.post-info li.tags {
	background: url('images/tags.png') no-repeat;	
}
.post-info li.comments {
	background: url('images/comments.png') no-repeat;
}
.post-info li.author {
	background: url('images/author.png') no-repeat;
}
.post-info li.words {
	background: url('images/words.png') no-repeat;
}