/*
	Title: CSS for Post Information Plugin
	By: Chris Poteet
	URL: www.siolon.com
*/

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