/* Start of CMSMS style sheet 'Module: News' */
/* News Module Styles */

div#news {
  margin: 0 0 .5em 1em;
  padding: 0;
  border: 1px solid #ccc6b0; 
  background-color: #f0eee5; 
  width: 230px; 
  background-image: url(images/embellishment-newsbox.png);
  padding-bottom: 28px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

div#news h2 {
   line-height: 140%;
   background: #ccc6b0;
   font-family: georgia, times, serif;
   font-size: 20px;
   font-weight: normal;
   padding: 2px !important;
   text-align: left;
}

div#news-container {
  padding: 0 !important;
  margin: 0 !important;

}

div.newswrap { padding-left: 5px; }


.NewsSummary {
    padding: 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
}

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

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

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

#NewsPostDetailSummary {
   line-height: 150%;
   }

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

#NewsPostDetailContent {
  margin-bottom: 5px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: .5em;
  font-style: italic;
}

/* Feature Box Styles */

#featurebox-wrapper {
	background-color: transparent;
	padding: 0px;
	margin: -25px auto 25px auto;
	width: 100%;
}

#featurebox {
	background-color: #f0eee5;
	color: #333;
	font-size: .95em;
	padding: 5px;
	border: 3px double #ccc6b0;
	margin: 0;
}

h2.featurebox{
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-family: georgia, times, serif;
	font-size: 18px;
	font-weight: normal;
}

.featurebox {
	background-color: transparent;
	padding: 5px;
	overflow: hidden;
}

.feature-summary-link {
	text-transform: none;
	font-weight: normal;
	font-family: georgia, times, serif;
	font-size: 18px;
	line-height: 140%;
	clear: left;
	margin-top: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.feature-summary {
	padding: 5px;
	line-height: 140%;
}

.feature-box-img-align-left {
	float: left;
	margin: 5px 5px 5px 0;
	padding: 5px;
	border: 1px solid #ccc6b0;
	background-color: #fff;
}

.feature-box-img-align-right {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 5px;
	border: 1px solid #ccc6b0;
	background-color: #fff;
}

.feature-date {
	color: #333;
	font-size: .9em;
	clear: left;
	padding-left: 5px;
}

.feature-summary-content {
	padding: 5px;
	line-height: 140%;
}

p.more {
	padding-left: 5px;
}


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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

