/*
+----------------------------------------------------------------+
|                                                                |
|   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: 98%;
	opacity: 1;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
background: #F4FFFE;
background: -webkit-linear-gradient(top left, #F4FFFE, #FCF4FF);
background: -moz-linear-gradient(top left, #F4FFFE, #FCF4FF);
background: linear-gradient(top left, #F4FFFE, #FCF4FF);
	
box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
  
   
	/* background-color: #ffffff; */

}

@media screen and (max-width:600px){
.post-ratings{
	width: 94%;
	opacity: 1;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
background: #F4FFFE;
background: -webkit-linear-gradient(top left, #F4FFFE, #FCF4FF);
background: -moz-linear-gradient(top left, #F4FFFE, #FCF4FF);
background: linear-gradient(top left, #F4FFFE, #FCF4FF);
	
box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
  
   
	/* background-color: #ffffff; */

}
}


.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}

.post-ratings-image {
	border: 0;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
	border: 0;
	padding-top: 0px;
	margin-top: 10px;
}

.post-ratings-text {
	
}

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