/*
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: #0D61B8;
}

.wpp-post-title a {
	color: #0D61B8;
	text-decoration: none;
}

.wpp-post-title a:hover {
	color: #545454;
	text-decoration: underline;
}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
}

/* excerpt styles */
.wpp-excerpt {
	
}

/* Stats tag styles */
.post-stats {
	font-size:11px;
	font-weight:bold;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

/* WP-PostRatings styles */
.wpp-rating {
}
