/* Start of CMSMS style sheet 'Rotary - Info Boxes' */
div#info-box {
  margin: 0.2em 0 1em 6px;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFF8C0; 
}

p.info-box-title {
   background: #ffffff;
   color: #203070; 
   font-size: 14px; 
   font-weight: bold;
   text-align: left; 
/* some air around the text */
   padding-left: 0.6em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #f0b000; 
   border-left: 1.3em solid #f0b000; 
   line-height: 1.8em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}

div#info-box-content {
    padding: 0 0.5em 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 0 5px; /* margin to the bottom of the news article summary */
}

div#info-box-content p {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 2px;
    padding: 0;
}


div#news-events {
  margin: 0.2em 0 0 6px;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #b2c8e7; 
}

p.news-events {
   background: #ffffff;
   color: #203070; 
   font-size: 14px; 
   font-weight: bold;
   text-align: left; 
/* some air around the text */
   padding-left: 0.6em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #203070; 
   border-left: 1.3em solid #203070; 
   line-height: 1.8em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}

div#news-events-content {
    padding: 0 0.5em 0; /* padding for the news article summary */
    margin: 0 0.5em 1.0em 5px; /* margin to the bottom of the news article summary */
}

div#news-events-content p {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 2px;
    padding: 0;
}

.NewsSummary {
    padding: 0.5em 0 1em 0; /* padding for the news article summary */
    margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #203070; 
  line-height: 140%;
}

.NewsPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsMorelink {
  padding-top: 0.5em;
}



/* End of 'Rotary - Info Boxes' */

