/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

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

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {	
}

	/* LI - Post container styles */
	.wpp-list li {
		overflow: hidden;
		float: none;
		clear: both;
		padding-bottom: 10px;
	}
	
	/* Styles for the popular post in view */
	.wpp-list li.current {
	}
	
		/* Thumbnail styles */
		.wpp-thumbnail {
			display: inline-block;
			float: left;
			margin: 0 5px 0 0;
			border: none;
		}
/*added by ccj*/
		.entry-content ul{
			line-height: 19px !important;	
		}
		/* Title styles */
		a.wpp-post-title {
			max-width: 70%;
			display: inline-block;
			font-size: 15px;
			font-weight: bold;
			margin-bottom: 10px;
			
		}
		
		/* Excerpt styles */
		.wpp-excerpt {
		}
		
		/* Stats tag styles */
		.wpp-meta, .post-stats {
			display: block;
			font-size: 0.8em;
			font-weight: bold;
		}
			
			/* Comments count styles */
			.wpp-comments {
			}
			
			/* Views count styles */
			.wpp-views {
			}
			
			/* Author styles */
			.wpp-author {
				font-size: 12px;
			}
/*added by ccj*/
			.wpp-author a{
				color: #666666;
			}.wpp-author a:hover{
				color: #F60C29;
			}
			/* Post date styles */
			.wpp-date {
				font-size: 12px;
				font-weight: normal;
			}
			
			/* Post category styles */
			.wpp-category {
			}
		
		/* WP-PostRatings styles */
		.wpp-rating {
		}