/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.7 Plugin: WP-PostRatings 1.40								|
|	Copyright (c) 2008 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;
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
	background-color:#FFF;
	position:absolute;
	margin-top: -1.2em;
	line-height:1.3em;
	background: #f4f7f8;
	width: 50px;
}
.post-ratings-loading img {
	position: absolute;
	margin-top: -4px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);	
	opacity: .4;	
}
.post-ratings-loading span {
	padding-left: 14px;	
	color: #cbd1d3;
}



.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 {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}