/*
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 {margin-left: 2.5px; font-family: 'Arial'; list-style: none; font-size: 8px;}

/* thumbnail styles */
img.wpp-thumbnail {margin-right: 2.5px; margin-top: 2px; margin-bottom: 1px;}

/* excerpt styles */
.wpp-excerpt { font-size: 7.5px;
}

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

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