/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/
.wpp-title{
	color: #000000;
	padding: 5px 10px;
	text-align: center;
	font: bold 24px 'Play', sans-serif;
	position: relative;
	margin: 0px;
	text-decoration: none;
	width: 240px;
	display: inline-block;
}

.wpp-list { /* UL element */

}

	.wpp-list li { /* LI - post container */
		/*display:inline-block;*/ /* <-- uncommenting this line is recommended when using post thumbnails */
		float:none;
		clear:left;
	}

		.wpp-list a{
		}

		/* title styles */
		.wpp-post-title {
		}

		/* thumbnail styles */
		.wpp-thumbnail {
			display:inline;
			float:left;
			margin:0 5px 0 0;
			border:none;
		}

		/* excerpt styles */
		.wpp-excerpt {
		}

		/* Stats tag styles */
		.post-stats {
			display:block;
			font-size:9px;
			font-weight:bold;
			border-bottom: 1px solid #cdcdcd;
			margin: 0px 0 5px 0;
		}

			.wpp-comments {
			}

			.wpp-views {
				display: block;
				font-size: 9px;
				font-weight: bold;
				font: italic 11px georgia;
			}

			.wpp-author {
			}

			.wpp-date {
			}

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