/*
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 {
	display: block; font: 12px, times; margin-bottom: 6px;
}

/* thumbnail styles */
img.wpp-thumbnail {
	width: 50px; width: 50px; margin-right: 15px; float: left;
}

/* excerpt styles */
.wpp-excerpt {

}

/* Stats tag styles */
.post-stats {
	font-size:9px;
	font-weight:bold;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
		display: block; font-size: 9px; color: #aaa9a9;
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
		display: block; font-size: 11px; color: #aaa9a9;
	}

/* WP-PostRatings styles */
.wpp-rating {
}