/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

div#newsum {
   font-size: 0.95em;
   padding: 3px 0 3px 0;
   margin: 5px 0 0 0.8em;
   background: #d5e280;
}

div#newsum .NewsSummary {
    padding: 0.5em 0.7em; /* padding for the news article summary */
    margin: 1px 2px; /* margin to the bottom of the news article summary */
    background-color: #ebf3b9;
    border: none;
}

div#newsum .NewsSummary .NewsSummaryPostdate {
    color: #b1bd63;
}

.NewsSummaryPostdate {
   font-size: 95%;
   font-weight: bold;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 1px 2px; /* margin to the bottom of the news article summary */
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

/* styles pour les especes de la semaine */

.Weekspecies {
    display: block;
    width: 160px;
    text-align: left;
    float: left;
    margin: 10px 50px;
}

.Weekspecies .NewsSummaryLink {
    font-size: 90%;
}

.Weekspecies img {
    border: 1px solid #b1bd63;
    padding: 2px;
}

/* iframe IUCN du menu */

div#iucn-big {
   margin: 10px 0;
   text-align: right;
   color: #aaa;
   font-size: 80%;
}

/* style des archives */
.WSarchives {
  display: block;
  float: left;
  margin: 5px;
}

.WSarchives img {
  width: 60px;
  height: 60px;
}

.WSarchives .NewsSummaryLink {
  display: none;
}

/* fin des styles pour les especes de la semaine*/


/* Masquer les infos inutiles dans le menu gauche */

div#newsum .NewsSummary .NewsSummaryMorelink,
div#newsum .NewsSummary .NewsSummaryAuthor,
div#newsum .NewsSummary .NewsSummarySummary,
div#newsum .NewsSummary .NewsSummaryCategory {
  display: none;
}
div#liste .NewsSummary .NewsSummaryAuthor {
  display: none;
}

/* to add specific style to the below divs, uncomment them. */
#NewsPostDetailContent {
  padding-top: 1.5em;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;}

#NewsPostDetailDate,
#NewsPostDetailPrintLink,
#NewsPostDetailCategory,
#NewsPostDetailAuthor {display: none;}

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailReturnLink {}
*/

/* End of 'Module: News' */

