/*

Wordpress Popular Posts plugin stylesheet

Developed by Hector Cabrera



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

*/

.wpp-list {
	margin: 0;
}

/* title styles */

.wpp-post-title {
	font-size: 16px !important;
	text-decoration: none !important;
	border-bottom: 0px;
}

.sidebar_item-top-category-articles li:hover {
	border-left: 6px solid #444;
}

/* thumbnail styles */

img.wpp-thumbnail {

	display: none;
	border:1px solid #fff;
	-webkit-box-shadow: #777 0px 1px 3px !important;
	box-shadow: #777 0px 1px 3px !important;
	float:left;
	margin-right:7px;
	margin-bottom:10px;
}



/* excerpt styles */

.wpp-excerpt {
	
	font-size: 13px;
	display: block;
	font-weight: normal;
	margin-top: 6px;
}



/* Stats tag styles */

.post-stats {

	font-size:9px;

	font-weight:bold;

}

	

	.wpp-comments {

	}

	

	.wpp-views {
		display: none;
	}

	

	.wpp-author {

		font-style:italic;

	}

	

	.wpp-date {

	}



/* WP-PostRatings styles */

.wpp-rating {

}