/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
	font-family: Open Sans, Myriad Pro, Trebuchet MS, sans-serif;
}
:active, :hover, :focus {
	outline: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #900;
}
a:visited {
	color: #800;
}
a:active, a:hover {
	color: #000;
}
a img {
	border: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
#erasing_org {
	height: 100%;
	font-size: .625em;
}
header {
	position: relative;
	width: 100%;
	text-align: center;
	height: 13.5em;
}	
header h1 {
	position: absolute;
	top: 4.5em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 9em;
	font-size: 1em;
	text-indent: -9999px;
	background-image: url(/i/erasing-org.png);
	background-repeat: no-repeat, repeat-x;
	background-color: transparent;
	background-position: center 66.67%;
	background-size: auto 66.67%;
}
header h1 a {
	display: block;
	margin: 0 auto;
	height: 100%;
}
header nav {
	position: absolute;
	top: 0;
	width: 100%;
	/* background-color: #fff;
	background-color: rgba(256,256,256,1); */
	background-color: #f9f9f9;
	z-index: 2;
}
header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Lato, Open Sans, Myriad Pro, Trebuchet MS, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	text-transform: none;
}
.flexbox header nav ul {
	display: flex;
	justify-content: space-evenly;
}
header nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 20%;
	text-align: center;
	/* background-color: #efefef; */
}
.flexbox header nav ul li {
	width: unset;
}
header nav ul li a {
	display: block;
	margin: 0;
	padding: 1.5em 0 1.4375em 0;
	text-decoration: none;
	/* border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(256,256,256,.9375); */
}
header nav ul li:nth-child(even) a {
	/* background-color: #f9f9f9; */
}
header nav ul li:first-child a {
	border-left: none;
}
header nav ul li a:link,
header nav ul li a:visited {
	color: #888a8d;
}
header nav ul li a:active {
	color: #000;
}
header nav ul li.selected a {
	color: #000;
}
#content {
	font-size: 1em;
	width: 100%;
	/* min-height: 100%; */
	height: auto !important;
	/* height: 100%;
	margin-bottom: -6em; */
}
#content:first-of-type {
	/* margin-top: -13.5em; */
}
.content-hed {
/*	margin: 0 0 -10.5em 0; */
/*	padding: 13em 0 0 0; */
	margin: 0 0 3em 0;
	font-size: 1em; 
}
.content-hed h2 {
	margin: 0;
	padding: 0;
	font-family: Lato, Open Sans, Myriad Pro, Trebuchet MS, sans-serif;
	font-size: 3em;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #444;
}
.content-hed h2 .name {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #555;
}
article:first-of-type {
	/* padding-top: 13.5em; */
	padding-top: 0;
}
article {
	margin: 0 auto 7.5em auto;
}
article.page {
	margin: 0 auto;
	padding-bottom: 1.3125em;
}
article.page .meta {
	margin-bottom: 2.625em;
}
.post {
	margin: 0 0 2.25em 0;
	font-size: 1.5625em;
}
.post p, .post li, .post li p {
	font-weight: 400;
	line-height: 1.5625em;
	color: #404040;
	}
