/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0px;  /* margin for the entire div surrounding the news list */
  border: 0px; 
  background: #272727; 
  float: right;
  width: 173px;
}

div#news h2 {
   line-height: 1.5em;
   background: #1B1B1B;
}

.NewsSummary {
    padding: 0 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 #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  text-align: right;
 }

.NewsSummaryLink {
  font-weight: bold;
  background-color: #1B1B1B;
  padding: 5px;
}

.NewsSummaryLinkPraca {
  font-weight: bold;
  background-color: #902222;
  color: #FF0000;
  padding: 5px;
  text-align: center;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummaryContent {
  line-height: 140%;
  text-align: left;
 }

div.NewsSummarySummary{
  line-height: 140%;
  text-align: left;
  margin: 6px 0 6px 0;
  padding: 5px;
  background-color: #1B1B1B;
}

NewsSummaryMorelink {
  padding-top: 0.5em;
}

div.NewsSummaryMorelink {
  background-color: #1B1B1B;
  padding: 5px;
}

#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;
  padding: 10px;
  line-height: 150%;
  background-color: #1B1B1B;
  /*min-height: 200px;*/
  max-width: 530px;
}

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

#NewsDetailBackground {
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
background-color: #222666;
float: left;
text-align: justify;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
height: auto;
width: 500px;
color: #ffffff;
}
#patio{
  clear: right;
}

div#patio img{
  margin: 0px;
  clear: right;
}

.news_pagination {
  margin-right: 3px;
  padding: 3px;
  background-color: #1B1B1B;
  /*border: 1px solid #3E3E3E;*/
}
/* End of 'Module: News' */

