/* Start of CMSMS style sheet 'Module: News' */
div#news {
   position: absolute;
  left: 1000px;
  margin: -1px 0 0 2px;  /* margin for the entire div surrounding the news list */
padding: 0;
  background: #FFF; 
  width: 250px;
}

div#news h2 {
color:#DF8908;
margin:0;
padding: 0;
text-align:left;
line-height: 1.4em;
}

.NewsSummary {
    padding: 0; /* 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; 
}

.NewsSummaryPostdate {
 padding-top: 1em;
  font-size: 80%;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.5em;
padding-bottom: 0.5em;
}

.NewsSummaryLink a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: transparant; 
   color: #000; 
}

.NewsSummaryLink a:visited {
  text-decoration: none;
     background-color: transparant; 
   color: #000; 
}


/* remove underline on hover and change color */
.NewsSummaryLink a:hover {
   text-decoration: none;
     color: #000; 
font-weight: bold;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
padding-bottom: 5px;
 }

.NewsSummaryMorelink {
padding-bottom: 20px;
  padding-top: 0.5em;
}

#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' */

