/*
+----------------------------------------------------------------+
|                                                                |
|   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 {
    opacity: 1;
    font-size: 14px;
    color: #969696;
    float: left;
    margin: -1px 10px 0 0;
}

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

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

.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
    border: 0;
    padding: 0;
    margin: 8px 4px -4px 0;
}
.post-ratings img{
	width:32px;
	height:32px;
	margin: 0 2px -11px 0;
}

.post-ratings-text {
	
}

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