/* Start of CMSMS style sheet 'afrikbourse-style_news' */
.bas {text-align:center}

div#publications {
  background: #f1f1f1; 
  border: 1px solid #000; 
  margin-bottom:5px;
  padding: 0.5em 0.5em 1em;
}

div#infos {
  background: #f1f1f1; 
  border: 1px solid #000; 
  margin-bottom:5px;
}

div#news {
  color:#000;
  margin: 2em 0 1em 0;  /* 1em margin for the entire div surrounding the news list */
  background: #fff; 
  border: 1px solid #7f7f7f; 
}


div#content #news h2 {
        background: #808080;
	color: #fff; 
	font-size: 1.5em; 
	text-align: center; 
/* some air around the text */
	padding-left: 0;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.2em 0;
}


/****** set all links to have underline and bluish color *******/
div#news a,
div#news a:link 
div#news a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #000; 
}

div#news a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
div#news a:hover {
   text-decoration: none;
   color: #ff0000;
}

/*******************************/






.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.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 {
  line-height: 140%;
  margin: 5px 0 ;
 }

.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 'afrikbourse-style_news' */

