/*
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 {
        text-decoration: none;
}

/* thumbnail styles */
img.wpp-thumbnail {
        margin:0px 0px 0px 5px;
        padding:1px;
	vertical-align: top;
        width:50px;
	background:#FAFAFA;
	border:1px solid #CCCCCC;
}

/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:9px;
	font-weight:none;
	color:#3a9c3d;
	padding:0 0 2px 0;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

/* WP-PostRatings styles */
.wpp-rating {
}
