.archivio-news
{
    padding: 0px 0 30px 0;
    
}

.archivio-news .news-item
{
    padding: 30px 12px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
	min-height: 150px;
}

.archivio-news .news-item header #news-title
{
    font-size: 14px;
    color: #606060;
    text-transform: uppercase;
    border-bottom: none;
    padding-bottom: 0px;
    padding-left: 85px;
    margin-bottom: 5px;
    font-weight: bold;
}

.archivio-news .news-item.active
{
    background-color:#F5F5F5; 
}

.archivio-news header
{
    font-family:"BebasNeueRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    letter-spacing: 0px;
    font-size: 30px;	
    color: #505050;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 5px;
}
.archivio-news header{
   /* font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    font-size: 30px;
    color: #505050;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 5px;
    margin-left: 85px;*/
}
.archivio-news header h2{
	color: #505050;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        margin-bottom: 1px;
        font-weight: normal;	
}

.archivio-news .news-item .news-item-testo
{
    width: 536px;
    margin-left: 85px;
}

.archivio-news .news-item .news-item-image
{
   	position: absolute;
        left: 12px;
        top: 64px;
}

.archivio-news a,
.archivio-news a:link,
.archivio-news a:hover,
.archivio-news a:visited
{
    color: #505050;
    text-decoration: none;
}

.archivio-news a:focus
{
    color: #505050;
}