/* Start of CMSMS style sheet 'Module: News' */
.NewsSummary {
   /*background-image: url(images/cms/news_bgd.jpg);
   background-repeat:repeat-y;
   width: 626px;
   margin: 0 0 16px 0;*/
}

.NewsSummaryLinkHome {
   text-transform:uppercase;
   margin: 10px 22px 0 26px;
   font-size: 1.1em;
}

.NewsSummaryDateHome {
   margin: 0 0 0 4px;
   text-transform:none;
   font-weight:bold;
}

.NewsSummaryLinkArchive {
   text-transform:uppercase;
   margin: 10px 0 0 0;
}

.NewsSummaryLinkSecondary {
   font-size:1.2em;
   font-weight:bold;
   margin: 4px 0 0 4px;
   width: 150px;
}

.NewsSummaryDateSecondary {
   font-weight:bold;
   margin: 0 0 0 4px;
   font-size: 1.1em;
}

.NewsSummarySecondary {
   margin: 4px 30px 0 29px;
   font-size:1.1em;
}

.NewsSummaryLink {
   margin: 0 0 4px 30px;
   padding: 6px 0 0 0;
   font-size: 1.3em;
   font-weight: bold;
}

.NewsSummaryDate {
   margin: 0 0 0 30px;
   text-transform:none;
   font-weight:bold;
}

.NewsSummaryCategory {
   font-size: 1.3em;
   font-weight: bold;
   margin: 8px 0 6px 0;
}

.NewsSummarySummary {
   padding: 8px 30px 0 30px;
}

.NewsSummaryContent {
   padding: 8px 30px 0 30px;
}

.NewsSummaryMorelink {
   padding: 4px 40px 0 0;
   float:right;
}

.NewsSummaryMorelinkSecondary {
   padding: 4px 0 0 120px;
}

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

#NewsPostDetailSummary {
   line-height: 150%;
}

#NewsPostDetailCategory {
   font-size: 1em;
   font-weight: bold;
   padding: 3px 0 2px 7px;
   color: #999;
   text-transform:uppercase;
}

.NewsPostDetailContent {
   margin: 4px 0 0 4px;
   padding: 0 0 4px 4px;
}

#NewsPostDetailAuthor {
   padding-bottom: 1.5em;
   font-style: italic;
}

.NewsSummaryDetailImage {
   /*border: #ccc 8px solid;*/
   float:left;
   margin: 0 8px 8px 0;
   display:block;  /*supposed to fix explorer's desire to give images a line break */
}

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

/*
 #NewsPostDetailTitle {
   padding: 2px 0;
}
*/

/*
#NewsPostDetailHorizRule {
}
*/

#NewsPostDetailPrintLink {
   text-transform:uppercase;
}

#NewsPostDetailReturnLink {
   text-align: right;
   margin: 6px 30px 2px 0;
}
/* End of 'Module: News' */

