/*
+---------------------------------------------------------------+
|																|
|	WordPress 2.1 Plugin: WP-PostRatings 1.20					|
|	Copyright (c) 2007 Lester "GaMerZ" Chan						|
|																|
|	File Written By:											|
|	- Lester "GaMerZ" Chan										|
|	- http://lesterchan.net										|
|																|
|	File Information:											|
|	- Post Ratings CSS File										|
|	- wp-content/plugins/postratings/postratings-css.css		|
|																|
+---------------------------------------------------------------+
*/

/* positioning the "highest rated" widget-elements */
/* hr = highestrated; hrlink & hrimg (+ clrb) are located in: postratings.php */
.hrlink {
}
div.hrimg {
	float: right;
}
div.clrb {
	clear: both;
	padding-bottom: 10px;
}


.post-ratings {
	position: relative;
	top: -37px; /* -23 with social bookmarking */
	left: 490px;
	overflow: auto;
	width: 150px;
	/* background-color: #ffffff; */
}
.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 {
}
/* Styles Used In WP-Admin */
.wp-postratings-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
