/*
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 {
}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
}
.wpp-thumbnail img
{
	border:1px solid #bbb;
	/*padding: 3px;*/
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:9px;
	font-weight:bold;
}
	
	.wpp-comments {
	}
	
	.wpp-views {
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

/* WP-PostRatings styles */
.wpp-rating {
}