/* Start of CMSMS style sheet 'Module: News' */
div#news {
   border: 1px solid #CCC; 
   background: #FFF;
   width: 473px;
   margin: 10px;
   float: left;
}

div#news h2.otsake {
   color: #FFF;
   font-size: 0.8em;
   line-height: 1em;
   background: #C5257A;
   text-transform: uppercase;
   text-decoration: none;
   text-align: left;
   padding: 2px 10px 2px 10px;
   border: none;
   margin: 0;
   border-bottom: 1px solid #CCC;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  padding-top: 1em;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

div#newsdetail {
   border-right: 1px solid #CCC; 
   background-color: #FFF;
   width: 380px;
   float: left;
   padding: 0 5px 0 0;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 0px;
  font-weight: bold;
  }

#NewsPostDetailTitle {
    font-weight: bold;
    padding-top: 0em;
}

#NewsPostDetailSummary {
    margin: 0.6em 0em 0.6em 0em; /* margin to the bottom of the news article summary */
   }

#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-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

div#newspagefirst {
   border-right: 1px solid #CCC; 
   background-color: #FFF;
   width: 380px;
   float: left;
   padding: 0 5px 0 0;
}

div#newslist {
   width: 220px;
   padding: 0 0 0 5px;
   float: right;
}

.newslistitem {
   padding: 0 0 5px 0;
   margin: 0 0 5px 0;
   border-bottom: 1px solid #CCC; 
}
/* End of 'Module: News' */

