/*

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 {
font-size:12px;

}



/* thumbnail styles */

img.wpp-thumbnail {

	border:1px #666666;
	float:left;
	text-align:left;
	margin-right:10px;

}



/* excerpt styles */

.wpp-excerpt {
font-size:11px;

}

/* Stats tag styles */

.post-stats {
	display:block;
	font-size:9px;
	font-weight:bold;
	clear:both;

}


	.wpp-comments {
clear:both;
display:block;

	}

	

	.wpp-views {
clear:both;
display:block;

	}

hr {clear:both;}	

	.wpp-author {

		font-style:italic;

	}

	

	.wpp-date {

	}



/* WP-PostRatings styles */

.wpp-rating {

}
.popular-posts, .popular-posts ul li, popular-posts ol li {
  list-style:none!important
}

ul, menu, dir {
-moz-padding-start:0px;
display:block;
list-style-type:none;
margin:1em 0;
clear:both;
}

li  {
display:list-item;
display:block;
list-style-type:none;
}