/***********************/
/* NOTIZIE - CATEGORIE */
/***********************/
.main_content .box_categoria{
   display: block;
   clear: both;  
   margin-bottom: 1em;
}
.main_content .box_categoria h2{
   font-size: 1.125em;
   line-height: 1.555em;
   height: 1.555em;
   background: #6d8d3a;
   padding-left: 1em;
   margin-bottom: 1em;
   font-weight: normal;
}
.main_content .box_categoria h2 a{
   color: #FFF;
   display: block;
}
.main_content .box_categoria h2:hover{
   background: #2f3334;
}
.box_categoria .lista_news{
                                         
}
.box_categoria .news_item{
   display: block;
   clear: both;
   margin-bottom: 1em;
   height: 5.625em; /* 90px / 16px */
}
.box_categoria .news_item div.img{
   float: left;
   margin-right: 1em;
}
.box_categoria .news_item div.img img{
   border: 1px solid #333;
}
.box_categoria .news_item div.testo{
   line-height: 5.625em;
   height: 5.625em;
}
.box_categoria .news_item div.testo .data{
   font-size: 0.75em;  /* 12px / 16px */
   line-height: 1.833em; /* 22px / 12px */
   font-style: italic;
   font-weight: bold;
   color: #797F7B;
}
.box_categoria .news_item div.testo .titolo_news{
   font-size: 1em; /* 16px */
   line-height: 2em; /* 32px / 16px */
   height: 4.25em; /* 68px / 16px */ 
}
.box_categoria .news_item div.testo .titolo_news a{ 
   padding: 0.2em;
   color: #728A3C;
}
.box_categoria .news_item div.testo .titolo_news a:hover{ 
   background-color: #728A3C;
   color: #FFF;
}

/*************/
/* NEWS TEXT */
/*************/
.main_content h1.titolo_categoria{
   font-size: 1.125em;
   line-height: 1.75em;
   height: 1.75em;
   color: #FFF;
   font-weight: normal;
}
.main_content  #navigator,
.main_content  #news_pagination{
   height: 1.875em; /* 30px / 16px */   
   line-height: 1.875em; /* 30px / 16px */     
}
.main_content  #navigator .item,
.main_content  #news_pagination .item{
   height: 1.875em; /* 30px / 16px */   
   line-height: 1.875em; /* 30px / 16px */      
}
.main_content  #navigator .item a,
.main_content  #news_pagination .item a,
.main_content  #news_pagination .item p{
   font-size: 0.625em; /* 10px / 16px */
   height: 3em; /* 30px / 8px */  
   line-height: 3em; /* 30px / 8px */ 
   text-align: center;
   color: #FFF; 
}
.main_content  #news_pagination .item_first a{
   text-align: left;
}
.main_content  #news_pagination .item_last a{
   text-align: right;
}
.main_content  #news_pagination .item p, 
.main_content  #news_pagination .item a{ 
   color: #6D8D3A;  
}
.main_content  #news_pagination .item a span:hover{ 
   background: #6D8D3A;
   color: #FFF;   
}
.main_content .news .data{
   font-size: 0.875em; /* 14px */
   line-height: 1.571em;
   color: #797f7b;
   font-style: italic;
   font-weight: bold;
}
.main_content .news .titolo{
   font-size: 0.875em; /* 14px */
   line-height: 1.571em;
   color: #728a3c; 
}
.main_content .news .titolo a{
   color: #728a3c;
} 
.main_content .news .titolo a:hover{
   text-decoration: underline;  
}
.main_content .news .categoria {
   font-size: 0.625em;
   line-height: 1.5em;
   color: #797f7b; 
}
.main_content .news .categoria a{
   color: #728a3c;
}
.main_content .news .categoria a:hover{
   text-decoration: underline;
} 
.main_content .news .testo{
   font-size: 0.75em;  /* 12px */
   line-height: 1.33em;
    
}
.main_content .comments h2.titolo{
   font-size: 0.625em; /* 10px / 16px */
   line-height: 2.6em;
   color: #FFF;
}
.main_content .comments h2.titolo a{
   color: #FFF;
}

