/* Start of CMSMS style sheet 'Module: News' */
div#news {
  border-top: 1px solid #8e8e8e;
  padding-top: 1em;  /* margin for the entire div surrounding the news list */
  overflow: hidden;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
   /*height: 7em;*/
   display: block;
   margin-bottom: 15px;

}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  color: #8e8e8e;

 }


.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}


.NewsSummarySummary{
   float:left;
   padding-right: 8px;
   margin-bottom: 5px;
   margin-top: 5px;
   width: 100px;
   height: 7em;
 /*  background-image: url(uploads/LRL-Design1/default_news_picture.jpg); */
 /*  background-repeat: no-repeat; */
   overflow: hidden; 
}


.NewsSummarySummary img{
   width: 100px;
   height: auto;

}


.NewsSummaryContent {
   height: 3.5em;
   text-overflow: ellipsis;
   word-wrap: break-word;
   overflow: hidden;
   margin-left: 5px;
 }


.NewsSummaryMorelink {
  padding-top: 0em;
  padding-left: 4em;
  font-size: 90%;
}


#NewsPostDetailDate {
  font-size: 95%;
  margin-bottom: 1px;
  font-weight: bold;
  color: #8e8e8e;
  }

#NewsPostDetailSummary {

   }

#NewsPost {overflow:hidden;}

#NewsPostDetailSummary img{
   width: 300px;
   height: auto;
   margin: 5px;
  float: right;
}


#NewsPostDetailContent {
  margin-bottom: 5px;
  line-height: 120%;
  }

#NewsPostDetailAuthor {
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-style: italic;
}


#NewsPostDetailPrintLink {
margin-top: 0em;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}

#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

