/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

/* title styles */
.wpp-post-title {color: #262626; font: 12px Georgia, Geneva, "Times New Roman", times; font-weight:bold; }


/* thumbnail styles */
img.wpp-thumbnail {float: left; text-align: left; padding: 0 10px 0 0}

/* excerpt styles */
.wpp-excerpt {}

/* Stats tag styles */
.post-stats {
	font-size:11px;}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {font-size: 11px; color: #777777;}

/* WP-PostRatings styles */
.wpp-rating {
}

