/* Start of CMSMS style sheet 'PSIW_news' */
/* Home News Styling
----------------------------------------------------- */
#news {
  margin:0;
  border:none; 
}

#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding:0; /* padding for the news article summary */
    margin:0 0 10px 0; /* margin to the bottom of the news article summary */
    border-bottom:none;
	background:url(uploads/images/news_background.jpg) no-repeat;
}
#middle_wrapper{
	margin:0;
	padding:0 0 0 55px;
	background:url(uploads/images/news_left_curl.gif) no-repeat left center;
}
#news_content_wrapper {
	padding:0 10px 0 10px;
	margin:0;
}
.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink, .NewsSummaryLink a,  .NewsSummaryLink h3 {
	color:#312416;
	margin: 0 0 5px 0;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.NewsSummaryLink a, .NewsSummaryLink a:link, .NewsSummaryLink a:visited {
	color:#312416;
	text-decoration:none;
}
.NewsSummaryLink a:hover, .NewsSummaryLink a:active {
	color: #312416;
	text-decoration:underline;
}

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

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

.NewsSummarySummary p, .NewsSummaryContent p, .NewsSummarySummary, .NewsSummaryContent {
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom:0;
	margin-bottom:0;
}
.NewsSummarySummary a, .NewsSummarySummary a:link, .NewsSummarySummary a:visited,
.NewsSummarySummary p a, .NewsSummarySummary p a:link, .NewsSummarySummary p a:visited {
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}
.NewsSummarySummary a:hover, .NewsSummarySummary a:active, .NewsSummarySummary p a:hover, .NewsSummarySummary p a:active {
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	color: #EC5B25;
	text-decoration:underline;
}


.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 #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

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

#NewsPostDetailAuthor {

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

/* Interior News summary
----------------------------------------------------- */
.interior_odd {
	background:#F7F7E7;
}
.interior_odd, .interior_even {
	padding:10px;
	margin:0;
}

.interior_odd .NewsSummarySummary, .interior_even .NewsSummarySummary {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000000;
}
.interior_odd .NewsSummaryLink h2 a, .interior_even .NewsSummaryLink h2 a {
	padding:0;
	margin:0 0 5px 0;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#EC5B25;
	text-decoration:none;
}
.interior_odd .NewsSummarySummary a, .interior_odd .NewsSummarySummary a:link, .interior_odd .NewsSummarySummary a:visited,
.interior_even .NewsSummarySummary a, .interior_even .NewsSummarySummary a:link, .interior_even .NewsSummarySummary a:visited {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#EC5B25;
	text-decoration: none;
}
.interior_odd .NewsSummarySummary a:hover, .interior_odd .NewsSummarySummary a:active,
.interior_even .NewsSummarySummary a:hover, .interior_even .NewsSummarySummary a:active {
	font:normal 10px Arial, Helvetica, sans-serif;
	color: #EC5B25;
	text-decoration:underline;
}



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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'PSIW_news' */

