.articoli .hentry {}
.articoli .hentry .tags          { display: none; }
.articoli .hentry .published     { display: none; }
.articoli .hentry .entry-summary { display: none; }
.articoli .hentry .rating        { display: none; }

/* layout */
.articoli {
    padding: 7px 7px 10px 10px;
}
.articoli h3 {
    margin-bottom: 5px;
}
.articoli h4 {
    border-bottom: 1px solid #e2e6e2;
}

.articoli .hfeed {
    padding: 5px;
    margin-bottom: 7px;
    margin-top: 1px;
}
.articoli .hentry {
    padding: 5px 0px 0px 0px;
}
.articoli .hentry.last {
    padding-bottom: 0;
}
.articoli .hentry .entry-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.hentry .author {
	float:left;
}

/* type */
.articoli li {
    list-style-type: none;
}
.articoli .hentry .entry-title {
    font-size: 1.5em;
    line-height: 18px;
}

/* colors */
.articoli {
    border-bottom: 1px solid #b3b3b3;
}
.articoli li {
    border-top: 1px solid transparent;
    margin-top: -1px;
}
.articoli .hfeed {
    border-bottom: 1px solid #666;
}
.articoli .hentry {
    border-bottom: 1px solid #666;
}
.articoli .hentry.last {
    border-bottom: none;
}

/* backgrounds */
.articoli h3 {
    background: url('../imgs/articoli_com_h3.png') no-repeat scroll top left;
    width: 145px;
    height: 46px;
    text-indent: -99999px;
}
.articoli .hfeed {
    background: #e7ebe7 url('../imgs/articolihfeed.gif') repeat-x scroll top left;
}

.articoli h4 a {
    display: block;
    width: 145px;
    height: 25px;
    text-indent: -99999px;
}
.articoli h4.selected a {
    background-position: bottom left !important;
}

.articoli .most_read       h4 a { background: url('../imgs/mostread_com_h4.png') no-repeat scroll top left; }
.articoli .most_vote       h4 a { background: url('../imgs/mostvote_com_h4.png') no-repeat scroll top left; }
