/*
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:#222222;
border-bottom:1px solid pink;
color:pink;
display:block;
font-size:22px;
letter-spacing:0.5px;
margin:0 0 14px;
padding:12px 20px 5px 11px;
text-align:left;
text-transform:uppercase;
width:217px;
}
#wpp-3 ul {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background-color:#444444;
letter-spacing:0.5px;
margin-bottom:-4px;
margin-top:-13px;
padding:10px 5px 6px 2px;
text-align:left;
}

#wpp-3 li {
letter-spacing:0.5px;
line-height:13px;
list-style-image:url(http://www.los-list.com/blog/wp-content/uploads/2010/01/listBullet05.png);
list-style-position:outside;
margin-bottom:0;
margin-left:19px;
margin-top:-2px;
overflow:visible;
}

#right_col #wpp-3 a:hover {
color:pink;
display:block;
font-size:10px;
font-weight:bolder;
height:13px;
letter-spacing:0.4px;
margin-left:-6px;
overflow:hidden;
}

#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;
}