/*
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 {
    display: table-cell;
    font-size: 15px;
    min-height: 40px;
    line-height: 20px;
    vertical-align: middle;
}

.title-number {
    font-size:30px;
    font-weight:bolder;
    color:#f3b825;
    padding:10px;
    border-right: #e4d4c7 dashed 1px;
    float:left;
    width:30px;
}

.title-separator {
    font-size:30px;
    font-weight:bolder;
    color:#f3b825;
    padding:35px 15px 15px 15px;
    border-right: #e4d4c7 dashed 1px;
    float:left;
    width:5px;
    margin-right:15px;
    margin-top:15px;
}

.text {
    float:left;
    width: 360px;
    padding-left:10px;
}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
    padding: 15px 15px;
}

/* excerpt styles */
.wpp-excerpt {
    padding-top:10px;
    font-size: 12px;
    vertical-align:top;
}

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

.polaroid-top {
    background: url("../polaroid-top.jpg") no-repeat scroll 0 0 transparent;
    height: 110px !important;
    width: 131px !important;
    float:left;
}

/* thumbnail styles */
.polaroid-thumbnail {
	border:none;
    padding: 15px 15px;
}