/* Start of CMSMS style sheet 'Ilmid1_Module_News' */
/*
** ILMID - news stylesheet
** CSS News Layout
** 
** May 2007 - (version 1.1)
** 
** Ice-Man (webmaster@ilovemyislanddog.org) ~ made for ILMID !
*/

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  padding: 0.5em 1.5em 0.5em 1em;
  border-bottom: 0.2em solid #7BA5C6;
  border-right: 0.2em solid #7BA5C6;
  background: #E6EDFF; 
}

/*div#news h2 {
   line-height: 2em;
   background: #4284B5;
}*/

div#news h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px; 
	padding-top: 2px; 

/* set borders around header */
/*	border-bottom: 1px solid #65B6E3; 
	border-left: 1.1em solid #65B6E3; */
/*    margin: 0em;
/*    padding: 0.2em 0em 0.2em 1em;
    color: #fff; */
    border-bottom: 0.5em solid #65B6E3;   
    border-left: 0.3em solid #65B6E3;   
    background-color: #4284B5;
    text-transform: uppercase;

        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}


.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; 
    text-align: justify; 
}

.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%;
 }

.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 'Ilmid1_Module_News' */

