
div.article {
  margin-bottom: 40px;
}

div.article-border {
	border-bottom: 1px solid #ebe9e6;
}

div.article img.heading {
	margin-bottom: 23px;
	display: block;
	width: 100%;
}	

div.article h1 {
	font: italic normal 2.8em/1.28em georgia,serif;
	color: #544e4b;
	margin-bottom: 0.5em;
}

div.article h2 {
	font: bold 1.5em/1.3em arial,sans-serif;
	margin-bottom: 8px;
}

div.article h3 {
  font: bold 1.2em/1.2em arial,sans-serif;
}

div.article p,
div.article ul,
div.article ol {
	font: normal 1.2em/1.75em arial,sans-serif;
	color: #000;
	margin-bottom: 1.5em;
}

div.article p.ingress {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

div.article img.left {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}

div.article img.right {
  float: right;
  margin-left: 18px;
  margin-bottom: 18px;
}

div.article ul {
  margin-left: 18px;
}
div.article ol {
	margin-left: 24px;
}

div#content div.article p a,
div#content div.article li a {
	color: #806a60;
	text-decoration: underline;
}

div.article div.articlefooter {
	border-top: 1px solid #ebe9e6;
	margin-top: -10px;
	padding-top: 10px;
}

  div.article div.articlefooter div.widget-linklist {
    margin-top: 45px;
  }

  div.article div.articlefooter div.widget-linklist a {
    color: #544e4b !important;
    text-decoration: none !important;
    background-position: 0 0.3em;
    font-size: 1em;
  }
