/* Start of CMSMS style sheet 'Module: News' */
/* cambiato colore sfondo news 23/02zambo */
/* eliminate provvisoriamente post date 21/04 zambo*/

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #DC2424; /* 000 */
  background: #F8F8F8; /* cambiato vecchio colore #FFE9AF 23/02zambo */
  color: #0000;     /* cambiato vecchio colore #000 16/03zambo */
}

div#news h2 {
   line-height: 2em;
   background: #fff;

}

.NewsSummary {
    padding: 0.5em 0.5em 0.5em 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

/* questo per le date*/
.NewsSummaryPostdate {
  font-size: 0%;   /* rimedio provvisorio per eliminare le date 21/04 zambo*/
  font-weight: normal;
  color: #F8F8F8;  /* rimedio provvisorio per eliminare le date 21/04 zambo*/
 }


/* questo per il titolo */
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    font-size: 80%;
} 


/* questo per le categorie */
.NewsSummaryCategory {
  font-size: 80%;
  /*font-style: italic;*/ -------commentato per togliere corsivo 16/03 zambo*/
  margin: 5px 0;
 }



.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  font-size: 80%;
 }


.NewsSummaryMorelink {
  padding-top: 0.5em;
  font-size: 80%;
}


/* qui è per autore*/

.NewsSummaryAuthor {
  font-size: 70%;
  
  padding-bottom: 1.5em;
}


#NewsPostDetailAuthor {
  font-size: 80%;
  padding-bottom: 1.5em;
  /*font-style: italic;*/ -------commentato per togliere corsivo 16/03 zambo*/ 
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  /*font-style: italic;*/ -------commentato per togliere corsivo 16/03 zambo*/
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
  font-size: 80%;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }



/* to add specific style to the below divs, uncomment them. */



/*
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

