/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 0em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #e7781c; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0em; /* margin to the bottom of the news article summary */
    border: 1px solid #E7781C; 
    color: #fff;
    font-family: arial;
}

.NewsSummaryHome {
    padding: 0.4em; /* padding for the news article summary */
    margin: 0 0.7em 1em 0; /* margin to the bottom of the news article summary */
color: #fff;
float: left;
width: 28%;
height: 150px;
background: #000 url(images/news_bg.jpg) repeat-x;
border: 1px solid #2e2e2e;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
color: #fff;
 }

.NewsSummaryPostdateHome {

color: #fff;
margin: 0.5em 0;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
margin-bottom: 0.6em;
color: #fff;
}

.NewsSummaryLink a {
color: #E7781C;
}

.NewsSummaryLinkHome a {
font-size: 0.7em;
font-weight: bold;
text-transform: uppercase;
font-family: arial;
color: #E7781C;
line-height: 1.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
color: #fff;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
color: #fff;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
color: #fff;
 }

.NewsSummarySummaryHome {

margin-top: 0.6em;
}

.NewsSummarySummaryHome p {
color: #fff;
  font-size: 0.7em;
font-family: arial;
line-height: 1.2em;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
color: #E7781C;
font-family: arial;
}

.NewsSummaryMorelink a {
color: #E7781C;
text-decoration: none;
font-size: 0.8em;
font-family: arial;
}

.NewsSummaryMorelinkHome {
  padding-top: 0.5em;
color: #E7781C;
font-family: arial;
}

.NewsSummaryMorelinkHome a {
color: #E7781C;
text-decoration: none;
font-size: 0.7em;
font-family: arial;
text-transform: uppercase;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
color: #fff;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;color: 
color: #fff;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
color: #fff;
font-size: 0.8em;
  }

#NewsPostDetailContent p {
color: #fff;

  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
color: #fff;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink a {padding-left: 22px; background: #000; url(images/printer.gif) no-repeat middle left;}
#NewsPostDetailReturnLink a {padding-left: 22px; background: #000; url(images/arrow.gif) no-repeat middle left;}
*/






/* End of 'Module: News' */

