15.0 Content
-------------------------------------------------------------- */
.featured-image {
	margin-bottom: 4%;
	display: inline-block;
	width: 100%;
}

.content-area {
	max-width: 1000px;
}

.site-content {
	display: inline-block;
	width: 100%;
	padding: 5% 6% 4% 26%;
}

@media (max-width: 768px) {
	.site-content {
		padding: 5%;
	}
}

.admin-bar .site-content {
	padding-top: 7%;
}

.entry-date {
	margin-bottom: 2%;
	color: #aaa;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.entry-date a {
	color: #aaa;
	text-decoration: none;
}

.entry-date a:hover, .entry-date a time:hover {
	color: #404040;
}

.entry-date .byline {
	text-transform: lowercase;
	font-style: italic;
}

.entry-title {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.1;
	margin-bottom: 4%;
}

@media (max-width: 768px) {
	.entry-title {
		font-size: 50px;
		margin-bottom: 20px;
	}
}

.entry-title a {
	color: #404040;
	text-decoration: none;
}

.entry-title a:hover {
	color: #555;
}

.format-quote .entry-title {
	font-size: 64px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.3;
	padding-right: 18%;
	position: relative;
}

@media (max-width: 768px) {
	.format-quote .entry-title {
		font-size: 32px;
	}
}

.format-quote .entry-title:before {
	border: solid 2px #D4DAE0;
	border-radius: 100px;
	color: #D4DAE0;
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 30px;
	font-style: normal;
	line-height: 72px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 2%;
	height: 70px;
	width: 70px;
}

@media (max-width: 768px) {
	.format-quote .entry-title:before {
		font-size: 22px;
		line-height: 50px;
		height: 50px;
		width: 50px;
	}
}

.format-quote .entry-title p {
	margin-bottom: .5em;
}

.format-quote .entry-title p:last-child {
	margin-bottom: 0;
}

.format-quote .entry-title cite {
	color: #B2B8BD;
	font-size: 32px;
	font-weight: 400;
}

@media (max-width: 768px) {
	.format-quote .entry-title cite {
		font-size: 26px;
	}
}

.search-results .entry-title {
	margin-bottom: 3%;
}

.page-header {
	display: none !important;
}	
}

.taxonomy-description {
	color: #aaa;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 5px;
}

.taxonomy-description p {
	margin-bottom: 0;
}

.entry-meta {
	display: inline-block;
	width: 20%;
	margin-right: 6%;
	margin-top: 1%;
	vertical-align: top;
}

@media (max-width: 768px) {
	.entry-meta {
		margin-bottom: 3%;
		width: 100%;
	}
}

.entry-excerpt {
	color: #999999;
	border-top: solid 4px #eeeeee;
	font-size: 16px;
	padding: 10% 0 1%;
	margin-bottom: 5%;
}

@media (max-width: 768px) {
	.entry-excerpt {
		font-size: 18px;
		padding: 5% 0 0;
	}
}

.meta-list {
	margin: 0;
	list-style-type: none;
	color: #aaa;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.meta-list li {
	margin-bottom: 12px;
	padding: 0 0 12px 25px;
	position: relative;
	border-bottom: solid 2px #eeeeee;
}

.meta-list li:first-child {
	border-top: solid 2px #eeeeee;
	padding-top: 12px;
}

.meta-list li:before {
	display: block;
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
}

.meta-list i {
	color: #999999;
	margin-right: 5px;
}

.meta-list .meta-cat:before {
	content: "\f0ca";
}

.meta-list .meta-tag:before {
	content: "\f02b";
}

.meta-list .meta-tag:before {
	content: "\f02b";
}

.meta-list .meta-comment:before {
	content: "\f0e5";
}

.meta-list .meta-edit:before {
	content: "\f044";
}

.meta-list a {
	color: #999999;
}

.meta-list a:hover {
	color: #404040;
}

.entry-content {
	font-size: 20px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: 72%;
	vertical-align: top;
}

@media (max-width: 768px) {
	.entry-content {
		font-size: 18px;
		width: 100%;
	}
}