/*
+----------------------------------------------------------------+
|																							|
|	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{text-align:center;font-size:1em;line-height:120%;padding:5px;background:#fff;margin:5px 10px;border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:1px 2px 1px #000000;
	-moz-box-shadow:1px 2px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 2px 1px rgba(0,0,0,0.5);
	background:-moz-linear-gradient(-90deg,#fff,#eee);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));}
.post-ratings-loading{display:none;height:16px}
.post-ratings-image{border:0px}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img{vertical-align:middle}
.post-ratings-text{height:1%}
.post-ratings-comment-author{font-weight:normal;font-style:italic}