.post p, .post ul, .post ol {
	padding-left: 1.125em;
	padding-right: 1.125em;
}
.post ul p, .post ol p, .post ul blockquote p, .post ol blockquote p {
	padding-left: 0;
	padding-right: 0;
}
.post p {
	margin: 0 0 1.3125em 0;
}
.post ul,
.post ol {
	margin: 0 0 1.3125em 0;
	padding-left: 3em;
	padding-right: 3em;
}
.post ul ul, .post ul ol, .post ol ul, .post ol ol {
	padding-left: 1.3125em;
	padding-right: 1.3125em;
}
.post ul li,
.post ol li {
	margin: 0;
	padding: 0;
}
.post ul.graf li,
.post ol.graf li {
	margin: 0 0 1.3125em 0;
}
blockquote {
	margin: 0;
}
.post blockquote p,
.post blockquote ul {
	margin: -0.3125em 0 1.5em 0;
	padding: 0 2em;
}
.post blockquote p,
.post blockquote li {
	font-weight: 300;
	color: #555;
}
.post blockquote.poem,
.post .poem {
	margin: 0 0 1.3125em 0;
}
.post blockquote.poem p,
.post .poem p {
	margin: 0 0 0 1.3125em;
	text-indent: -1.3125em;
}
.post blockquote.script {
	margin: 0 0 1.3125em 0;
}
.post blockquote.script p {
	margin: 0 0 0 1.3125em;
	text-indent: -1.3125em;
}
.post blockquote.script p.direction {
	text-indent: 0;
}
.post blockquote.script p strong {
	padding-right: 1em;
}
.post blockquote p.indent, .post p.indent {
	margin: 0 0 0 2.625em;
}
.post blockquote p.indent-2x, .post p.indent-2x {
	margin: 0 0 0 3.9375em;
}
.post blockquote p.indent-3x, .post p.indent-3x {
	margin: 0 0 0 5.25em;
}
.post p.break {
	line-height: 1em;
}
.post p small,
.post p.sm,
.post p.caption {
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin: 0 0 1.725em 0;
	font-size: .75em;
	line-height: 1.5em;
}
.post p.caption {
	text-align: center;
}
.post blockquote p small,
.post blockquote p.sm {
	padding-left: 0;
	padding-right: 0;
}
.post .column {
	width: 20em;
	margin-left: auto;
	margin-right: auto;
}
.post .greyer {
	color: #888;
}
.post h1 {
	margin: 0 0 .75em 0;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 2.25em;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
}
.post h1.supersized {
	font-size: 4em;
}
.post h1 a {
	color: #000;
	text-decoration: none;
}
.post h2 {
	margin: .4375 0 1.75em 0;
	font-size: .6875em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
.post p.directions {
	text-align: center;
}
.post p.caption span,
.post p.directions span {
	display: inline;
}
.post p.divider {
	clear: both;
	text-align: center;
}
.post p.divider:after {
	content: "*";
}
.meta { 
	clear: both;
	display: block;
	width: 100%;
	/* background-color: #ececec; */
	background-color: #f9f9f9;
}
.meta a:link, .meta a:visited, .meta a:active {
	color: #a8aaad;
}
.meta a:hover {
	color: #000;
}
.meta ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 1.75em;
}
.meta li {
	float: left;
	font-family: Lato, Open Sans, Myriad Pro, Trebuchet MS, sans-serif;
	font-size: 1.125em;
	line-height: 1em;
	color: #a8aaad;
	padding: .75em 0;
}
li.datestamp {
	width: 40%;
	text-align: left;
}
li.permalink {
	width: 20%;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
li.tags {
	position: relative;
	width: 40%;
	padding: 0;
	text-align: right;
}
li.tags div {
	display: inline-block;
	padding: .75em 0;
	cursor: pointer;
}
li.tags ul.tag-list { 
	position: absolute;
	top: 0;
	right: 0;
	margin: 2.5em 0 0 0;
	padding: .5em 0;
	width: 250%;
	list-style: none;
	text-align: right;
	opacity: 0;
	visibility: hidden;
}
li.tags ul.tag-list { 
	display: none;
}
.no-touch li.tags ul.tag-list { 
	display: inline-block;
/*	z-index: -1; */
}
li.tags ul.tag-list li {
	list-style: none;
	float: none;
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0 0 0 2em;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 300;
	text-transform: none;
	text-align: right;
}
li.tags ul.tag-list li a:before {
	content: "#";
}
li.tags ul.tag-list li:first-child {
	margin: 0;
}
li.tags div.tagshow {
	color: #000;
}
.no-touch li.tags div:hover ul.tag-list,
li.tags div.tagshow ul.tag-list {
	display: inline-block;
	background-color: #fff;
	background-color: rgba(256,256,256,0.9375);
/*	z-index: 1; */
	opacity: 1;
	visibility: visible;
}
li.tags ul.tag-list {
		-webkit-transition: all .1s ease-out;
		   -moz-transition: all .1s ease-out;
		     -o-transition: all .1s ease-out;
		        transition: all .1s ease-out;
}
.meta.best-of { }

nav#pagination {
	margin: -4em 0 0 0;
/*	padding: 0 0 7.5em 0; */
	width: 100%;
	height: 8em;
}
nav#pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Lato, Open Sans, Myriad Pro, Trebuchet MS, sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #888;
}
nav#pagination ul li {
	display: inline;
	padding: 0;
}
nav#pagination ul li#older a {
	margin: 1.75em 1.75em 1.75em 0;	
}
nav#pagination ul li#older a:before {
	content: "‹";
	margin: 0 .5em 0 0;
}
nav#pagination ul li#newer a {
	margin: 1.75em 0 1.75em 1.75em;	
}
nav#pagination ul li#newer a:after {
	content: "›";
	margin: 0 0 0 .5em;
}
nav#pagination ul li#older a:before,
nav#pagination ul li#newer a:after {
	vertical-align: bottom;
	font-size: 1.75em;
	line-height: .8175em;
}
.post .img-wrapper {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	margin-top: .75em;
}
.post .img-wrapper:first-of-type {
	margin-top: 0;
}
.post .img-wrapper img,
.post .img-wrapper iframe {
	max-width: 100%;
	height: auto;
}
.post .img-wrapper.img-two img {
	max-width: 50%;
}
.post .img-wrapper.img-three > span {
	display: block;
	white-space: nowrap;
	margin-left: -.25%;
	margin-right: -.25%;
}
.post .img-wrapper.img-three img {
	max-width: 33.5%;
}
.post .img-wrapper.img-padded img {
	max-width: 90%;
}
.post .img-wrapper.img-half {
	width: 50%;
}
.post .img-wrapper.img-third {
	width: 33.5%;
}
.post .img-wrapper.img-left {
	float: left;
	margin-top: .5em;
	margin-right: 1em;
	margin-bottom: 1em;
}
.post .img-wrapper.img-right {
	float: right;
	margin-top: .5em;
	margin-left: 1em;
	margin-bottom: 1em;
}
.post .img-wrapper.img-left.img-padded {
	margin-right: 0;
}
.post .img-wrapper.img-right.img-padded {
	margin-left: 0;
}
.post .img-wrapper.img-wide img {
	width: auto;
	max-height: 11em;
}
.post .img-wrapper.caption img {
	margin-bottom: 1em;
}
.post .img-wrapper.video {
    position: relative;
    overflow: hidden;
    height: 0; 
	padding: 0 0 58.625% 0;
    }
