/* Start of CMSMS style sheet 'Hide news summery Frontpage' */
/* CSS Document */

.frontArticleRight .NewsSummarySummary {
	display: none;
}

.frontArticleRight .NewsSummaryMorelink {
	display: none;
}

.frontArticleRight .NewsSummaryPostdate {
	display: none;
}

.frontArticleRight .NewsSummary {
    padding: 0 0 0px 0; /* padding for the news article summary */
    margin: 0 0 0px 0; /* margin to the bottom of the news article summary */
	border-bottom: 0px solid #cccccc;
}

.frontArticleRight {
	border-bottom: 1px solid #cccccc;
}



.frontArticleRight div#news {
  margin: 0;  /* margin for the entire div surrounding the news list */
  width: 100%;
  float: left;
  background: url(uploads/Rovsing_Theme/) no-repeat right top;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}

.frontArticleRight div#news h2 {
   line-height: 2em;
   padding: 0;
}


.frontArticleRight .NewsSummaryLink {
    font-weight: bold;
    padding: 1em 0 1em 0;
}

.frontArticleRight div.NewsSummaryLink a{
    font-size: 95%;
	color: #e45428;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0px solid #cccccc;
}

.frontArticleRight .NewsSummaryCategory {
  font-size: 120%;
  font-style: normal;
  margin: 5px 0;
  color: #e45428;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 0px solid #cccccc;
 }

.frontArticleRight .NewsSummaryAuthor {
  font-size: 90%;
  font-style: normal;
  line-height: 2em;
}

/* End of 'Hide news summery Frontpage' */

