/* Start of CMSMS style sheet 'North2South : N2S - news' */
/* Sidebar news listing */

div#news {
font-size: 0.9em;
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  background: #f2eee9; 
}

div#news h2 {
font-size: 1.4em;
font-weight: normal;
   line-height: 2em;
color: #252525;
}

/* News listing and index */

.NewsSummary {
    padding: 0.5em 0.5em 0 0; /* padding for the news article summary */
    margin: 0 .5em 0.5em 0; /* margin to the bottom of the news article summary */
}

.NewsSummaryPostdate {
  font-size: 0.9em;
  font-weight: bold;
color: #666;
  background: url(uploads/North2South/news_pd_icon.gif) no-repeat 0 2px;
  padding: 4px 0 8px 18px;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

#main h3.NewsSummaryLink {
line-height: normal;
margin-bottom: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

#main .NewsSummarySummary {
margin-bottom: 1em;
}

.NewsSummaryContent img {
display: none;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

/* News detail */

#NewsPostDetailDate {
  font-size: 0.9em;
  font-weight: bold;
color: #666;
  background: url(uploads/North2South/news_pd_icon.gif) no-repeat 0 2px;
  padding: 4px 0 8px 18px;
  }

#NewsPostDetailSummary {
font-weight: bold;
   line-height: 150%;
margin-bottom: 1.5em;
   }

#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;
}

p.newsNavigation {
font-size: 0.9em;
font-weight: bold;
display: block;
padding: 4px;
background-color: #e3e3e3;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'North2South : N2S - news' */