.post .img-wrapper.video iframe,
.post .img-wrapper.video object,
.post .img-wrapper.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.post .img-wrapper.video-1_3 {
    padding: 0 0 75.375% 0;
}
.post .img-wrapper.video-1_7 {
    padding: 0 0 56.211% 0;
}

.post .erasingaudio {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}
.post .erasingaudio p {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.post .erasingaudio span:last-child {
	font-size: .75em;
	text-align: center;
	display: none;
}
.no-touch .post .erasingaudio {
	width: 290px;
}
.no-touch .post .erasingaudio object {
	width: 290px;
	height: 30px;
	margin: 0 auto;
}
.post.photo-wall-page {
	margin: 0;
	padding: 0;
}
.post p.photo-wall {
	display: inline-block;
	width: 100%;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
.post p.photo-wall img {
	max-width: 25%;
	height: auto;
}
#archive-search {
	font-size: 1.125em;
	margin: 0 auto 1.3125em auto;
}
#archive-search label {
	display: block;
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 0;
	font-size: .375em;
	font-family: Lato;
	font-weight: 300;
	color: #777;
	text-transform: uppercase;
	text-align: center;
}
#archive-search input#searchsubmit {
	display: none;
}
#archive-search input {
	display: block;
	margin: 0 auto;
	padding: .3125em .625em;
	width: 12em;
	border: 0;
	border-radius: 0;
	font-family: Open Sans;
	font-size: 1em;
	font-weight: 300;
	background-color: #ececec;
	text-align: left;
}
.no-touch #archive-search input:hover {
	background-color: #dcdcdc;
}
#archive-search input:focus {
	background-color: #dcdcdc;
}
::-webkit-input-placeholder { text-align: center; }
::-moz-placeholder { text-align: center; }
 :-moz-placeholder { text-align: center; }
 :-ms-input-placeholder { text-align: center; }
.archive-year {
	font-family: Lato;
}
.archive-year ul,
.archive-year ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.archive-year ul {
	width: 100%;
	margin: 0 0 1em 0;
}
.archive-year ul li {
	display: inline-block;
	font-weight: 300;
	color: #c7c7c7;
}
.archive-year ul li.archive-year-link {
	width: 10%;
	font-weight: 700;
}
.archive-year p,
.archive-year ul li {
	margin: 0;
	text-align: center;
	font-size: .9375em;
	line-height: 1.5em;
}
.archive-year ul li.archive-year-link {
	background-color: #f7f7f7;
}
#archive-years.archive-year ul li.archive-year-link:nth-child(odd) {
	background-color: #efefef;
}
.archive-year ul li {
	width: 16.667%;
	background-color: #efefef;
}
.archive-year ul li.archive-year-link {
	width: 100%;
}
.archive-year ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: .75em 0;
}
.archive-year ul li.blank {
	padding: .75em 0;
}
.archive-page p.note {
	margin: 1.96875em auto; 
	text-align: center;
	font-size: .75em;
	line-height: 1.5em;
	color: #888;
}
#post-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ========================================
	- Mobile portrait
   ===================================== */
   
