/* Start of CMSMS style sheet 'Module: News' */
li {
  list-style-image:url(images/site/green_bullet.jpg);
}

.NewsSummaryFrontPage .NewsSummaryLink {
  padding-left: 25px;
}

.NewsSummaryFrontPage {
clear: both;
padding-top: 25px;
}

.NewsSummaryFrontPage a {
  text-decoration: none;
  font-weight: normal;
}

.NewsSummaryFrontPage a:hover {
  text-decoration: underline;
}

.NewsSummaryFrontPage hr {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  height: 1px;
  color: #CCCCCC;
}

.NewsSummaryFrontPage img {
  padding-left: 20px;
}

.NewsSummaryLeftSide a {
  text-decoration: none;
  font-weight: normal;
}

.NewsSummaryLeftSide a:hover {
  text-decoration: underline;
}

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 {
   background: #fff;
}

.NewsSummary {
    padding: 0 0 0 0; /* padding for the news article summary */
    margin: 0 0 0px 0; /* margin to the bottom of the news article summary */
    /*border-bottom: 1px solid #ccc; */
}


.NewsSummaryPostdate {
  font-weight: bold;
 }

.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: 150%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

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

#NewsPostDetailSummary {
   line-height: 150%;
/*border-bottom: 1px solid #ccc;*/
margin-bottom: 0px;
padding-bottom: 0px;
   }

#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;
}

#NewsPostDetailReturnLink {
float:left;}

#NewsPostDetailPrintLink {
float:left;
padding-right:10px;}

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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}


*/
/* End of 'Module: News' */

