/*
	Title: CSS for Post Information Plugin
	By: Chris Poteet
	URL: www.siolon.com
*/
.wp-post-meta table, .wp-post-meta table * {
border-right:none;
border-left:none;
}
.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/arrows.png') no-repeat 0 0;
}
.toggled {
	background: transparent url('images/arrows.png') no-repeat 0 -14px;
}
.post-info {
 	padding: 6px 4px 4px;
  	border: none;
  	background: none;
  	font: 11px "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
  	text-align: left;
  	margin-top: 5px;
}
.post-info table, .post-info tr {border:0; background: none; padding:0; margin:0; }
.post-info table {margin-bottom: -10px;}
.post-info td {padding:0;font-size: 11px;}
.move-tags {position: relative; top:-7px; left:-5px;}
.post-info ul {
	margin-left: 5px;
	padding-left: 0;
	margin-right: 130px;
	width: 425px;
}
.post-info li {
	list-style: none;
	min-height: 16px;
	margin-bottom: 5px;
	padding-left: 22px;
	vertical-align: middle;
}
.post-info li.email {margin-left:-20px;}
.post-info li.email img {padding-left: 2px;}
.post-info li.socials {padding-top: 0px;}
li.date {
	background: url('images/date.png') no-repeat;
}
li.categories {
	background: url('images/categories.png') no-repeat;
}
li.tags {
	background: url('images/tags.png') no-repeat;
	width:170px;	
}
li.comments {
	background: url('images/comments.png') no-repeat;
}
li.author {
	background: url('images/author.png') no-repeat;
}
li.words {
	background: url('images/words.png') no-repeat;
}
.tt img {border: 0;}
