/* Start of CMSMS style sheet 'Elvis_CMG_News' */
 div#news {
  margin: 2em 0;  /* margin for the entire div surrounding the news list */
  border: 0px solid #000; 
  background: #FFE9AF; 
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 271px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0px;
	background: #42759e url(/cms/uploads/images/library/blueboxtop.gif) no-repeat;
color: #fff;

}

div#news h2 {
   line-height: 2em;
   background: #42759e;
color: #fff;
}

div#news a {
    color:#fff;
}

div#news a:hover {
 
text-decoration:none;
}


.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; 
}

.NewsSummaryLink a {
line-height: 120%;
font-weight: bold;
}

.NewsSummaryPostdate {
  font-size: 90%;

 }


.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }



#NewsPostDetailContent {
  margin-bottom: 15px;
  margin-left: 300px;
  line-height: 150%;
border: 0px solid red;
  }



  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Elvis_CMG_News' */

