/* Start of CMSMS style sheet 'hurikan.org &gt; Module &gt; News' */
div#news {
  margin: 0;  /* margin for the entire div surrounding the news list */
  padding: .5em;
  background: #ffffff;
}

div#news h2, #news h3 {
	line-height: 90%;
	font-weight: normal;
	/*
	background: #ffffff url(http://new.hurikan.org/images/2009/h_red.gif) 0 bottom repeat-x;  
	*/
	background: transparent url(http://new.hurikan.org/images/2009/h_red_line.png) 0 bottom no-repeat;  
	margin: 0 .85em; padding: 0 0 .5em 0;
}

.NewsSummary {
    padding: .7em 0 2em; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    background: #ffffff url(http://new.hurikan.org/images/2009/news_bottom.jpg) center bottom no-repeat;
}

.NewsSummaryPostdate {
	line-height: 200%;
	font-size: .85em;
	font-weight: normal;
	color: #515151;
}

.NewsSummaryLink {
   font-weight: bolder;
   line-height: 150%;
   font-size: 120%;
/*
  border-bottom: 1px solid #333;
*/
}
.NewsSummaryLink a:link{
	color: #ff0000;
	text-decoration: none;
}

.NewsSummaryLink a:hover{
    background-color: #000;
    color: #fff;
}


.NewsSummaryCategory {
  font-style: italic;
  margin: 1em 0 .5em 0;
  color: #333;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  color: #333;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  text-align: justify;
/*
  font-size: 90%; */
}

NewsSummaryContent p {
   padding-left: 0;
   padding-right: 0;
}
.NewsSummaryMorelink {
  padding-top: 0.5em;
  text-align: right;

}

.NewsDetail {
/* padding: 0 0 1em 0; 
  margin: 0 0.5em 1em 0.5em; */
  padding: .7em 0 2em 0; /* padding for the news article summary */
  margin: 0; /* margin to the bottom of the news article summary */
  background: #ffffff url(http://new.hurikan.org/images/2009/news_bottom.jpg) center bottom no-repeat;
}

#NewsPostDetailDate {
  font-size: 90%;
  line-height: 120%;
  /* margin-bottom: 5px; */
  text-align: right;
  font-weight: normal;
  color: #d1d1d1;
}

#NewsPostDetailSummary {
   line-height: 150%;
   text-align: justify;
}

#NewsPostDetailContent {
  margin:1.2em 0 1em 0;
  line-height: 150%;
}

#NewsPostDetailCategory, 
#NewsPostDetailAuthor {
  font-style: italic;
  margin-top: 0.2em;
  padding: 0.3em 0 0;
}

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

/* to add specific style to the below divs, uncomment them. */

h3#NewsPostDetailTitle {
   color: #dd0000;
}

#NewsPostDetailTitle {
   color: #dd0000;
}

#NewsPostDetailPrintLink,
#NewsPostDetailReturnLink {
   text-align: right;
   
}

/* 
#NewsPostDetailDate,
#NewsPostDetailHorizRule {}
*/
/* End of 'hurikan.org &gt; Module &gt; News' */

