/* Start of CMSMS style sheet 'Module: News' */
div#news {
  width:311px; /* breedte van de news-div i.t.t. de sidebar */
  background: #c1c1c1; 
}

div#news h2 {
  display:block;
  width:311px;
  text-indent:0.5em;
  color: #ccc;
  font-size:1.5em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5em;
  background-color: #333;
}

div#news p {
   text-align:right;
   padding:0;
   margin:0;
}

div#news a {
   padding:0.2em;
}

div#news a:hover {
color:#fff;
background-color: #444444;
text-decoration:underline;
}

.NewsSummary {
   background-color: #ddd;
   padding:0.5em 1em;      /* padding voor de tekst/inhoud in het news-item */
   border-bottom:solid 10px #c1c1c1;
   border-top:solid 5px #c1c1c1;
}

div#news .NewsSummary p {
    text-align:left;
    color:#333333;
}

div#news .NewsSummary a {
text-decoration:none;
padding:0;
}

div#news .NewsSummary a:hover {
background-color: transparent;
text-decoration:underline;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  color:#999;
 }

div#news .NewsSummaryLink {
    font-weight: bold;
    margin-top:-1.5em;
    width:200px;
}

div#news .NewsSummaryLink a {
    font-weight: bold;
    color:#1c1c1c;
    padding:0;
}

.NewsSummaryCategory {
display:none;
 }

.NewsSummaryAuthor {
display:none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  padding-top:1em;
  padding-bottom:1em;
 }

div#news .NewsSummaryMorelink a {
  padding: 0.5em 0;
  color:#333333;
}

div#news .NewsSummaryMorelink a:hover {
  color:#c1c1c1;
  text-decoration:none;
}

#NewsPostDetailDate {
text-align:right;
}

#NewsPostDetailTitle {

}

#NewsPostDetailSummary {
padding:1em 0;
}

#NewsPostDetailSummary img {
padding:1em 0;
}

#NewsPostDetailCategory {
display:none
}

#NewsPostDetailContent {

  }

#NewsPostDetailAuthor {
display:none
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