@media only screen and (max-width: 479px) {

	.archive-year ul li.y1:nth-child(even) {
		background-color: #f9f9f9;
	}
	.archive-year ul li.y2:nth-child(odd) {
		background-color: #f9f9f9;
	}
	/* God damn titles with long-ass words */
	#post-20050105-anthropomorphize-my-quiche h1,
	#post-20050706-immigrandependominion-day h1 {
		font-size: 1.5em;
	}
	#post-20071204-afternoons p.indent {
		margin: 0 0 0 7.5em;
	}
	
}

/* ========================================
	- Mobile landscape
   ===================================== */
  
@media only screen and (min-width: 480px) {

	header {
		font-size: 1.5em;
		height: 9em;
	}
	header h1 {
		top: 3em;
		height: 6em;
		background-size: auto 4em;
	}
	header h1 a {

	}
	header nav ul li a {
		padding: .75em 0;
	}
	.post {
		font-size: 2em;	
	}
	.post p, .post li, .post li p {
		padding-left: 1.6875em;
		padding-right: 1.6875em;
	}
	.post ul,
	.post ol {
		padding-left: 3em;
		padding-right: 3em;
	}
	.post ul p, .post ol p, .post ul blockquote p, .post ol blockquote p {
		padding-left: 0;
		padding-right: 0;
	}
	.post blockquote p,
	.post blockquote ul {
		padding: 0 3em;
	}
	.post p small,
	.post p.sm,
	.post p.caption {
		padding-left: 2.25em;
		padding-right: 2.25em;
	}
	.post blockquote p small,
	.post blockquote p.sm {
		padding-left: 0;
		padding-right: 0;
	}
	.meta ul {
		padding: 0 3.5em;
	}
	.meta li {
		font-size: 1.25em;
	}
	.post .img-wrapper.video-1_3,
	.post .img-wrapper.video-1_7 {
		width: 62.5%;
    	margin-left: 18.75%;
    	margin-right: 18.75%;
	}
	.post .img-wrapper.video-1_3 {
    	padding: 0 0 47.109375% 0;
	}
	.post .img-wrapper.video-1_7 {
    	padding: 0 0 35.132097% 0;
	}
	.post p.photo-wall img {
		max-width: 12.5%;
	}
	.archive-year ul {
		padding: 0;
	}
	.archive-year ul li {
		width: 8.33%;
		font-size: .8125em;
		line-height: 1.5em;
	}
	.archive-year ul li:nth-child(even) {
		background-color: #f9f9f9;
	}
	#post-20071204-afternoons p.indent {
		margin: 0 0 0 9em;
	}
}


/* ========================================
	- Tablet portrait
   ===================================== */
  
