/* Blog archive: post content styling ported from the original mc2012 theme.
   Header/nav/footer chrome comes from /assets/css/screen.css (the current site's stylesheet) —
   this file only covers what screen.css doesn't already style. */

.page-blog #container {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	padding: 0 20px;
	margin: 30px auto 40px;
}
@media (min-width: 750px) {
	.page-blog #container {
		max-width: 900px;
		padding: 0;
	}
}

.page-blog .back-link {
	margin-bottom: 20px;
}
.page-blog .back-link a {
	color: #757575;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
}
.page-blog .back-link a:hover {
	color: #3F3E3E;
}

.page-blog .post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(images/grey_dot.gif) repeat-x left bottom;
	position: relative;
	overflow: hidden;
}
.page-blog.single .post {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-blog .post_content img,
.page-blog .post_content iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.page-blog .post_content iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

.page-blog .post h2 {
	margin-bottom: 15px;
	color: #808083;
	font-size: 27px;
	line-height: 130%;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.page-blog .post h2 a {
	color: #808083;
	text-decoration: none;
}
.page-blog .post h2 a:hover {
	color: #000;
}

.page-blog .post_content p {
	margin: 0 0 15px;
	color: #808083;
	font: 21px/130% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.page-blog .post_content p a,
.page-blog .post_content p a:visited {
	color: #636466;
	text-decoration: underline;
}
.page-blog .post_content p a:hover,
.page-blog .post_content p a:active {
	text-decoration: none;
}

.page-blog .post .info {
	color: #757575;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.page-blog .post .info .by {
	font-weight: bold;
	padding-right: 10px;
}

.page-blog .archive-note {
	text-align: center;
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -30px;
	margin-bottom: 40px;
}
