/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0.5em 0 1em 0.2em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
  font-family: "Lucida Bright", serif;
}

div#news h2 {
   color: #ffffff;
   font-family: "Lucida Bright", serif;  
   font-size: 90%;
   line-height: 2em;
   background: #385C72;
      padding: 0 0 0.2em 0.5em; /* padding for the news article heading */
}

.NewsSummary, .NewsSummary-Expanded {
    font-family: "Lucida Bright", serif;    
    font-size: 80%;
    padding: 0.5em 0.5em 0.5em 0.5em; /* padding for the news article summary */
    margin: 0 0 0 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
    
}

.NewsSummary-Expanded {
    margin-bottom: 0.5em;
    border-bottom: none;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 padding: 0 0 0.2em 0em; /* padding for the news */

 }

.NewsSummaryLink {
    font-weight: bold;
    font-size: 90%;
    padding-top: 0.4em;
    padding-bottom: 0.2em;

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}
}
.NewsSummaryCategory {
  font-style: italic;
   font-size: 70%;
  margin: 2px 0;
 }#
.NewsSummaryContent {
 font-family: "Lucida Bright", serif;
 }

.NewsSummaryMorelink {
  padding-top: 0.2em;
}
#NewsPostDetailDate {
  font-size: 70%;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 0 0 0 1.0em
  }

#NewsPostDetailSummary {
Line-height: 100%;
padding: 0 0 0 0.5em
   }

#NewsPostDetailCategory {
  display: none;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
}

#NewsPostDetailAuthor {
  display: none;
}

/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
#NewsSummarySummary, {}
*/

.NewsImgLeft {
  float: left;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 20px;
}

.NewsImgRight {
  float: right;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 0;
}

.NewsImgMiddle {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* End of 'Module: News' */

