/* Start of CMSMS style sheet 'CanzibeNews' */
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 {
   line-height: 2em;
   background: #fff;
}

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


.green .NewsSummary {
color:#89c97d;
}

.purple .NewsSummary {
color: #a65462;
}

.blue .NewsSummary {
color: #005995;
}

.brown .NewsSummary {
color: #be9261;
}



.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
color:#985130;
font-weight: bold;
font-size: 15px;
text-decoration: none;
padding-top: 0.2em;
}

.green .NewsSummaryLink {
color:#068728;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}

.purple .NewsSummaryLink {
color: #8e3b62;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}

.blue .NewsSummaryLink {
color: #005995;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}

.brown .NewsSummaryLink {
color: #985130;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}

.NewsSummaryLink a{
text-decoration: none;
color: #985130;
}

.green .NewsSummaryLink a{
text-decoration: none;
color:#068728;
}

.purple .NewsSummaryLink a{
text-decoration: none;
color: #8e3b62;
}

.blue .NewsSummaryLink a{
text-decoration: none;
color: #005995;
}

.brown .NewsSummaryLink a{
text-decoration: none;
color: #985130;
}

.NewsSummaryLink a:hover{
text-decoration: none;
color: #823930;
}

.green .NewsSummaryLink a:hover{
text-decoration: none;
color:#004428;
}

.purple .NewsSummaryLink a:hover{
text-decoration: none;
color: #740f62;
}

.blue .NewsSummaryLink a:hover{
text-decoration: none;
color: #051e95;
}

.brown .NewsSummaryLink a:hover{
text-decoration: none;
color: #823930;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
margin-top: 10px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #985130;
 }

.green .NewsSummarySummary{
color:#068728;
}

.purple .NewsSummarySummary{
color: #8e3b62;
}

.blue .NewsSummarySummary{
color: #005995;
}

.brown .NewsSummarySummary{
color: #985130;
}

.NewsSummaryMorelink {
margin-top: 10px;
font-size: 13px;
font-style: italic;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #202020;
}

.NewsSummaryMorelink a {
color: #202020;
text-decoration: none;
}

.NewsSummaryMorelink a:hover {
color: #404040;
text-decoration: none;
}

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

#NewsPostDetailSummary {
   line-height: 150%;
margin-top: 10px;   
}

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-top: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailPrintLink {
margin-top: 8px;
color: #202020;
text-decoration:none;
font-size: 14px;
font-weight: bold;
}

#NewsPostDetailPrintLink a{
margin-top: 8px;
color: #202020;
text-decoration:none;
}

#NewsPostDetailPrintLink a:hover{
margin-top: 8px;
color: #404040;
text-decoration:none;
}

#NewsPostDetailReturnLink {
margin-top: 8px;
color: #202020;
text-decoration:none;
font-size: 14px;
font-weight: bold;
}

#NewsPostDetailReturnLink a{
margin-top: 8px;
color: #202020;
text-decoration:none;
}

#NewsPostDetailReturnLink a:hover{
margin-top: 8px;
color: #404040;
text-decoration:none;
}

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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}




*/
/* End of 'CanzibeNews' */

