@media screen and (min-width: 1260px) {

	/* Whole site + *title* header. */
	.site, .site-header {
		max-width: 100%;
	}
	/* Image header */
	#site-header {
		background: black;
	}
	/* Everything else */
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.post-navigation,
	.comments-area {
		/* Original max-width: 474px */
		max-width: 100%;
	}

	.site-content blockquote.alignleft, .site-content blockquote.alignright {
		/*width: calc(70% + 18px);*/
	}
	/* Width of an entry in the middle column. */
	.hentry {
		max-width: 100%;
	}
	/* Widget titles ought to be black, not white! */
	.widget-title, .widget-title a {
		color: black;
	}
	/* Some margin around special widgets to not let them stick together. */
	.widget-container {
		margin-bottom: 10px;
	}

	/* Navigation cleanup */
	.post-navigation {
		height:50px;
	}
	.nav-links a[rel=prev] {
		float:left;
		width:auto;
	}
	.nav-links a[rel=next] {
		float:right;
		width:auto;
	}

	/* Override text box contents max-width. */
	html .mceContentBody {
		max-width: auto;
	}
}