a,
a:active {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #5896d2;
  font-weight: bold;
  text-decoration: none;
  opacity: .75;
}
a:hover {
  color: #5896d2;
  text-decoration: underline;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "alternate-gothic-no-3-d", Helvetica, sans-serif;
  color: #444;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: 1px;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  float: right;
  font-style: normal;
  color: rgba(0,0,0,0.25);
  font-size: .9em;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: .25em;
  margin-top: 1.5em;
  letter-spacing: normal;
}
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1 > a {
  text-decoration: none;
  color: inherit;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
h1 > a:active {
  font-weight: normal;
  color: inherit;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
strong {
  color: rgba(0,0,0,0.75);
}
p,
li,
blockquote,
time,
var {
  position: relative;
  font: 400 17pt/155% "ff-tisa-web-pro", "Georgia", serif;
  margin: .1em 0 1em 0;
  color: #3a3a3a;
  color: rgba(0,0,0,0.75);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
p a,
li a {
  font-weight: normal;
  border-bottom: 2px dashed transparent;
}
sup {
  position: relative;
  top: -0.25em;
}
sup a {
  font-size: 6pt;
  font-weight: bold;
  background-color: #5896d2;
  color: #fff;
  border-radius: 6pt;
  padding-left: .5em;
  padding-right: .5em;
  opacity: .75;
}
sup a:hover {
  opacity: 1;
  background-color: #5896d2;
  color: #fff;
}
li {
  margin: 0;
}
ul,
ol {
  margin: 1.25em 1em 1.5em 0;
  padding: 0 1.5em 0 3em;
}
ul > li,
ol > li {
  line-height: 135%;
  font-size: 16pt;
  margin: 0;
  margin-bottom: .5em;
  font-weight: 100;
}
ul > li {
  list-style-type: square;
}
pre {
  font: 10pt/145% Monaco, Menlo, 'Lucida Console', monospace;
  background-color: rgba(0,0,0,0.05);
  padding: .75em 1em !important;
  margin: 2em 0;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  overflow: hidden;
  overflow-x: auto;
}
p > code,
li > code {
  font: .7em/120% Monaco, Menlo, 'Lucida Console', monospace;
  background-color: rgba(0,0,0,0.05);
  padding: .25em .35em .2em;
  margin: 0;
  border-radius: .25em;
}
blockquote code,
pre code {
  font: 13pt/145% Monaco, Menlo, 'Lucida Console', monospace !important;
  background-color: transparent !important;
  color: rgba(0,0,0,0.7);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
blockquote a {
  display: block;
  font-style: normal;
  text-align: right;
  font-size: .8em;
  border-bottom: 0;
  font-weight: bold;
  margin-right: .5em;
}
blockquote a:active,
blockquote a:hover,
blockquote a:focus {
  border-bottom: 0;
}
p img {
  display: block;
  margin: 2em auto;
  width: auto;
}
p img.size-full {
  margin: 2em auto;
}
figure.pull-right {
  margin-left: 1em;
  margin-top: .5em;
  margin-bottom: .25em;
}
blockquote {
  border-left: 8px solid #1485CC;
  margin: 2em 0 1.5em -8px;
  color: #999;
  background-color: rgba(0,0,0,0.025);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
blockquote > p {
  clear: both;
  display: block;
  margin: .5em .75em .5em 2em;
  padding: .5em 0 .55em;
  line-height: 125%;
  font-style: italic;
  color: #666;
}
figure {
  margin: 2em auto 2em;
  padding-bottom: 0;
  overflow: hidden;
  max-width: 850px;
}
figure img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
figure figcaption {
  font-size: 9.5pt;
  width: 90%;
  margin: .5em auto;
  font-family: 'freight-sans-pro', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  font-weight: bold;
  color: rgba(0,0,0,0.5);
}
figure figcaption em {
  font-weight: bold;
  font-style: normal;
}
table {
  border-collapse: collapse;
  max-width: 100%;
  min-width: 60%;
  margin: 0 auto;
}
table th {
  font: 300 15pt/145% 'freight-sans-pro', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: left;
  color: rgba(0,0,0,0.75);
}
table thead {
  border-bottom: 1px solid rgba(0,0,0,0.25);
}
table tbody td {
  color: rgba(0,0,0,0.95);
  font: 9.5pt/145% Monaco, Menlo, 'Lucida Console', monospace;
  padding: 3px 5px;
}
table tbody tr:nth-child(even) {
  background-color: rgba(229,238,248,0.75);
}
dl {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: 2em;
  padding: 0;
}
dl dd,
dl dt {
  font: 1em/120% Monaco, Menlo, 'Lucida Console', monospace;
  color: rgba(0,0,0,0.75);
  margin: 0;
  padding: .15em 0;
}
dl dt {
  width: 25%;
  float: left;
  clear: both;
  text-align: left;
  font-weight: bold;
}
dl dd {
  width: 74%;
  float: right;
}
div.footnotes {
  margin-top: 3em;
}
div.footnotes hr {
  border: 0;
  border-top: 1px solid #ddd;
}
div.footnotes ol {
  margin-left: 0;
  padding-left: 1.25em;
}
div.footnotes ol li,
div.footnotes ol li * {
  font-size: 10pt;
}
body.food dl {
  width: 95.5%;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  padding: .75em 1.25em;
  border: 1px solid rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.05);
  box-shadow: inset 0 0 1px rgba(255,255,255,0.65);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.food dl:before {
  display: block;
  content: 'Ingredients';
  position: absolute;
  top: 0;
  right: 0;
  font: 600 12pt/145% 'freight-sans-pro', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: rgba(0,0,0,0.25);
  padding-right: .25em;
}
body {
  background: #fffdfa url(/images/bg.png) repeat;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-top: 8px solid #0971B2;
}
body > header,
body > main,
body > footer,
body > aside {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
body > header > div,
body > main > div,
body > footer > div,
body > aside > div {
  position: relative;
  width: 850px;
  margin: 0 auto;
}
body > main > div {
  padding-top: 46px;
  min-height: 5em;
}
body > aside > div {
  border: 46px solid rgba(200,100,100,0.25);
}
body > header {
  padding-top: .5em;
  margin-top: 25px;
  margin-bottom: 15px;
}
body > header h1 {
  position: relative;
  margin: 0;
  font-size: 36px;
  font-family: 'silkscreen';
  color: #0971B2;
}
body > header h1:before {
  position: absolute;
  left: -1em;
  content: '*';
  color: rgba(88,150,210,0.75);
}
body > header h1 a {
  margin-left: -0.1em;
  text-decoration: none !important;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body > header h1 a:hover {
  color: #1485CC;
}
body > header h1 a:active {
  color: #1485CC;
}
body > header p {
  font: 100 10pt/125% "freight-sans-pro", Helvetica, sans-serif;
  text-shadow: none;
  display: block;
  line-height: 27.5pt;
  margin: -1.5em 0 0 0;
  padding: 0;
  font-style: normal;
  letter-spacing: 3px;
  color: #1485CC;
}
body > footer {
  position: relative;
  bottom: 0;
  min-height: 250px;
  height: 250px;
  margin-top: 50px;
  border-top: 8px solid #0971B2;
  background: rgba(0,0,0,0.05) url(/images/bg.png);
}
body > footer > div {
  position: relative;
  height: 32pt;
}
body > footer > div p {
  position: relative;
  font-size: 10pt;
}
body > footer > div > nav {
  width: 100%;
  position: relative;
  overflow: visible;
  padding-top: 50px;
}
body > footer > div > nav p,
body > footer > div > nav a {
  display: block;
  float: left;
  font: 100 1em/1.5em "freight-sans-pro", sans-serif;
  line-height: 32pt;
}
body > footer > div > nav > p {
  display: block;
  margin: 75px 0 1em;
  padding: 0;
  color: rgba(88,150,210,0.75);
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
}
body > footer > div > nav a {
  position: relative;
  bottom: -1px;
  width: 16.25%;
  text-transform: uppercase;
  color: #5896d2;
  text-align: center;
  border: 2px solid rgba(88,150,210,0.75);
  letter-spacing: 1px;
  font-size: 9pt;
  font-weight: bold;
  line-height: 40px;
  display: table-cell;
}
body > footer > div > nav a + a {
  border-left: 0;
}
body > footer > div > nav a i {
  position: relative;
  bottom: -3px;
  font-size: 14pt !important;
  padding-right: .25em;
  line-height: 40px;
  font-weight: normal;
}
body > footer > div > nav a:hover {
  background-color: rgba(88,150,210,0.75);
  color: #fff;
}
body > footer > div > nav a:active {
  border-bottom: 1px dotted rgba(88,150,210,0.75);
  font-weight: 100;
}
body > main > div {
  position: relative;
  z-index: 0;
}
body > main > div > section {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
body > main > div > section article > header {
  position: relative;
  left: -100%;
  top: -25px;
  width: 300%;
  height: 400px;
  overflow: hidden;
}
body > main > div > section article > header .post-title h1 {
  position: relative;
  left: -0.05%;
  width: 846px;
  padding: .5em 2em;
  margin: 1em auto;
  font-size: 48pt;
  text-shadow: 0 0 2px rgba(0,0,0,0.75);
  color: rgba(255,255,255,0.95);
  max-width: 850px;
  line-height: 100%;
}
body > main > div > section article > header .post-title h1 date {
  text-shadow: 0 0 5px rgba(0,0,0,0.95);
  color: rgba(255,255,255,0.95);
  font-size: 12pt;
  font-weight: normal;
}
body > main > div > section article > header .post-title h1 var {
  position: absolute;
  top: 15px;
  left: 70px;
  font-size: 36pt;
}
body > main > div > section article > header .post-title h1 var a {
  text-shadow: 0 0 3px rgba(0,0,0,0.95);
  color: rgba(255,255,255,0.95) !important;
  opacity: .8;
}
body > main > div > section article > header .post-title h1 var a:hover {
  color: rgba(255,255,255,0.95) !important;
}
body > main > div > section article > header div.background {
  background-blend-mode: darken;
  background-color: rgba(0,0,0,0.5);
  background-size: 100% auto !important;
}
body > main > div > section article > header div.background div.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  mix-blend-mode: darken;
}
body > main > div > section article > header.light-bg div.background {
  background-blend-mode: lighten;
  background-color: rgba(255,255,255,0.5);
}
body > main > div > section article > header.light-bg div.background div.overlay {
  mix-blend-mode: lighten;
  background-color: rgba(255,255,255,0.75);
}
body > main > div > section article > header.light-bg .post-title h1 {
  text-shadow: 0 0 5px rgba(255,255,255,0.75);
  color: rgba(0,0,0,0.95);
}
body > main > div > section article > header.light-bg .post-title h1 date {
  text-shadow: 0 0 5px rgba(255,255,255,0.75);
  color: rgba(0,0,0,0.95);
}
body > main > div > section article > header.light-bg .post-title h1 var a {
  text-shadow: 0 0 3px rgba(255,255,255,0.75);
  color: rgba(0,0,0,0.75) !important;
}
body > main > div > section article a.post-edit-link {
  position: relative;
  left: -125px;
  top: 98px;
  opacity: .5;
  color: rgba(0,0,0,0.5);
  font: 100 1.25em/1.5em "freight-sans-pro", sans-serif;
  border: 1px solid rgba(0,0,0,0.35);
  border-radius: 3pt;
  mix-blend-mode: multiply;
  padding: .1em .75em .15em .5em;
}
body > main > div > section article a.post-edit-link i {
  font-size: 18pt;
}
body > main > div > section article a.post-edit-link:hover {
  opacity: 1;
  color: #5896d2;
  border-color: #5896d2;
  text-decoration: none;
}
body > main > div > section article h1 {
  position: relative;
  text-align: left;
  line-height: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.05em;
  color: rgba(0,0,0,0.75);
  text-shadow: 0 0 3px rgba(255,255,255,0.5);
  font-size: 36pt;
}
body > main > div > section article h1 date {
  display: block;
  clear: both;
  font: 100 10pt/125% "freight-sans-pro", Helvetica, sans-serif;
  color: rgba(0,0,0,0.5);
  letter-spacing: 4px;
  text-shadow: 0 0 5px rgba(255,255,255,0.95);
  margin-top: .25em;
  text-transform: none;
}
body > main > div > section article h1 var {
  position: absolute;
  top: -0.45em;
  left: -1.1em;
  font-size: 36pt;
}
body > main > div > section article h1 var a {
  opacity: .25;
  color: rgba(0,0,0,0.5);
}
body > main > div > section article h1 var a:hover {
  opacity: 1;
  color: #5896d2;
}
body > main > div > section article dl:nth-child(2) {
  display: none;
}
body > main > div > section article .social {
  width: 125px;
  margin: 4em auto 0;
  height: 32px;
}
body > main > div > section article > img {
  display: block;
  max-width: 850px;
  margin: .5em auto;
}
body > main > div > section article > div > img {
  display: block;
  max-width: 90%;
  margin: 2% auto;
  border: 20px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
nav.pager {
  position: relative;
  width: 100%;
  margin: 0 auto 24px auto;
  overflow: visible;
  line-height: 24px;
  min-height: 96px;
}
nav.pager span {
  position: relative;
  display: block;
  clear: both;
}
nav.pager span a {
  position: relative;
  display: block;
}
nav.pager span.prev {
  left: -1em;
  float: left;
}
nav.pager span.next {
  right: -1em;
  float: right;
  margin-top: 1em;
}
nav.pager span.next i,
nav.pager span.prev i {
  position: absolute;
  top: 0;
  font-size: 24px;
  line-height: 100%;
}
nav.pager span.next i {
  right: 0;
}
nav.pager span.prev i {
  left: 0;
}
nav.pager span.next a {
  padding-right: 1em;
}
nav.pager span.prev a {
  padding-left: 1em;
}
nav.pager a {
  font-size: 24px;
  color: rgba(44,75,105,0.5);
  line-height: 24px;
  height: 24px;
  opacity: .75;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "alternate-gothic-no-3-d", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: 1px;
}
nav.pager a i {
  color: rgba(44,75,105,0.5);
}
nav.pager a:hover {
  opacity: 1;
  background-color: transparent;
  text-decoration: none;
  border: none;
}
nav.pager a:active {
  color: #fff;
  border: none;
}
nav.pager a.debug {
  right: -250px;
  z-index: 999;
  font-size: 12px;
  width: 24px;
  opacity: .25;
  height: 24px;
}
nav.pager a.debug:hover {
  background-color: transparent;
  opacity: 1;
}
nav.pager a[href=''] {
  opacity: 0;
}
aside.sidebar form.search {
  width: 100%;
}
aside.sidebar form.search input {
  font-size: 14pt;
  width: 100%;
}
aside.sidebar form.search button {
  display: none;
}
body > aside.debug {
  position: fixed;
  bottom: 1em;
  z-index: 999999;
  height: 20em;
}
body > aside.debug > div {
  position: relative;
  left: -8px;
  z-index: 999;
  border: 1px solid rgba(0,0,0,0.5);
  width: 850px;
  height: 20em;
  margin: 0 auto;
  padding: 0;
  background-color: rgba(255,255,255,0.95);
  overflow-y: scroll;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 -1px 25px rgba(0,0,0,0.25);
}
body > aside.debug > div > a {
  display: block;
  z-index: 999;
  color: rgba(0,0,0,0.25);
  font-size: 16pt;
}
body > aside.debug > div > a:hover {
  color: #5896d2;
}
body > aside.debug > div > a.close {
  position: absolute;
  top: 10px;
  right: 12px;
}
body > aside.debug > div > a.bug {
  position: absolute;
  top: 10px;
  right: 42px;
}
body > aside.debug pre {
  font-size: 8pt;
  background-color: transparent;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  body {
    border-top: 8px solid #0971B2;
  }
  body > header,
  body > main,
  body > footer,
  body > aside {
    position: relative;
    width: 100%;
  }
  body > header > div,
  body > main > div,
  body > footer > div,
  body > aside > div {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  body > main > div > section article > header {
    width: 200%;
    left: -50%;
  }
  body > main > div > section article > header div.background {
    background-size: auto 100% !important;
  }
  body > main > div > section article > header .post-title h1 {
    width: 50%;
  }
  body > footer {
    min-height: 250px;
    height: auto;
  }
  body > footer > div > nav a {
    display: block;
    width: 49%;
    margin-left: .5%;
    margin-bottom: .5%;
  }
  body > footer > div > nav a + a {
    border-left: 2px solid rgba(88,150,210,0.75);
  }
}
@media only screen and (max-width: 640px) {
  body > header h1 {
    font-size: 40px;
  }
  body > header p {
    margin-top: -0.5em;
  }
  body > footer > div > nav a {
    width: 100%;
    margin-left: 0;
  }
  body > main > div {
    padding-top: 0;
  }
  body > main > div > section article > header {
    height: 375px;
  }
  body > main > div > section article > header .post-title h1 {
    padding-top: 1em;
    text-align: center;
    font-size: 36pt;
  }
  body > main > div > section article > header .post-title h1 var {
    display: none;
  }
  article figure {
    display: block;
    margin: auto 1em;
  }
  article figure img {
    width: 100%;
  }
  article figure.pull-right,
  article figure.pull-left {
    float: none;
  }
  article p,
  article li,
  article dl,
  article blockquote {
    font-size: 12pt;
  }
  article h2,
  article h3,
  article h4,
  article h5 {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  body > header {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  body > header h1 {
    font-size: 30px;
  }
  body > main > div > section article > header {
    height: 300px;
  }
  body > main > div > section article > header .post-title h1 {
    font-size: 24pt;
    padding-top: 1.5em;
  }
}
@media only screen and (max-width: 320px) {
  body > header h1 {
    font-size: 22px;
  }
  body > header p {
    margin-top: 0;
    line-height: 110%;
  }
  article p,
  article li,
  article dl,
  article blockquote {
    font-size: 13pt;
  }
}
