/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

		.wpp-list {
			background: #fff;
			border-radius: 5px;
			border: 1px solid #ccc;
			margin-left: 0px;
			margin-right: 30px;
			overflow: hidden;
			padding: 10px;
			}

		.wpp-list li {
			border-bottom: 1px solid #e8e8e8;
			clear: left;
			display: inline-block;
			float: none;
			padding: 10px;
		}

		.wpp-list li:last-child{
			border-bottom: none;
		}

		.wpp-post-title {
			color: #323030;
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 4px;
		}
		
		.wpp-thumbnail {
			border-radius: 5px;
			margin: 10px 0 10px 0;
		}
		
		.wpp-excerpt {
		}
		
		.post-stats {
			display: block;
			font-size: 12px;
		}
			
			.wpp-comments {
			}
			
			.wpp-views {
			}
			
			.wpp-author {
			}
			
			.wpp-date {
			}
		
		/* WP-PostRatings styles */
		.wpp-rating {
		}