/* Start of CMSMS style sheet 'Module: News' */
div#news {
  
}

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

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    /* border-bottom: 1px solid #AAAAAA; */
    margin-bottom: 1.5em;
    border: solid 1px #E1E5F0;
    /*background-color: #E1E5F0;*/
}

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

.NewsSummaryLink {
    /*font-weight: bold;
    font-size: 17px; 
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
    font-family:Georgia,Times,serif;*/

  /*color: #53514C;*/
  color: #840505;
  font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
  font-size:15px;
  padding-bottom: 2px;
  margin: 16px 0 14px auto;
  width: auto;
  font-weight: bold;
  /*border-bottom:1px dotted;*/
  display:inline

}

.spacer {
  height: 15px;
}

.NewsSummaryLink a {
  color: #840505;
  border: none;
  line-height: 150%;
}

.NewsSummaryLink a:hover {
  color: #840505;
  border: none;
}

.NewsSummaryLink a:visited {
  color: #840505;
  border: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin-top: 1.4em;
  margin-bottom: .3em;
  font-family: trebuchet ms,geneva;
  font-size: small;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

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

#NewsPostDetailSummary {
   
 }

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

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

#NewsPostDetailContent h1
{
      font-size: 140%;
      font-weight: bold;
      margin: 0 0 1.5em 0;
      padding: 0 0 0 0;
      font-family:Georgia,Times,serif;
      border-style: none;
      color: #29498E ;
 }
#NewsPostDetailContent h2
{
      font-size: 130%;
      font-weight: bold;
     margin: 0 0 1.5em 0;
      padding: 0 0 0 0;
      font-family:Georgia,Times,serif;
      border-style: none;
      color: #29498E ;

 }
#NewsPostDetailContent h3
{
      font-size: 120%;
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 1.5em 0;
      padding: 0 0 0 0;
      font-family:Georgia,Times,serif;
      border-style: none;
      color: #29498E ;
 }
#NewsPostDetailContent h4
{
      font-size: 110%;
      font-weight: bold;
      margin: 0 0 1.5em 0;
      padding: 0 0 0 0;
      font-family:Georgia,Times,serif;
      border-style: none;
      color: #29498E ;
 }

#NewsPostDetailContent img
{
      margin: 6px;
 }

#NewsPostDetailAuthor {

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


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

 
div#NewsPostDetailTitle {
    /*font-weight: bold;
    font-size: 19px; 
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
    font-family:Georgia,Times,serif;
    color: #840505;
    width: 100%;
    text-align: center;*/
    color: #53514C;
  font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
  font-size:20px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #660000 ;
  margin: 0 0 25px 0;
}

/*div#NewsPostDetailTitle .uline {
    border-bottom: 1px dotted #840505;
    padding: 0 7px 2px 7px;
}*/

div#NewsFooter {
    margin: 1em 0 1.6em 0;
    width: 100%;
    text-align: right;
    border-bottom: 1px groove #CC3300;
    padding: 0 0 1.3em 0;
}

div#NewsFooter span.category{
   color: #840505;
   font-style: italic;
}

div#NewsFooter  span.date{
    color: #CC3300;
}

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

