/*
+----------------------------------------------------------------+
|																							|
|	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 {
	/*Added by Shishir Raj Adhikari "sisir48@yahoo.com" */
	width:90px; 
	/*height:18px;*/
	/*float:right;
	margin:-18px 20px 0 0;*/
	/*Added by Shishir Raj Adhikari "sisir48@yahoo.com" */
	
	/*width:100%;*/
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-size:11px;
	font-weight:normal;
	display:inline;
	position:relative;
	top:3px;
	left:3px;
}

/*.post-ratings, x:-moz-any-link {margin:-18px 20px 0 0;} /*** for Firefox 2.0 ****/
/*.post-ratings, x:-moz-any-link, x:default {margin:3px 20px 0 0;} /*** for Firefox 3.0 and newer ***/

@media screen and (-webkit-min-device-pixel-ratio:0){
	.post-ratings
	{
		margin-top:3px
	}
}
#scroll0Container .post-ratings
{
	width:85px; height:18px;	
	margin:5px 15px 0 0px;
	float:left;
	
	/*width:100%;*/
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}

#scroll0Container .get-post-ratings
{
	width:85px; height:18px;	
	margin:5px 15px 0 0px;
	float:left;
	
	/*width:100%;*/
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}

.featuredArticleContent h1 span.post-ratings
{
	width:85px;
	float:none;
	margin:0;
	border:0px solid red;	
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* 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 IMG
{
	margin-right:2px;
}

.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}