/* story list
###################################### */
.WN_comment-count {
width:125px;
list-style:none;
margin:0;
padding:0;
font:11px arial, sans-serif;
color:#414141;
}

.WN_stories {
width:125px;
list-style:none;
margin:10px 0;
padding:0;
font:11px arial, sans-serif;
color:#414141;
}

.WN_stories li {
margin:5px 0;
}

.WN_stories li a {
text-decoration:none;
}

.WN_stories li a span{
color:#414141;
}

.WN_stories li a:hover span{
color:#eb8a36;
}

