/*
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: WP-PostRatings								|
|	Copyright (c) 2012 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 {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/*height:30px;*/
	line-height:34px;
	margin-bottom:10px;
	position: relative;
	display:block;
	float:left;
}

@media all and (max-width: 479px) {
	.post-ratings .votedyet{clear:both;display:block;}
}

.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
	float:left;
	margin-top:-28px;
}
.post-ratings-loading img{height: 16px!important;width: 16px!important;float:left; margin-right:10px;}
.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: 4px 0 0;
  vertical-align: top;
  width: auto;
}
.post-ratings-text {
  bottom: -14px;
  height: 16px;
  left: 0;
  line-height: 16px;
  position: absolute;
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}

.confirm-rating {
  background: #ccc none repeat scroll 0 0;
  box-sizing: border-box;
  height: 42px;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  width: 300px;
}
.confirm-rating .confirm_text{
	float:left; display:inline-block; 
	width:180px;margin:0!important;
	padding:0; height:32px;line-height:32px;}

.confirm-rating a{
	float:right;
	height: 28px;
	width: 40px;
	line-height: 28px;
	margin: 2px 0px 2px 10px;
	text-align: center;
	background: #000000;
	color:#ffffff;
	cursor:pointer;
}
.confirm-rating a.yesconfirm{background: green;}
.confirm-rating a:hover{ background-color: #ffffff; color:#000000;}