/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
margin: 0.75em 0 1.5em;*/

/* title styles */
.wpp-post-title {
    letter-spacing: 1px;
    text-decoration: none;
	font-weight:bold;
	font-size: 0.9em;
    text-transform: uppercase;
}
.popular-posts li {
	margin: 0.75em 0 1.5em;
}
/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
}
/* excerpt styles */
.wpp-excerpt {
}
/* Stats tag styles */
.post-stats {
	margin-bottom: 1.5em;
	}	
.wpp-comments {
	}	
.wpp-views {
	}
.wpp-author a{
	text-decoration:underline;
	}
.wpp-date {
	}
/* WP-PostRatings styles */
.wpp-rating {
}