/* Start of CMSMS style sheet 'Module: News' */
div#news {
  width: 180px;
  margin: 10px 0px 0px 10px;
}

div#news h2 {
   line-height: 1.5em;
   background: #fff;
   padding-left: 0.5em;
   padding-bottom: 17px;
   background-image: url(images/layout2/podzialka.gif);
   background-repeat: no-repeat;
   background-position: left bottom;
   margin: 0 0 0.5em 0;
}

.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; 
}

.NewsSummaryHotNews {
padding: 0px;
    margin: 0 0.5em 10px 0.5em; /* margin to the bottom of the news article summary */
    border: 0px; 
}

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

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

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryContentHotNews p {
background-color: #F3F3F3;
margin-bottom: 5px;
border-bottom: 1px solid #CCCCCC;
font-size: x-small;
padding: 2px;
}

.NewsSummaryContentHotNews p.soon {
background: #F3F3F3 url(images/layout2/arrow.gif) 3px 10px;
background-repeat: no-repeat;

margin-bottom: 5px;
border-bottom: 1px solid #CCCCCC;
font-size: x-small;
padding: 2px 2px 2px 10px;
}

.NewsSummaryMorelink {
/*  padding-top: 0.5em; */
 /* float: right;*/
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#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;
}


/* to add specific style to the below divs, uncomment them. */

div#NewsPostSummaryTitle {
   background-color: #F3F3F3;
   border-top: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   padding: 6px 0px 0px 5px;
}


div#NewsPostSummaryTitle h3 {
  font-size: 1.2em;
  line-height: 1.2em;
}

div#NewsPostSummaryDate {
   background-color: #CCCCCC;
   margin-left: 5px;
   padding: 2px;
   color: #ffffff;
   font-weight: bold;
   font-size: 1em;
   line-height: 1em;
   width: 68px;
   text-align: center;
}

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

