/* Start of CMSMS style sheet 'Module: ib News' */
div#bignews{
margin:20px 0 0 0;
}

div#news {
  /*margin: 5px 5px 5px 5px;  /* margin for the entire div surrounding the news list */
  /*border: 1px solid #cfcfcf;*/
  /*border: 1px solid #000; */
  /*background: #9fafc1; */
}
div#news:hover {
  /*border: 1px solid #fff;*/
}
.newsback{
/*background:transparent url(uploads/img/white70.png) repeat scroll 0 0;*/
}


#newsblog{
   color: #000;
   font-size: 13px;
}

#newsblog div.NewsSummary{ margin: 0 0 25px 0; }

div#news h3 {
   line-height: 1.5em;
   font-size: 150%;
}

/*#news a:link {color:#00d;} /* unvisited link */
/*#news a:visited {color:#12b;} /* visited link */
/*#news a:hover {text-decoration: none;	color:#00d;} /* mouse over link */
/*#news a:active {color:#000;} /* selected link */

.NewsSummary {
    /*padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 14px 1px 0 0; /* margin to the bottom of the news article summary */
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    text-align: left; 
}

.NewsSummary:hover {
	/*border-left: 5px solid #fff;
	border-bottom: 5px solid transparent;*/
}

.NewsSummaryPostdate {
  font-size: 85%;
  margin: 4px;
  width: 60px;
  /*float: left;*/
  /*font-weight: bold;*/
 }
 
#newsblog .NewsSummaryPostdate {
  font-size: 95%;
  margin: 5px;
  width: 100px;
  float: right;
  }

.NewsSummaryLink {
     font-weight: bold;
     font-size: 90%;
	 margin-left: 5px;
}

#newsblog .NewsSummaryLink {
    font-size: 110%;
    margin: 10px 0 5px 0;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  font-size: 85%;
 }
 
#newsblog .NewsSummaryCategory {
  margin: 5px 0 0 0;
}

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 110%;
  margin: 2px 0px 4px 8px;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#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. */

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

