/*
+----------------------------------------------------------------+
|																							|
|	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 {
        position:relative;
        z-index:5;
        float:left;
        
}
.post-ratings p{
        font-size: 12px;
        color: #4680bf;
        text-decoration:none;
        text-align: left;
        float:right;
        margin:1px;
}
.post-ratings ul{
        float : left;	
        padding: 0;
	margin: 2px;
	list-style: none;
}
.post-ratings li{
        margin: 2px;
	float : left;
        font-size: 11px;
        color: #4680bf;
        text-decoration: none;
}
.post-ratings-loading {
	display: none;
	margin: 2px;
	float : left;
        font-size: 12px;
        color: #4680bf;
        text-decoration: none;
}
.post-ratings-image {
	       
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0 0px 0px 0;
        
}
.post-ratings-text {
        
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}