/* Start of CMSMS style sheet 'News' */
.NewsSummaryLink {
	font-weight: bold;
	background: #666666; /* Background colour of the News Summary Title Box */
	padding: 0.4em 0.4em 0.6em;
}
.NewsSummaryLink a {
	color: #FFFFFF;
	text-decoration: none;
}
.NewsSummary {
	margin-bottom: 10px;
	overflow: auto;
	background-color: #FFFFFF;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }
.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }
.NewsSummaryContent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
 }
.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 {}
*/


/*------------------------------------------------------------------------*/
/* News and Blog style modules */

#column_main_content .blogSummary {
    /* container */
}

#column_main_content .blogDetail {
    /* container */
}

#column_main_content .blogSummary h2,
#column_main_content .blogDetail h2 {
    margin: 0;
    border: 0;
}

#column_main_content .blogSummary h2 a {
    text-decoration: none;
    color: #000;
}

#column_main_content .blogSummary .date,
#column_main_content .blogDetail .date {
    font-style: italic;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}

#column_main_content .blogSummary .pagination {
    background: #ccc;
    padding: 5px 10px;
    margin: 10px 0;
}

#column_main_content .blogSummary .entry {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin: 10px 0;
}

#column_main_content .blogSummary .post {
    overflow: hidden;
    width: 100%;
}

#column_main_content .blogDetail .post {
    overflow: hidden;
    width: 100%;
}

#column_main_content .blogSummary .more {
    margin: 10px 0 0;
}

#column_main_content .blogSummarySmall {
    /* container */
}

#column_main_content .blogSummarySmall h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: black;
    margin: 0;
}

#column_main_content .blogSummarySmall .date {
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
}

#column_main_content .blogSummarySmall .more {
    margin: 10px 0 0;
}

/*------------------------------------------------------------------------*/

/* custom javascript go back added to some modules */
.options {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin: 10px 0;
}

/* End of 'News' */

