/*
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, .wpp-numbers {
  font-weight: bold;
  font-size: 180%;
  margin:0 0 .2em 0;
  padding:.2em 0 0 0;
  text-shadow: #fff 1px 1px 1px;
  text-decoration:none;
  color:#4e4e4e;
  line-height: 1.3em;
}

.wpp-post-number {
  font-size: 125%;
}
 
.wpp-wrap {
  float: left;
  width:49%;
  zoom:90%;

}

.wpp-more-updates
{
 font-weight: bold;
 margin-left: 44px;
 font-size: 125%;
}

.wpp-bar {
  padding-bottom: 0px;
  margin-bottom: 0px;
  bottom: 0px;

}

#weekly {
width: 45%;
float: left;
}

#monthly {
width: 45%;
float: right;
}

span.wpp-post-title:hover {
  color:#87bd01;
}

ul.wpp {
list-style-type: none;
}

ul.wpp a {
 text-decoration:none;
}

h2.wpp-head {
  padding-bottom: 10px;
  text-align: center;
    margin-top: 0px; 
}


/* thumbnail styles */
img.wpp-thumbnail {
}

/* excerpt styles */
.wpp-excerpt {

 margin-left: 10px;
 padding-bottom: 10px;
 padding-top: 10px;

}

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