/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

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

.wpp-list { /* UL element */
	list-style: none;
	
}

	.wpp-list li { /* LI - post container */
		/*display:inline-block;*/ /* <-- uncommenting this line is recommended when using post thumbnails */
		float:none;
		clear:left;
		border-top: 1px dotted #ccc;
	    color: #666;
	    margin-bottom: 10px;
	    overflow: hidden;
	    padding-top: 10px;
	}
	
	.wpp-list li:first-child{
		border:none !important;
	}
	
	.wpp-list li > span { 
		color: #b2b2b2;
	    display: block;
	    float: left;
	    font-size: 33px;
	    margin-right: 10px;
	}
	
	.wpp-list a{
		 color: #1f3f92 !important;
		 text-decoration: none !important;
		 font-family: Arial;
		 font-size: 13px;
		 display: block;
		 float: left;
		 font-weight: 600;
		 margin-top: 3px;
		 width: 230px;
	}

		/* 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;
		}
			
			.wpp-comments {
			}
			
			.wpp-views {
			}
			
			.wpp-author {
			}
			
			.wpp-date {
			}
		
		/* WP-PostRatings styles */
		.wpp-rating {
		}