/* Start of CMSMS style sheet 'theme : News' */
div#news {
   position: absolute;
  left: 1000px;
  margin: 0px 0 0 2px;  /* margin for the entire div surrounding the news list */
padding: 0;
  width: 250px;
}

div#news h2 {
color:#DF8908;
margin:0;
padding: 0;
text-align:left;
line-height: 1.4em;
}

.NewsSummary {
    padding: 0 0 5px 0; /* padding for the news article summary */
    margin: 0px 0 5px 0; /* margin to the bottom of the news article summary */
}

.NewsSummaryPostdate {
 padding-top: 1em;
  font-size: 80%;
 }

.NewsSummaryLink a, .NewsSummaryLink a:visited, .NewsSummaryLink a:active{
    color: #333;
    text-decoration:none;
    font-weight: bold;
    fontsize: 3em;
}

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

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

.NewsSummaryHolder {
padding-top: 5px;
padding-bottom: 5px;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 float: right;
text-align:justify;
width: 157px;
 }
.NewsSummarySummary {
padding-right: 40px;
}

.thumbimage {
  overflow:hidden;

  width:82px;
  border:1px solid gray;
  margin:0;
}

img.newsthumb {
  width:82px;
margin:0;
display: block;
 }

img.newsimage {
width:300px;
border:1px solid gray;
margin-right: 10px;
marging-bottom: 10px;
}

.NewsSummaryMorelink {
padding-bottom: 20px;
  padding-top: 0.5em;
}

#NewsPostDetailDate {
 padding-bottom: 0.5em;
  font-style: italic;
  }

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

#NewsPostDetailTitle {
padding-top: 1.5em;
   font-size: 140%;
font-style:bold:
color:#666;
}

#NewsPostDetailReturnLink a{
background: url(uploads/theme/arrow2.gif) no-repeat;
padding-left: 20px;
}




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

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/
/* End of 'theme : News' */