/* LISTA COMMENTI */   
.comments .comment_item .top{
   height: 1.625em; /* 26px / 16px = 1.625em; */
}
.comments .comment_item .top .num_item{
   font-size: 1.125em;  /* 18px / 16px = 1.125em; */
   line-height: 1.444em; /* 26px / 18px = 1.444em; */
   color: #7f827b;
   font-style: italic;
}
.comments .comment_item .top .autore{
   font-size: 0.75em;  /* 12px / 16px */
   line-height: 1.666em; /* 20px / 12px */
   color: #2aa71f;
   font-weight: bold;
   font-style: italic;
}
.comments .comment_item .top .data{
   font-size: 0.5em; /* 8px / 16px */
   line-height: 2.5em; /* 20px /  8px */
   color: #7d8375;
}
.comments .comment_item .bottom{
   font-size: 0.625em; /* 10px / 16px */
   line-height: 1.6em; /* 16px / 10px */  
}
.comments .comment_item .bottom p{
   color: #4b5145; 
}
/* NUOVO COMMENTO */
#add_comment h3.titolo{
   font-size: 0.875em; /* 14px / 16px */
   line-height: 1.571em; /* 22px / 14px */
   color: #7f7f89;   
}
#add_comment .form_row{
   line-height: 1.125em;  /* 18px / 16px */
   height: 1.125em;  /* 18px / 16px */
}
#add_comment .form_row label{
   font-size: 0.75em; /* 12px / 16px */ 
   line-height: 1.5em; /* 18px / 12px */
}
#add_comment .row_captcha{ 
   height: 2.187em; /* 35px / 16px */    
}
#add_comment .row_testo textarea{
   height: 22.5em;
}
#add_comment  #btn_add_comment{
   margin: 0.5em 0;
}
#add_comment  #btn_add_comment input{
   font-size: 0.75em;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   line-height: 1.833em;
   height: 1.833em;
   color: #FFF; 
}
#add_comment .form_row input:hover,#add_comment .form_row input:focus,
#add_comment .row_testo textarea:hover,#add_comment .row_testo textarea:focus{
   background: #FFF;
}

/***************/
/* NEWS LAYOUT */
/***************/
.main_content h1.titolo_categoria{
   background: #6d8d3a;
   padding-left: 1em;
   margin-bottom: 1em;
}
#news_list .gutter{
   padding-right:0;
}
.main_content  #navigator,
.main_content  #news_pagination{
   display: block; 
   width: 100%;
   margin: 0 auto 0.4em auto;                                                                                                 
}
.main_content  #navigator .item, 
.main_content  #news_pagination .item{ 
   width: 33%; 
   float: left; 
   margin-left: 0.125em; 
}
.main_content  #navigator .item_first, 
.main_content  #news_pagination .item_first{ 
   width: 32.8%;
   margin-left: 0;   
}
.main_content  #news_pagination .item a{
   display: block;  
}
.main_content  #navigator .item a{
   display: block;
   background: #6d8d3a;        
} 
.main_content  #navigator .item a:hover{
   background: #2f3334;
}
.main_content .news .titolo{ 
   margin-bottom: 0em;  
}
.main_content .news .testo{
   margin-top: 1em;
}
.main_content .news .categoria { 
   margin-bottom: 1.4em;
}
.main_content .comments h2.titolo{
   background: #6d8d3a;
   margin: 1.2em 0 1.2em 0;   
}
.main_content .comments h2.titolo span{
   padding-left: 0.5em;    
}
.main_content .comments h2.titolo a{
   display: block;
}
.main_content .comments h2.titolo a:hover{
   background: #2f3334;    
}

/* LISTA COMMENTI */
.comments .comment_item{}
.comments .comment_item .top{

}
.comments .comment_item .top .num_item{
   float: left;
   margin-right: 1em;
}
.comments .comment_item .top .meta{
   padding-top: 0.312em; /* 10px / 16px */      
}
.comments .comment_item .bottom{
   margin: 0.8em 0;   
}
/* NUOVO COMMENTO */
#add_comment h3.titolo{
   margin: 1.571em 0 0.785em 0;
}
#add_comment .form_row{
   margin-bottom: 0.6em; 
}
#add_comment .row_captcha{ 
   display: block;
   margin-bottom: 0.514em; /* 18px / 35px */  
}
#add_comment .row_captcha img{
   width: 75%;
   border: 1px solid #AAAAAA;
}
#add_comment .form_row label{
   width: 24%;
   float: right;    
}
#add_comment .form_row input{
   width: 75%;
   float: left;
   border: 1px solid #AAAAAA;
   background: #f0f9e4;
}
#add_comment .row_testo textarea{
   width: 99%;
   background: #f0f9e4;
   border: 1px solid #AAAAAA;
}
#add_comment  #btn_add_comment{
   float: right;
   height: 1.375em;  
}
#add_comment  #btn_add_comment input{
   background: #6d8d3a;
   padding-left:1.2em;
   padding-right:1.2em;
   cursor: pointer;
}
#add_comment  #btn_add_comment input:hover{
   background: #2f3334;
}
