/* Start of CMSMS style sheet 'Module: News' */
div#news {
color:#222122;
background:#fff;
width:910px;
clear:both;
}

div#news a {
  color:#222122;
  text-decoration: none;
}
div#news a:hover {
   color: #ccff33;
}
div#news h2 {
   line-height: 2em;
   background: #222122;
}

.NewsSummary {
  margin: 0 7px 5px 0px;
  width:292px; 
  height:162px;
  float:left;
  background: url(uploads/images/news.png)no-repeat;
}

.NewsSummaryPostdate {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  float:right;
 }

.NewsSummaryLink {
    padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
    color:#726E6E;
text-decoration:none;
line-height: 20px;
}

.NewsSummaryLink a {
   font-weight: bold;
   font-size: 11px;
}

.NewsSummaryLink a:hover {
   font-weight: bold;
   color: #ccff33;
}


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

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

.NewsSummarySummary p, .NewsSummaryContent p {
  padding: 5px 6px 0px 6px;
  line-height: 110%;
 }

img {
  padding: 3px 3px 0 3px;
 }

div#NewsSummaryMorelink {
  position:absolute;
  padding: 30px 5px 0 250px;
}

div#news .NewsSummaryMorelink a {
font-size:10px;
}

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


