/*
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;
	}
	
	/* Styles for the popular post in view */
	.wpp-list li.current {
	}
	
		/* Thumbnail styles */
		.wpp-thumbnail {
			display: inline;
			float: left;
			margin: 0 5px 5px 0;
			border: none;
		}

		/* Title styles */
		.wpp-post-title {
		}
		
		/* 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 {
			}
			
			/* Post date styles */
			.wpp-date {
			}
			
			/* Post category styles */
			.wpp-category {
			}
		
		/* WP-PostRatings styles */
		.wpp-rating {
		}
		
		
		.wpp-tsuriniiku {
    margin-bottom: 10px !important;
}
 
.wpp-tsuriniiku li {
    padding-left: 10px !important;
    margin-bottom: 10px !important;
}
 
.wpp-tsuriniiku-block {
    padding-left: 10px;
    padding-bottom: 10px;
}
 
.wpp-tsuriniiku-excerpt {
    font-family: arial, helvetica, osaka, "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
}
 
.wpp-tsuriniiku-title a {
    font-family: arial, helvetica, osaka, "MS PGothic", sans-serif;
    margin: 0px;
    padding: 0px;
    cursor: auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
}
 
.wpp-tsuriniiku-title a:hover {
    color: #900;
    text-decoration: underline;
}