/* Start of CMSMS style sheet 'WOZKOSZ 2008: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.list {
  margin: 10px 0 0 0;
}

.NewsSummaryEven td {
  background: url(uploads/images/layout/news_box_02.gif) no-repeat left bottom #f0f0f0;
}

.NewsSummaryEven .NewsSummary {
  background: url(uploads/images/layout/news_box_01.gif) no-repeat left top;
}

.NewsSummaryOdd {
}

.NewsSummary {
  padding: 10px;
  color: #333;
}

.NewsSummary img,
#NewsPostDetailContent img,
#NewsPostDetailSummary img {
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
}

.NewsSummaryLink a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5em;
  color: #ee6a00;
}


.NewsSummaryLink a:hover {
  color: #333;
}

.NewsSummaryPostdate,
#NewsPostDetailDate {
  padding: 5px 0 20px 0;
  font-size: 1em;
  font-weight: bold;
  color: #906f55;
}

.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 {
  font-size: 13px;
  line-height: 140%;
}

.NewsSummaryMorelink {
  clear: both;
  padding: 5px 10px 5px 0px;
  font-size: 10px;
  text-align: right;
  background: url(uploads/images/layout/more_btn.gif) no-repeat right center;
}

.NewsSummaryMorelink a {
  text-decoration: none;
  color: #906f55;
}

.NewsSummaryMorelink a:hover {
  text-decoration: underline;
  color: #906f55;
}

/*#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;
}

#NewsPostDetailReturnLink {
  clear: both;
}

#NewsPostDetailReturnLink a {
  margin: 0 0 0 4px;
  padding: 0 0 0 7px;
  font-size: 0.8em;
  text-decoration: none;
  color: #906f55;
  background: url(uploads/images/layout/arrow_02.gif) no-repeat left center;
}

#NewsPostDetailReturnLink a:hover {
  color: #555;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/
/* End of 'WOZKOSZ 2008: News' */

