/* Start of CMSMS style sheet 'Module: News' */
div#news {
  display: block;
}

div#news h1 {
	display: block;
	height: 14px;
	padding: 0 0 7px 0;
	background: url(./i/h1news.gif) no-repeat 0 0;
}

div#news ul {
        padding-left: 14px;
       list-style-type: circle;
}

div#news .pagecounter {
       font-size: 90%;
       padding: 3px 0 7px 0;
}

.NewsSummary {
    padding: 5px 0; /* padding for the news article summary */
    margin: 10px 0; /* margin to the bottom of the news article summary */
    /*border-bottom: 1px solid #b7d3e9;*/
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink a,
.sidebar .NewsSummaryLink a {
	padding: 0 0 0 15px;
	background: url(i/markernews.gif) no-repeat 0 .2em;
	color: #2a6719;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
 	display: block;
	margin: 5px 0 10px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px dotted #7fb9be;
	position: relative;
 }

.NewsSummaryMorelink {
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 120px;
}
.NewsSummaryMorelink a {
 	color: #646464;
	font-style: italic;
}

#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;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

