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

.open-post-info {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font: 11px "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
	width: 100%;
	background-image:url(images/show.jpg);
	background-repeat: no-repeat;
	background-position:right;
	height: 20px;
}
.post-info {
	margin-top: 0px;
	padding-top:0px;
  	font: 11px "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
}
.post-info ul {
	margin-top: 0px;
	padding-top:0px;
	margin-left: 2px;
	padding-left:5px;
	margin-bottom: 2px;
}
.post-info li {
	list-style: none; 
	margin-bottom: 3px;
	margin-left: 0px;
	height: 18px;
	padding-left: 22px;
	width: 85%;
	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;
}