/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

#wpp-3 h3 {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#FFFFFF;
border-bottom:1px solid #E88F9D;
color:#E88F9D;
display:block;
font-size:22px;
letter-spacing:0.5px;
margin:0 0 13px;
padding:8px 20px 6px 13px;
text-align:left;
text-transform:uppercase;
width:205px;
}
#wpp-3 ul {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background-color:#FFFFFF;
letter-spacing:0.5px;
margin-bottom:-4px;
margin-top:-13px;
padding:10px 5px 6px 2px;
text-align:left;
}

#wpp-3 li {
background:url("http://www.los-list.com/blog/wp-content/uploads/2010/01/listBullet05.png") no-repeat scroll 0 6px transparent;
line-height:13px;
margin-bottom:0;
margin-left:12px;
margin-top:-2px;
overflow:visible;
text-indent:15px;
}

#right_col #wpp-3 a:hover {
color: #E88F9D;
display:block;
font-size:10px;
font-weight:bolder;
height:13px;
margin-left:-6px;
overflow:hidden;
letter-spacing:0;
}

#right_col #wpp-3 a {
color:#000000;
display:block;
font-size:10px;
font-weight:bolder;
height:13px;
letter-spacing:0;
margin-left:-6px;
overflow:hidden;
}
