#frontPage {
  padding: 4px 4px 0 4px;
}

.frontpageArea {
  position: relative;
  border: 1px solid rgb(3, 96, 74);
  border-top-left-radius: 8px;
  margin-bottom: 8px;
}

.lineItem:nth-of-type(even) {
  background: rgb(222, 240, 231);
}

.frontHeading {
  background: rgb(91, 159, 140);
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 120%;
  border-top-left-radius: 6px;
}

.frontHeading a {
  color: white;
  text-decoration: none;
}

.frontFooter {
	text-align: right;
	padding: 0.5ex;
}

.frontFooter a {
	text-decoration: none;
	font-weight: bold;
}

.newsTitle {
  font-weight: bold;
  font-size: 110%;
}

#headlines {
  
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 12px;
}

.headline {
  display: inline-block;
  position: absolute;
  width: 900px;
  height: 100px;
  text-align: center;
  transition: 0.5s linear left;
  left: -900px;
}

.headline.active {
	left: 0;
	z-index: 2;
}

.headline.next {
	left: 900px;
	z-index: -1;
}

#recentPosts {
  margin-right: 238px;
}

#recentPosts .ng-scope {
  padding: 6px;
}

#recentNews {
  margin-right: 238px;
}

.newsItem {
  display: block;
  text-decoration: none;
  padding: 1em 0;
}

.newsItem:hover .newsTitle {
  text-decoration: underline;
}

.newsItem > div {
  margin: 8px;
}

.newsAvatar {
  display: block;
  width: 100px;
  height: 100%;
  float: left;
  text-align: center;
  margin: 0 15px 0 -5px;
  margin-top: 0 !important;
}

.newsText {
  overflow: hidden;
  height: 11em;
  position: relative;
  text-overflow: ellipsis;
  line-height: 1.1em;
  display: block;
}

#features
{
  float: right;
  width: 230px;
}

#adbox
{
  width: 100%;
  text-align: center;
  vertical-align: center;
}

#adboxInner
{
  display: inline-block;
}

#featuredItemWrap,
#featuredAvatar,
#adbox
{
  text-align: center;
  padding-bottom: 8px;
}

#featuredItemWrap .frontHeading {
  margin-bottom: 8px;
}

.featuredItem
{
  margin: 1em;
  background-image: linear-gradient(to bottom, #fafcfc, #cee7f0);
  text-align: center;
  width: 75%;
}

#featuredAvatar > img {
  margin-top: 4px;
}


#dotNav {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 20px;
	height: 60px;
	color: transparent;
}

.dot {
	vertical-align: bottom;
	width: 14px;
	height: 12px;
	border-radius: 0 50% 50% 0;
	background: rgb(91, 159, 140);
	border: 2px solid rgb(3, 96, 74);
	overflow: hidden;
	margin: 2px;
	margin-left: 0;
	cursor: pointer;
	display: inline-block;
}

.dot.active {
	background: rgb(222, 240, 231);
}