/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Libre Baskerville", Libre, Georgia, Times, serif;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Libre Baskerville", Libre, Georgia, Times, serif;
	font-weight: bold;
	margin: 0 0 .875em;
}
h1 {
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 1.3;
}
h2 {
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1.3;
}
h3 {
	font-size: 16px;
	font-size: 1rem;
}
h4 {
	font-size: 14px;
	font-size: .875rem;
}
h5 {
	font-size: 13px;
	font-size: .8125rem;
}
h6 {
	font-size: 12px;
	font-size: .75rem;
}
p {
	margin-top: 0;
	margin-bottom: 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.75em 1.75em 2.25em;
	font-size: 18px;
	font-size: 1rem;
}

address {
	margin: 0 0 1.75em;
}

pre {
	font-family: "Libre Baskerville", Libre, Georgia, Times, serif;
	margin-bottom: 1.75em;
	max-width: 100%;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 16px;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.singular .site-title {
	font-size: 20px;
	font-size: 1.4rem;
}

/*-- Posts */


.entry-title {
	font-size: 20px;
	font-size: 1.6rem;
	margin: 0 0 .4375em;
}
single .entry-title {
	font-size: 20px;
	font-size: 1.6rem;
	margin: 0 0 .4375em;
}
.single .hentry .entry-title {
	word-wrap: normal;
}

.entry-meta,
.entry-footer {
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
}
.entry-meta {
	margin: 0 0 1.75em;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	text-decoration: underline;
}
.author-title:after,
.entry-meta:after,
.page-template-right-column-page.singular .entry-meta:after {
	border-top: 1px solid;
	content: "";
	display: block;
	margin-top: .875em;
	width: 25%;
}
.page-template-right-column-page.singular .entry-footer {
	clear: both;
}
.singular .entry-meta:after {
	width: 12.5%;
}
.single .entry-meta {
	margin-bottom: 3.5em;
}
.single .entry-meta > span {
	margin: 0;
}
.blog .entry-meta > span,
.archive .entry-meta > span,
.search .entry-meta > span,
.entry-footer > span {
	clear: both;
	display: block;
	margin: 0 0 0.328125em;
}
.more-link {
	font-style: italic;
}
.page-header {
	margin: 0 0 3.5em;
}
.page-title {
	font-size: 20px;
	font-size: 1.4rem;
}
.page-links {
	word-spacing: 3px;
}
.entry-author {
	margin: 3.5em 0 0;
}
.author-title {
	margin: 0 0 .875em;
}
.author-title:after {
	margin-top: 0.4375em;
	width: 12.5%;
}
.author-link {
	clear: both;
	display: inline-block;
	font-style: italic;
	margin-top: .875em;
}
.author-avatar {
	float: right;
	margin-left: 1.75em;
	width: 60px;
}
.author-title {
	clear: none;
}
h1,
	.singular .entry-title {
		font-size: 30px;
		font-size: 1.8rem;
		margin: 0 0 0.4375em;
	}
	.site-title {
		font-size: 30px;
		font-size: 1.8rem;
	}
