.content a:link,
.content a:visited,
.content a:active {
	color: #318195;
	text-decoration: none;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.content a:hover,
.content a:focus {
	color: #000;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 2em 0 1em;
	font-family: "ChunkFive", "Arial Black", sans-serif;
	text-transform: uppercase;
	color: #5a6f76;
}

.content h1 {
	margin: 0 0 .75em;
	font-size: 2.4em;
}

.content h1.post-title {
	margin-bottom: 1.5em;
	font: 700 1.8em/1.4em "Domine", "Times New Roman", serif;
	color: #373731;
}

.content h2 {
	font-size: 2em;
}

.content h2.heading,
h2.heading {
	margin: 0 0 20px;
	font: 2em/1.2em "ChunkFive", "Arial Black", sans-serif;
	text-transform: uppercase;
	color: #5a6f76;
}

.content h3 {
	font-size: 1.8em;
}

.content h4 {
	font-size: 1.6em;
}

.content h5 {
	font-size: 1.4em;
}

.content h6 {
	font-size: 1.3em;
}

.content p {
	margin-bottom: 2em;
	font-size: 1.3em;
	line-height: 1.8em;
}

.content ul,
.content ol {
	margin: 0 0 1.5em 30px;
}

.content ul.plain {
	margin: 0 0 1.5em 0;
}

.content li ul,
.content li ol {
	margin: 5px 0 .5em 30px;
}

.content li {
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.8em;
}

.content li li,
.content li p {
	font-size: 1em;
}

.content ul li {
	list-style-type: disc;
}

.content ul.plain li {
	list-style-type: none;
}

.content ol li {
	list-style-type: decimal;
}

.content blockquote {
	margin: 0 0 15px 15px;
	padding: 0 15px;
	font-style: italic;
	border-left: 3px double #d6d6d6;
}

.content strong,
.content b {
	font-weight: bold;
}

.content em,
.content i {
	font-style: italic;
}

.content i.fa {
	font-style: normal;
}

.content .wp-caption {
	padding: 0.8064516%;
	background: #d6d6d6;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.boxshadow .content .wp-caption {
	background: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.content .wp-caption img {
	margin-bottom: 0.8064516%;
	padding: 0;
	background: transparent;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.boxshadow .content .wp-caption img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content .wp-caption p {
	margin: 0 0.8064516%;
	font-size: 1.2em;
	color: #666;
}

.content img {
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateZ(0);
	-moz-transform: rotate(0);
}

#sidebar.content img {
	max-width: 96.6666667%;
	height: auto;
	padding: 1.6666667%;
}

.content .alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}

.content .alignright {
	float: right;
	display: inline;
	margin: 5px 0 15px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 15px 15px;
}

.content .aligncenter {
	margin: 0 auto 20px auto;
}

.content .alignnone {
	margin: 0 0 20px 0;
}

.content p img {
	margin-bottom: 0 !important;
}

.content table {
	margin: 0 0 40px;
	width: 100%;
	font-size: 1.2em;
}

.content table th,
.content table td {
	padding: 10px;
}

.content table th {
	font-weight: 700;
	font-size: 1.1em;
	border-bottom: 1px solid #c7c9c0;
}

.content table td {
	border-bottom: 1px solid #c7c9c0;
}

.content table th:first-of-type,
.content table td:first-of-type {
	padding-left: 0;
}

.content table th:last-of-type,
.content table td:last-of-type {
	padding-right: 0;
}

.content hr,
hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 50px 0;
	background: #c7c9c0;
	border: 0;
}