/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PostRatings 1.30								|
|	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 {
	float: right;
	font: italic 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #555;
	margin: 0;
	padding: 0;
	background: transparent;
	border-style: none;
}

.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
	background: transparent;
	border-style: none;
}
.post-ratings-image {
	border-style: none;
	background: transparent;
}

.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	padding-left: 0;
	padding-top: 1px;
	border-style: none;
	background: transparent;
	margin-top: 0;
}
.post-ratings-text {
}
/* Styles Used In WP-Admin */
.wp-postratings-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
