/*
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;
	width: 50px;
	height: 50px;
	vertical-align: top;
}

/* 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 {
}

/*追加スタイル*/
.popular_wrapper {
	width: 100%;
	clear: left;
	border-bottom: dotted 1px #d9d9d9;
	padding: 5px 0;
	min-height: 56px;
}

.popular_l {
	float: left;
}

.popular_l img {
	width: 50px;
	height: 50px;
	border: none;
	margin: 3px 0;
}
.popular_r {
	margin-left: 55px;
	margin-top: -15px;
}

.popular_r p {
	font-size: 14px;
	padding: 2px 2px 2px 5px;
	line-height: 1.0;
}

.popular_wrapper_nothumb {
	clear: left;
	border-bottom: dotted 1px #d9d9d9;
	padding-left: 5px;
}

.popular_wrapper_nothumb p {
	font-size: 12px;
	line-height: 1.2;
}