@media only screen and (min-width: 768px) {

	#erasing_org {
		max-width: 100%;
		font-size: .875em;
		}
	header {
		font-size: 1em;
		height: 15em;
	}
	header h1 {
		top: 3.25em;
		height: 12em;
		background-size: auto 8em;
		/* background-position: center center; */
		background-position: center 2.375em;
	}
	header h1 a {
		max-width: 800px;
	}
	header nav {
		position: absolute;
	}
	header nav ul {
		font-size: 1.4375em;
		font-weight: 300;
		text-transform: uppercase;
	}
	header nav ul li {
		padding: 0;
		width: auto;
		height: auto;
	}

	header nav ul li a {
		padding: .375em 1.4375em;
		border-left: none;
		border-top: none;
		/* background-color: #fff; */
	}
	header nav ul li a:link,
	header nav ul li a:visited {
		color: #888a8d;
	}
	header nav ul li a:visited {
		/* color: #66b; */
	}
	header nav ul li a:active,
	.no-touch header nav ul li a:hover {
		color: #000;
	}
	header nav ul li:nth-child(even) a {
		/* background-color: #fff; */
	}
	header nav ul li.selected a {
	}
	#content:first-of-type {
		/* margin-top: -15em; */
		}
	.content-hed {
		/* padding: 15em 0 0 0; */
	}
	article:first-of-type {
		/* padding-top: 15em; */
		padding-top: 0;
	}
	article.page {
		padding-bottom: 6em;
	}
	.post { 
		font-size: 1.75em;
		padding: 0 0 .5625em 0;
	}
	.post, .meta ul {
		max-width: 700px;
		margin: 0 auto;
	}
	.post.photo-wall-page {
		max-width: 100%;
	}
	.post p, .post li, .post li p {
		padding-left: 0;
		padding-right: 0;
	}
	.post ul,
	.post ol {
		padding-left: 2em;
		padding-right: 2em;
	}
	.post blockquote p,
	.post blockquote ul {
		padding: 0 1.5em;
	}
	.post p.caption span,
	.post p.directions span {
		display: block;
	}
	.post p small,
	.post p.sm,
	.post p.caption {
		padding-left: 0;
		padding-right: 0;
	}
	.post p.photo-wall {
		margin: 0;
		padding: 0;
	}
	.meta li {
		text-transform: uppercase;
		font-weight: 300;
	}
	.meta li.permalink {
		font-weight: 700;
	}
	li.tags ul.tag-list li {
		font-size: .75em;
		line-height: 1.25em;
	}
	.no-touch li.tags div:hover,
	.no-touch li.tags div.tagshow {
		color: #000;
	}
	li.tags div ul.tag-list {
		padding: 0;
	}
	.no-touch li.tags div:hover ul.tag-list,
	li.tags div.tagshow ul.tag-list {
		padding: .25em 0 0 0;
	}
	nav#pagination ul li#older a:before {
		margin: 0 .75em 0 0;
	}
	nav#pagination ul li#newer a:after {
		margin: 0 0 0 .75em;
	}
	.post .img-wrapper.img-padded img {
		max-width: 100%;
	}
	.post .img-wrapper.img-wide {
		width: 768px;
		margin-left: -34px;
		margin-right: -34px;	
	}
	.post p.photo-wall img {
		max-width: 16.76%;
	}
	.post p.photo-wall > span {
		display: block;
		white-space: nowrap;
		margin-left: -.15%;
		margin-right: -.15%;
	}
	.post.archive-page {
		max-width: 81.25%;
	}
	.archive-year {
		border-bottom: 1px solid #e0e0e0;	
	}
	#archive-search {
		padding-bottom: 3em;
		border-bottom: 1px solid #e0e0e0;	
	}
	.archive-year {
		border-bottom: 1px solid #e0e0e0;	
	}
	.archive-year ul {
		margin: 1px 0;
		padding: 0;
	}
	#archive-year-2012.archive-year ul {
		margin-top: .75em;
	}
	.archive-year ul li {
		width: 7.5%;
		font-weight: 100;
		font-size: .8125em;
		line-height: 1.5em;
		text-transform: normal;
		background-color: #fff;
		color: #ccc;
	}
	#archive-years ul {
		width: 100%;
		margin: 1px auto;
		border-bottom: 0;
	}
	#archive-years.archive-year ul {
		text-align: center;	
	}
	#archive-years.archive-year ul li {
		width: 12.5%;
		font-size: 1em;
		line-height: 2em;
		padding-bottom: .5em;	
	}
	#archive-years.archive-year ul li.archive-year-link {
		float: right;
	}
	.archive-year ul li.archive-year-link,
	#archive-years.archive-year ul li.archive-year-link:nth-child(odd),
	.archive-year ul li:nth-child(even) {
		background-color: #fff;	
	}
	.archive-year ul li.archive-year-link {
		width: 10%;
		font-weight: 700;
	}
	.archive-year ul li a,
	.archive-year ul li.blank {
		padding: .5em 0;
	}
	.archive-page p.note {
		max-width: 640px;
		font-weight: 300;
		margin: 1.75em auto 0; 
	}
	#post-20090511-menus.post blockquote {
		float: left;
		max-width: 50%;
		font-size: .8125em;
	}
	#post-20090511-menus.post p.divider {
		display: none;
	}
	#post-20110927-bundles .column,
	#post-20111231-ascent .column {
		width: 24em;
	}
	
	#post-links ul {
		column-count: 2;
	}
}


/* ========================================
	- Tablet landscape
   ===================================== */
  
@media only screen and (min-width: 1024px) {

	#erasing_org {
		font-size: 1em;
	}
	.flexbox header nav ul {
		justify-content: space-between;
		max-width: 800px;
		margin: 0 auto;
	}
	.flexbox header nav ul li a {
		padding: .375em 0;
	}
	.post, .meta ul {
		max-width: 800px;
	}
	.meta li {
		font-weight: 200;
	}
	.post .img-wrapper.img-wide {
		width: 1024px;
		margin-left: -112px;
		margin-right: -112px;	
	}
	.post p.photo-wall img {
		max-width: 12.5%;
	}
	.post p.photo-wall > span {
		display: inline;
		white-space: normal;
		margin-left: 0;
		margin-right: 0;
	}
	.archive-page p.note {
		max-width: 720px;
	}
}
	

/* ========================================
	- Desktop
   ===================================== */
  
@media only screen and (min-width: 1280px) {

	.post .img-wrapper.img-wide {
		width: 1280px;
		margin-left: -240px;
		margin-right: -240px;	
	}
	.post p.photo-wall img {
		max-width: 10%;
	}
	
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
