/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PostRatings 1.50								|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/wp-postratings/postratings-css.css			|
|																							|
+----------------------------------------------------------------+
*/


.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #000000;*/
	/*display:block;*/
	 height:auto;
	 text-align: left;
	 padding-top:10px;
}
.post-ratings-loading {
	/*display: none;*/
	height: 27px;
	text-align: left;
}
.post-ratings-image {
	
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	float:right;
	border: 0px;
	padding: 0 5px;
	margin: -5px;
}
.post-ratings-text {
	padding: 10px 5px;
 
	text-align:left;
}
.post-ratings-comment-author {
	display: none;
	/*font-weight: normal;
	font-style: italic;*/
}