/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1em 1em 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF;
  padding-top: 130px;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
   color: #FFF;
  font-size: 150%;
}

div#news a {
   color: #ED1C24;
}

.NewsSummary {
    padding: 0.8em 0em 0.8em 0; /* padding for the news article summary */
    margin: 0 0em 0em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 2px dotted #575C69;
}

.NewsSummaryPostdate {
  font-size: 0.8em;
  font-weight: bold;
 }

#NewsSummaryLink {
   padding-bottom: 0.8em;
   color: #ED1C24;
  font-weight: bold;
}

#NewsSummaryLink a {
    font-weight: bold;
   color: #ED1C24;
   text-decoration: none;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 0.9em;

 }

#NewsSummaryMorelink a {
   color: #ED1C24;
   font-weight: bold;
   text-decoration: none;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
   color: #575C69;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#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;
}

#NewsPostDetailPrintLink a{
   background: url(uploads/images/layout/bxx-tulostin.png) no-repeat;
   display: block;
   cursor: pointer;
   width: 20px;
   height: 20px;
   text-indent: -9999px;
   overflow: hidden;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

