/**/
/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
/*
	Type presets
*/
body {
  font-size: 1em;
  line-height: 1.375em;
  font-family: "Trebuchet MS", sans-serif;
}
.small,
#nav span {
  font-size: 0.8125em;
  line-height: 1.6923076923076923em;
}
.normal,
h1,
h2,
h3,
h4 {
  font-size: 1em;
}
.big {
  font-size: 1.4375em;
  line-height: 1.0434782608695652em;
}
.large {
  font-size: 1.6875em;
  line-height: 1.3333333333333333em;
}
.huge {
  font-size: 2.75em;
  line-height: 1.0909090909090908em;
}
.enormous {
  font-size: 4.5em;
  line-height: 1em;
}
.gigantic {
  font-size: 7.25em;
  line-height: 1.0344827586206897em;
}
/*
	Typography
*/
article p,
#colophon p,
#recommendations p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h2 {
  padding: 1.75em 0 1.125em;
}
h3 {
  padding: 1.75em 0 1.125em;
}
h1,
#nav span,
h2,
h3,
#nav a,
#author a {
  font-weight: 500;
}
#masthead h1,
h2 {
  font-size: 1.4375em;
  line-height: 1.0434782608695652em;
  text-transform: uppercase;
  letter-spacing: 0.06875em;
}
#masthead h1 a {
  border-bottom: 0;
}
#introduction h1,
#follow h1 {
  text-align: center;
  font-style: italic;
}
#introduction time {
  text-align: center;
  display: block;
}
#introduction h1 a {
  border-bottom: none;
}
#introduction h1 {
  border-top: 0.0625em dotted #e8e8e8;
  padding-top: 3em;
}
#quickfix article:first-child #introduction h1 {
  border-top: 0;
  padding-top: 0;
}
/*
	Colours & links
*/
body {
  background: #ffffff;
  color: #646464;
}
h1,
h2,
h3,
h4 {
  color: #171717;
}
header p {
  color: #616161;
}
a {
  color: #171717;
  text-decoration: none;
  border-bottom: 0.06875em solid #171717;
}
#nav a {
  border: 0;
}
a:hover {
  color: #e84c38;
  border-bottom-color: #e84c38;
}
#nav a:hover,
#nav a:hover .icon {
  background: #e84c38;
  color: #ffffff;
}
a:active {
  color: #616161;
  border-bottom-color: #616161;
}
ul,
ol {
  margin-bottom: 1.5em;
  margin-left: 1.25em;
}
#nav ul {
  margin-left: 0;
}
#nav a:active,
#nav a:active .icon {
  background: #616161;
}
::selection {
  background: #e84c38;
  color: #ffffff;
}
::-moz-selection {
  background: #e84c38;
  color: #ffffff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(232, 76, 56, 0.38);
}
/*
	Typekit failsafe
*/
h1,
h2,
h3,
p,
#nav li {
  visibility: visible;
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading p,
.wf-loading #nav li {
  visibility: hidden;
}
/*
	Common styles
*/
#masthead,
#introduction,
article section,
#colophon,
#recommendations {
  padding: 0 1.125em;
  margin: 0 auto;
  max-width: 34.5em;
}
#masthead {
  padding-top: 1.5em;
  text-align: center;
}
#nav {
  padding: 1.5em 0 0;
  height: 3em;
  width: 16.5em;
  margin: 0 auto;
}
#nav li {
  list-style: none;
  display: block;
  float: left;
  width: 3em;
  margin-left: 1.5em;
}
#nav li:first-child {
  margin-left: 0;
}
#nav a {
  display: block;
  text-align: center;
}
#nav .icon {
  font-size: 1.75em;
  line-height: 1.7142857142857142em;
  background: #171717;
  color: #ffffff;
  vertical-align: middle;
}
#introduction {
  clear: both;
  padding: 3em 0 1.5em;
}
#introduction span,
#follow span {
  display: block;
}
#colophon {
  overflow: hidden;
  padding-top: 4.5em;
  padding-bottom: 9.375em;
}
#follow {
  padding-bottom: 1.4375em;
  border-bottom: 0.125em dotted #e8e8e8;
  margin-bottom: 1.4375em;
}
#colophon h2 {
  padding: 0 0 0.75em;
}
#colophon img {
  width: 3em;
  float: left;
}
#author {
  padding-bottom: 1.5em;
}
#author p {
  padding-left: 3.75em;
}
article p {
  margin-bottom: 1.5em;
  line-height: 1.625em;
}
article section p img {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
#recommendations {
  overflow: hidden;
  border-top: 0.125em dotted #e8e8e8;
}
#recommendations h2 {
  text-align: center;
  padding: 3em 0 2em;
}
#recommendations h3 {
  margin: 0 0 1.5em;
  font-size: 1em;
}
#recommendations p {
  font-size: 0.8125em;
  line-height: 1.6923076923076923em;
}
#recommendations .hover {
  text-decoration: underline;
  cursor: pointer;
}
/*
	Old IE fixes
	http://jonikorpi.com/leaving-old-IE-behind/
*/
.ie #masthead,
.ie #introduction,
.ie article section,
.ie #colophon {
  width: 34.5em;
}
.ie #nav {
  width: 19.5em;
}
.ie #nav li {
  display: inline;
}
.ie #nav li:first-child {
  margin-left: 1.5em;
}
#pagination {
  margin: 7.5em auto 3.75em;
  overflow: auto;
  display: block;
}
#pagination div {
  float: left;
  width: 50%;
}
#pagination div:last-child {
  text-align: right;
}
/*
	Full page zooms
	0.882352941 0.941176471 1.058823529 1.117647059
*/
@media screen and (max-width: 16.875em) {
  body {
    font-size: 0.875em;
  }
  #masthead,
  #introduction,
  article section,
  #colophon,
  #recommendations {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
@media screen and (max-width: 19.9375em) {
  body {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 32.5em) and (max-width: 37.4375em), screen and (min-width: 45em) and (max-width: 56.9375em), screen and (min-width: 77.5em) and (max-width: 102.4375em), screen and (min-width: 135em) {
  body {
    font-size: 1.0625em;
  }
}
@media screen and (min-width: 102.5em) and (max-width: 117.9375em), screen and (min-width: 150em) {
  body {
    font-size: 1.125em;
  }
}
/*
	Mobile layout
	240–479 px
	Zoomed out below 320 px
*/
@media screen and (min-width: 15em) {
  #masthead,
  #introduction,
  article section,
  #colophon,
  #recommendations,
  #pagination {
    width: 16.5em;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  #masthead h1,
  #introduction span,
  #follow span {
    display: inline;
  }
  #masthead p {
    display: block;
  }
  article img {
    max-width: 100%;
  }
  article iframe {
    max-width: 100%;
  }
  #share {
    overflow: hidden;
    display: block;
  }
}
/*
	Wide mobile layout
	480-767 px
	Zoomed in above 480 px
*/
@media screen and (min-width: 30em) {
  #masthead,
  #introduction,
  article section,
  #colophon,
  #introduction,
  #recommendations,
  #pagination {
    width: 25.5em;
  }
  #masthead h1,
  #masthead p,
  #introduction span,
  #follow span {
    display: block;
  }
  #nav {
    margin-left: 4.5em;
  }
}
/*
	Tablet layout
	600-911 px
	Zoomed in above 600 px
*/
@media screen and (min-width: 37.5em) {
  #masthead,
  #introduction,
  article section,
  #colophon,
  #recommendations,
  #pagination {
    width: 34.5em;
  }
  #masthead {
    text-align: left;
    position: relative;
    padding-top: 2.25em;
  }
  #masthead h1 {
    margin-right: 0.25em;
  }
  #masthead p {
    width: 16.5em;
  }
  #nav {
    position: absolute;
    right: 0;
    top: 0.75em;
  }
  #introduction {
    padding-top: 4.5em;
  }
  #introduction h1,
  #follow h1 {
    font-size: 1.6875em;
    line-height: 1.3333333333333333em;
  }
  #content h2,
  #content h3 {
    font-size: 1.6875em;
    line-height: 1.3333333333333333em;
    letter-spacing: 0.040740740740740744em;
  }
  #author {
    width: 30em;
    float: left;
  }
  #author {
    padding: 0 1.5em 0 0;
  }
  #recommendations article {
    width: 12em;
    padding-right: 1.5em;
    float: left;
  }
  #recommendations article img {
    width: 12em;
  }
  #recommendations article:last-child {
    padding-right: 0;
  }
}
/*
	Widescreen layout
	912-1887 px
	Zoomed in above 912 px
*/
@media screen and (min-width: 57em) {
  #masthead,
  #introduction,
  #colophon,
  #recommendations,
  #pagination {
    width: 52.5em;
  }
  article section {
    width: 34.5em;
  }
  #masthead {
    padding-top: 3em;
  }
  #masthead h1 {
    font-size: 2.75em;
    line-height: 1.0909090909090908em;
    width: auto;
    letter-spacing: 0.045454545454545456em;
  }
  #masthead p {
    position: absolute;
    left: 16em;
    top: 3em;
    width: 16.5em;
  }
  #nav {
    top: 1.5em;
  }
  #introduction h1 {
    font-size: 2.75em;
    line-height: 1.0909090909090908em;
  }
  #colophon {
    margin-top: 4.5em;
    border-top: 0.125em solid #171717;
    padding-top: 1.375em;
  }
  #follow {
    float: left;
    width: 16.5em;
    padding: 2.25em 1.5em 0 0;
    border: 0;
  }
  #follow h1 {
    font-size: 1em;
    text-align: left;
  }
  #follow span {
    display: inline;
  }
}
strong {
  color: #171717;
}
blockquote {
  padding-left: 1em;
}
blockquote p {
  border-left: 2px solid #e8e8e8;
  padding-left: 1em;
  font-style: italic;
  color: #949494;
}
blockquote p a {
  color: #616161;
  border-bottom: 1px solid #616161;
}
