/*

+----------------------------------------------------------------+

|																							|

|	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;

	display: inline;

	/* background-color: #ffffff; */

}


#rating-bar {
	background: transparent url(images/rating-bg.gif) no-repeat top left;
	padding-left: 100px;
	height: 18px;
	padding-top: 1px;
}

#rating-bar p {
	margin: 0;
	display: inline;
	color: #424242;
	margin-left: 5px;
	position: relative;
	top: -4px;
}

.post-ratings-loading {

	display: none;

	height: 16px;

	text-align: left;

}

.post-ratings-image {

	border: 0px;

}

.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {

	border: 0px;

	padding: 0px;

	margin: 0px;

}

.post-ratings-text {
	color: #333;
}

.post-ratings-comment-author {

	font-weight: normal;
	font-style: italic;
	color: #b7b7b7;
	font-size: 11px;
}

.post-ratings {
	font-weight: normal;
	font-style: normal;
	color: #b7b7b7;
	font-size: 10px;
}