/* Start of CMSMS style sheet 'Module: News' */
/* CSS Document */

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: 381d12;
}
div#news h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 38px;
	color: 381d12;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
div#news h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 34px;
	color: 381d12;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
div#news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 30px;
	color: 381d12;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
div#news h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 26px;
	color: 381d12;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
div#news h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 20px;
	color: 381d12;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
div#news h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	color: 381d12;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.NewsSummary {
    padding: 0em 0em 1em 0em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ad4100; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: 381d12;
}
.NewsSummaryBlog {
    padding: 1em 0em 2em 0em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 2px solid #cfc19c; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: 381d12;
}

.NewsSummaryPostdate {
  font-style: italic;
  margin: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 10px;
	color: 381d12;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: 381d12;
}

.NewsSummaryCategory {
    font-style: italic;
    margin: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 10px;
	color: 381d12;
 }

.NewsSummaryAuthor {
    font-style: italic;
    padding-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: 381d12;
}

.NewsSummarySummary, .NewsSummaryContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: 381d12;
 }

.NewsSummaryMorelink {
    padding-top: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: 381d12;
    font-style: italic;
}

#NewsPostDetailDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 16px;
	color: 381d12;
  }

#NewsPostDetailSummary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: 381d12;
   }

#NewsPostDetailCategory {
  font-style: italic;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
    margin-bottom: 15px;
    line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: 381d12;
  }

#NewsPostDetailAuthor {
    padding-bottom: 1.5em;
    font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: 381d12;
}
#NewsPostDetailTitle {
  padding-bottom: -1.5em;
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

