body,
html
{
	padding: 0;
	margin: 0;
	background: #7cf;
	-webkit-text-size-adjust: 100%;
	
}
body
{
	font-family: 'Helvetica Neue', 'Avenir Next', -apple-system-font;
	font-size: 14px;
}
main
{
	padding: 1px 0;
	background: #fff;
}
a
{
	text-decoration: none;
	color: inherit;
}
a:hover
{
	text-decoration: underline;
}

#blogHeader-wrap
{
	text-align: center;
	padding: 20px;
	background: #7cf;
}
#blogHeader-content
{
	margin: 0 auto;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
#blogTitle
{
	display: none;
}
#blogHeader-logo{
	display: block;
	width: 100%;
	max-width: 320px;
}
.byline {
	font-size: 0;
	position: absolute;
	z-index: -1;
}
.byline:before
{
	content: "By ";
}

.navigation-box {
	display: table;
	margin: 14px auto;
	padding: 0;
	table-layout: fixed;
	max-width: 280px;
}
.navigation-wrap {
	display: table-cell;
	margin: 0;
	padding: 3px;
	width: 25%;
}
.navigation-content {
	display: block;
	font-size: 0;
	text-align: center;
}
.nav-button {
	height: 48px;
	margin: 0 12px;
	display: inline-block;
}
.article
{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	max-width: 640px;
}
.article h2
{
	font-size: 1.2em;
	margin-top: 1.4em;
	margin-bottom: 1.2em;
}
.article-title
{
	color: #c00;
	text-decoration: none;
	font-size: 1.44em;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0;
}
.article-description
{
	color: #777;
	font-style: italic;
}
.article-metadata{
	.font-size: 1em;
	color: #777;
}
.article-featuredImage
{
	width: 100%;
	display: block;
}


.article-header,
.article-content
{
	margin: 1em;
	font-size: 1.13em;
	line-height: 1.27em;
}
h1,
h2,
h3,
h4
{
	font-weight: 600;
}
.article ul,
.article ol
{
	margin-left: 2.5em;
	margin-right: 2.5em;
	padding: 0;
}
.article li
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.article-content a
{
	color: #089;
	font-weight: 500;
}


@media(min-width: 500px)
{
	
	.article-header,
	.article-content
	{
		margin: 2.5em;
	}
	.article-title
	{
		font-size: 1.34em;
		line-height: 1.3em;
	}
}



@media(min-width: 768px)
{
	
	.article-header,
	.article-content
	{
		margin: 1.8em;
	}
}