/* Start of CMSMS style sheet 'theme : News DK' */
div#news {
  margin: 0;  /* margin for the entire div surrounding the news list */
}

div#news h2 {
   
}

.NewsSummary {

}

div#chairtext .NewsSummary {
	background-color:#540032;
}

.NewsSummaryPostdate {
  font-size: 80%;
  margin-bottom:10px;
 }

.NewsSummaryLink {
    font-weight: bold;
	font-size:1.3em;
    padding: 0 0 1.3em 0;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
 }

.NewsSummaryMorelink {
  padding: 10px 0 50px 0;
  font-size:90%;
}

#NewsPostDetailDate {
  font-size: 80%;
  margin-bottom:10px;
  }
  
#NewsPostDetailTitle {
   margin-bottom:10px;
}

#NewsPostDetailSummary {
   font-size:90%;
   margin-bottom:25px;
   display:none;
}

#NewsPostDetailCategory {
  font-style: italic;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  }

#NewsPostDetailContent img{
  margin-right: 10px;
  }

#NewsPostDetailAuthor {

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

#NewsPostDetailReturnLink { font-size:90%;}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/


div#chairtext .NewsSummary {
	background-color:#540032;
	margin-bottom:25px;
	padding:25px;
}


div#chairtext .NewsSummarySummary img {
	margin-right:10px !important;
}

/* End of 'theme : News DK' */

