/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1em 0 2em 0em;  /* margin for the entire div surrounding the news list */
  border: 2px solid #CA0207; 
  background: #ffffff; 
}

div#news h2 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: left; 
/* some air around the text */
	padding: 1.1em;
	border: 0px solid white; 
	line-height: 0em;
/* and some air under the border */
        margin: 3px;
        background: #A6A5A5;
font-size:13px;
color:white; 
letter-spacing:1px;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* 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 #ccc; 
}

.NewsSummaryPostdate {
  font-size:11px;
color:#BA0000;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.3em;
color:red; 
  font-size:13px;
font-style:verdana;

}

.NewsSummaryLink a{
color:black; 
  font-size:13px;
}
.NewsSummaryLink a:visited{
color:black; 
  font-size:13px;
font-family:arial;
}
.NewsSummaryLink a:hover{
color:black; 
  font-size:13px;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
line-height: 140%;
color:#ca0207;
letter-spacing:1px;
margin-top:4px;
 }

.NewsSummaryMorelink {
  padding-top: 0.1em;
font-size:10px;
color:#686751; 
}

.NewsSummaryMorelink a{
color:#686751; 
}
.NewsSummaryMorelink a:visited{
color:#686751; 
}
.NewsSummaryMorelink a:hover{
color:#686751; 
background-color:white;
}

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

#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-top: 0.4em;
  padding-bottom: 0.3em;
  font-style: italic;
 letter-spacing:2px;
}

#NewsPostDetailReturnLink a{
margin:700px;
line-height:40px;
}

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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}

*/
/* End of 'Module: News' */

