/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

.popular-posts li {
	border-bottom:1px solid #ced7de;
	padding:5px 10px;
	clear:both;
	list-style-position:outside;
	}


.popular-posts li:last-child { border-bottom:none; }

.popular-posts ul li { border-bottom: 1px solid #d2d4d4; padding: 3px; clear: both; list-style-type: none; width: 257px; float: left; }

.popular-posts ul li a { display: block; font-size:14px; color:#3B3232; }

.popular-posts ul li a:hover { color:#43b1ad; }

.popular-posts li:last-child { border-bottom:none; }


/* title styles */
.wpp-post-title {
}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
	float: left; 
	margin: 0px 8px 5px 0;
	padding: 3px;
}

/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:9px;
	font-weight:bold;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date { font-size:9px; font-weight:bold; }

/* WP-PostRatings styles */
.wpp-rating {
}
