




/*
     FILE ARCHIVED ON 17:51:38 Jul 2, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:24:45 Nov 8, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
	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('http://freelance-manga.com/wp-content/plugins/post-information/images/arrows.png') no-repeat 0 0;
}
.toggled {
	background: transparent url('http://freelance-manga.com/wp-content/plugins/post-information/images/arrows.png') no-repeat 0 -14px;
}
.post-info {
 	padding: 6px 4px 4px;
  	border: 1px solid #ccc;
  	background: #eee url('http://freelance-manga.com/wp-content/plugins/post-information/images/postmetabg.png') no-repeat right center;
  	font: 11px "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
  	text-align: left;
}
.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;
}
li.date {
	background: url('http://freelance-manga.com/wp-content/plugins/post-information/images/date.png') no-repeat;
}
li.categories {
	background: url('http://freelance-manga.com/wp-content/plugins/post-information/images/categories.png') no-repeat;
}
li.tags {
	background: url('http://freelance-manga.com/wp-content/plugins/post-information/images/tags.png') no-repeat;	
}
li.comments {
	background: url('http://freelance-manga.com/wp-content/plugins/post-information/images/comments.png') no-repeat;
}
li.author {
	background: url('http://freelance-manga.com/wp-content/plugins/post-information/images/author.png') no-repeat;
}
li.words {
	background: url('http://freelance-manga.com/wp-content/plugins/post-information/images/words.png') no-repeat;
}
