/*
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 {
	font-size:12px;
	font-weight:bold;
	color:#0093c5;
}

/* thumbnail styles */
img.wpp-thumbnail {
	float:left;
	padding:2px;
	border:1px solid #dadada;
	margin-right:7px;
}

/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:11px;
	color:#555555;
	line-height:18px;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

/* WP-PostRatings styles */
.wpp-rating {
}