/* CSS Document */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 0em;
/* border set here */
	border: 0px solid #909799;
/* sets it off from surroundings */
	background: #;
font-family:Open Sans, Arial, Helvetica, sans-serif;font-size:14px; color:#3E3E3E; 
}
div#news h2 {
	line-height:0;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.html) repeat-x left center;
	color: #3E3E3E;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 5px 0px 0px 0px;
/* margin to the bottom of the news article summary */
	margin: 0px 5px 0px 0em;
	border-bottom: 0px solid #ccc;
       font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:14px; color:#3E3E3E; 
}

.date{
background:#;
line-height:normal;
height:auto;
font-size:13px;
font-weight:700;
color:#000;
padding:0;
text-align:left;
margin:5px;
font-family:'Open Sans', Arial, Helvetica, sans-serif; 
text-transform: uppercase;
}







.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 100%;
/* bold to set it off from text */
	font-weight: bold;
      font-family:Open Sans, Arial, Tahoma, sans-serif; 
font-size:14px; 
color:#0093EA; 

}
.NewsSummaryLink {
/* bold to set it off from text */
background:/*url(../images/newsbg.png) no-repeat left center*/;
	font-weight: 700; font-size:14px;
/* little more room at top */
line-height:20px;
	margin-top: 20px;
	padding-left:0px;
       border-bottom: 0px solid #858586;
	    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
		margin-bottom:0px;
}
.NewsSummaryLink a{color:#3E3E3E;}
.NewsSummaryLink a:hover{color:#0093EA;}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
	margin-left:0px;
	margin-top:-0px;
       border-bottom: 0px solid #666;
font-family:Open Sans, Arial, Helvetica, sans-serif; font-size:14px; color:#3E3E3E; padding:5px 0px 10px 0px; 
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
border-bottom: 0px solid #999999;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 13px;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
font-family:Open Sans, Arial, Helvetica, sans-serif; color:#3E3E3E; 
text-align:left;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 0px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
font-family:Open Sans, Arial, Helvetica, sans-serif; font-size:14px; color:#2C2C2C; 
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
font-size:20px;
font-family:'Open Sans', Arial, Helvetica, sans-serif;
font-weight:400;
color:#3E3E3E;
text-align:left;
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
text-align:right;
}
#NewsPostDetailReturnLink  a{
color:#FFFFFF;
font-family:'Open Sans';
font-size:14px;
font-weight:700;
}




@media(max-width:991px) and (max-width:767px) {
.date{
line-height:normal;
margin-left:0px;
font-size:14px;
font-weight:bold;

}



}


@media (max-width: 480px){
.date{
line-height:normal;
margin-left:-0px;
font-size:14px;
font-weight:bold;
	border:transparent !important;
background: transparent !important; 
color:#0093EA;

}
.NewsSummaryLink {
/* bold to set it off from text */
background:/*url(../images/newsbg.png) no-repeat left center*/;
line-height:30px;
/* little more room at top */
	padding-left:0px;
     
}

.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
	margin-left:0px;
	margin-top:0px;
	background:none;
}




}
