/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

.wpp_post li{
	list-style-type: none;
	font-family: "Helvetice Neue", Helvetica, Arial, san-serif;
	display:block;
}

.wpp_post hr{
	padding:none;
	border:1px dotted #eee;
	margin-top:5px;
	margin-bottom:10px;
}

/* title styles */
.wpp-post-title {
	font-weight:bold;
	color:#F0F;
}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
	padding: 0 10px 0 0px;
	float: left;
}

/* excerpt styles */
.wpp-excerpt {
	display:block;
}

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

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