/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
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;
  text-decoration: none;
  opacity: .90;
}
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;
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  line-height: 90%;
  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: 36pt;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: .75em;
  margin-top: 2.5em;
  letter-spacing: normal;
  text-align: center;
}
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
article > h1 {
  font-family: "fairplex-narrow", "Georgia", serif;
  font-weight: bold;
}
article > h1 a {
  text-decoration: none;
  color: inherit;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
article > 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 15.5pt/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;
}
hr {
  width: 60%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 2em auto;
}
p a,
li a {
  font-weight: normal;
  border-bottom: 2px dashed transparent;
}
sup {
  position: relative;
  top: -.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 {
  position: relative;
  left: -1em;
  font: 10pt/145% Monaco, Menlo, 'Lucida Console', monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: .75em 2em .75em 1em !important;
  margin: 2em auto;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  overflow: hidden;
  overflow-x: auto;
}
p > code,
li > code {
  font: 0.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: 11.5pt/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: 700px;
}
figure img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
figure figcaption {
  font-size: 9.5pt;
  width: 90%;
  margin: .5em auto;
  font-family: 'silkscreen', Monaco, Menlo, 'Lucida Console', monospace;
  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% 'silkscreen', Monaco, Menlo, 'Lucida Console', monospace;
  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% 'silkscreen', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  padding-right: .25em;
}
ul.tags {
  position: relative;
  top: -5px;
  margin: 0;
  padding: 0;
}
ul.tags li {
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  float: left;
  margin: 0;
  padding: 4px 4px 2px;
  font-family: 'silkscreen', Monaco, Menlo, 'Lucida Console', monospace;
  font-size: 12px;
}
ul.tags li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
ul.tags li a {
  color: #fff;
}
ul.tags li a:hover {
  text-decoration: none;
}
body {
  background: #fffdfa url(/images/bg.png) repeat;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-top: 2px 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: 700px;
  margin: 0 auto;
}
body > main > div {
  padding-top: 46px;
  min-height: 5em;
}
body.page > header > div,
body.page > main > div,
body.page > footer > div,
body.page > aside > div {
  width: 800px;
}
body.page-template-tabloid {
  position: relative;
}
body.page-template-tabloid > header > div,
body.page-template-tabloid > main > div,
body.page-template-tabloid > footer > div,
body.page-template-tabloid > aside > div {
  width: 1000px;
}
body.page-template-tabloid div.note {
  width: 1000px;
  padding: 20px 0;
}
body.page-template-tabloid div.note p {
  font-family: Monaco, Menlo, 'Lucida Console', monospace;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  opacity: .9;
}
body.page-template-tabloid section.featured,
body.page-template-tabloid section.newest {
  position: relative;
  display: block;
  width: 660px;
  padding-right: 40px;
}
body.page-template-tabloid section.featured article,
body.page-template-tabloid section.newest article {
  cursor: pointer;
}
body.page-template-tabloid section.featured article h1,
body.page-template-tabloid section.newest article h1 {
  text-align: left;
  margin: 0 0 .5em;
}
body.page-template-tabloid section.featured article var,
body.page-template-tabloid section.newest article var {
  font-family: Monaco, Menlo, 'Lucida Console', monospace;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  opacity: .9;
  position: relative;
  top: .25em;
}
body.page-template-tabloid section.featured article p,
body.page-template-tabloid section.newest article p {
  line-height: 130%;
}
body.page-template-tabloid section.featured a.button,
body.page-template-tabloid section.newest a.button {
  float: right;
  font-family: 'silkscreen', Monaco, Menlo, 'Lucida Console', monospace;
  font-size: 14px;
  font-weight: normal;
}
body.page-template-tabloid section.featured a.button:after,
body.page-template-tabloid section.newest a.button:after {
  content: ' > ';
}
body.page-template-tabloid section.featured {
  display: block;
  position: relative;
  top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(88, 150, 210, 0.25);
}
body.page-template-tabloid section.featured article h1 {
  font-size: 36pt;
}
body.page-template-tabloid section.featured article p {
  font-size: 14.5pt;
  line-height: 140%;
}
body.page-template-tabloid section.newest {
  display: block;
  padding-top: 2em;
}
body.page-template-tabloid section.newest article {
  margin: 0;
  padding: 1.5em 0;
}
body.page-template-tabloid section.newest article h1 {
  text-align: left;
  margin-top: 0;
  font-size: 18pt;
}
body.page-template-tabloid section.newest article p {
  font-size: 12.5pt;
}
body.page-template-tabloid aside {
  position: absolute;
  right: 0;
  top: 140px;
  width: 300px;
  border-left: 1px solid rgba(88, 150, 210, 0.25);
}
body.page-template-tabloid aside section {
  padding: 20px 10px 20px 30px;
}
body.page-template-tabloid aside section:last-child {
  border-bottom: none;
}
body.page-template-tabloid aside section h2 {
  padding: .25em .5em 0;
  margin: 0;
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: .65;
}
body.page-template-tabloid aside section ul {
  margin: .75em 0 0;
  padding: 0;
}
body.page-template-tabloid aside section ul li {
  margin: 0;
  padding: .25em .5em .5em;
  list-style-type: none;
  font-size: 11.5pt;
  line-height: 115%;
}
body.page-template-tabloid aside section ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
body.page-template-tabloid aside section ul li:hover a {
  text-decoration: none;
}
body > aside > div {
  border: 46px solid rgba(200, 100, 100, 0.25);
}
body > header {
  padding-top: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body > header h1 {
  position: relative;
  margin: 0;
  font-size: 24px;
  font-family: 'silkscreen';
  text-align: center;
  color: #0971B2;
}
body > header h1 a {
  margin-left: -.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 h1 a var {
  font: 100 9pt/24px "freight-sans-pro", Helvetica, sans-serif;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* footer layout */
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: 8.5pt;
  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: .15em;
  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;
}
/* Ornate body styles (content is in globals.less) */
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 {
  /* An article banner header */
  /* Post title */
}
body > main > div > section article > header {
  position: relative;
  left: -150%;
  top: -45px;
  width: 400%;
  height: 375px;
  overflow: hidden;
}
body > main > div > section article > header .post-title h1 {
  position: relative;
  left: 0;
  top: -375px;
  width: 700px;
  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: 700px;
}
body > main > div > section article > header div.background {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100%;
  height: 375px;
}
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.25);
  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 h1 {
  position: relative;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 1.75em;
  color: rgba(0, 0, 0, 0.75);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  text-align: center;
}
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: -.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 p > a.highlighted {
  display: block;
  border-radius: 11px;
  width: 65%;
  margin: 1em auto;
  font-size: 200%;
  line-height: 250%;
  background-color: #0971b2;
  text-align: center;
  font-family: "alternate-gothic-no-3-d", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
body > main > div > section article dl:nth-child(2) {
  display: none;
}
body > main > div > section article footer {
  overflow: hidden;
  margin-top: 1em;
}
body > main > div > section article footer span.link {
  float: right;
}
body > main > div > section article footer span.link var {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 14pt;
  margin-right: .25em;
}
body > main > div > section article footer span.link var a {
  color: #5896d2;
  opacity: .8;
}
body > main > div > section article footer span.link var a:hover {
  opacity: 1;
  text-decoration: none;
}
body > main > div > section article footer span.link var a date {
  font-size: 12pt;
  font-weight: normal;
  font-family: "freight-sans-pro", sans-serif;
  opacity: .5;
  margin-right: .2em;
  color: #3a3a3a;
}
body > main > div > section article footer span.link var a i {
  position: relative;
  bottom: -3px;
}
body > main > div > section article .social {
  width: 125px;
  margin: 100px auto 30px;
  height: 32px;
}
body > main > div > section article > img {
  display: block;
  max-width: 700px;
  margin: .5em auto;
}
body > main > div > section article > div > img {
  display: block;
  max-width: 100%;
  margin: 3em auto;
  padding: 3em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* Paging services */
nav.pager {
  position: relative;
  width: 100%;
  margin: 0 auto 18px auto;
  overflow: visible;
  line-height: 18px;
  min-height: 72px;
}
nav.pager span {
  position: relative;
  display: block;
  clear: both;
}
nav.pager span a {
  position: relative;
  display: block;
}
nav.pager span.prev {
  left: -1.5em;
  float: left;
}
nav.pager span.next {
  right: -1.5em;
  float: right;
  margin-top: 1em;
}
nav.pager span.next i,
nav.pager span.prev i {
  position: absolute;
  top: 2px;
  font-size: 18px;
  line-height: 100%;
}
nav.pager span.next i {
  right: 0;
}
nav.pager span.prev i {
  left: 0;
}
nav.pager span.next a {
  padding-right: 1.25em;
}
nav.pager span.prev a {
  padding-left: 1.25em;
}
nav.pager a {
  font-size: 18px;
  color: rgba(44, 75, 105, 0.5);
  line-height: 18px;
  height: 18px;
  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: "freight-sans-pro", 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: 9px;
  width: 18px;
  opacity: .25;
  height: 18px;
}
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: 18pt;
  font-weight: bold;
  width: 100%;
}
aside.sidebar form.search button {
  display: none;
}
/* Debugging window */
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: 700px;
  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;
}
/* category overrides */
body > main > div > section article.category-ideas {
  border: 4px solid rgba(108, 161, 210, 0.5);
  border-radius: 11px;
  padding: 0 1em;
}
body > main > div > section article.category-ideas h1,
body > main > div > section article.category-ideas h2,
body > main > div > section article.category-ideas h3,
body > main > div > section article.category-ideas h4,
body > main > div > section article.category-ideas h5 {
  text-align: left;
  margin-top: .5em;
}
body > main > div > section article.category-ideas h2,
body > main > div > section article.category-ideas h3,
body > main > div > section article.category-ideas h4,
body > main > div > section article.category-ideas h5 {
  font-weight: normal;
}
body > main > div > section article.category-ideas h1 {
  font-size: 20pt;
}
body > main > div > section article.category-ideas h2 {
  font-size: 18pt;
}
body > main > div > section article.category-ideas h3 {
  font-size: 15pt;
}
body > main > div > section article.category-ideas p,
body > main > div > section article.category-ideas li {
  font-size: 1em;
  line-height: 125%;
}
figure.blogcast {
  width: 50%;
  margin: 3em auto;
  background-color: #E9E9E9;
  border-radius: 3px;
  overflow: visible;
  padding-bottom: 3px;
  transition: opacity 0.25s ease-in-out;
  opacity: .75;
}
figure.blogcast:hover {
  opacity: 1;
}
figure.blogcast div.episode {
  margin-bottom: 0;
  height: 110px;
}
figure.blogcast p {
  float: left;
  font-size: 10pt;
  margin: 0.35em 0 0.75em 0.75em;
}
figure.blogcast var {
  float: right;
  font-size: 10pt;
  margin: 0.35em 0.75em 0.75em 0;
}
figure.blogcast audio {
  width: 100%;
}
figure.blogcast figcaption {
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 10px;
}
/* Simple responsive mobile sizes

	Goals:

		* cascaded responsive sizes, so fewer changes are needed on smallest screens
		* prefer percentage widths and div blocks (versus absolute positioning and fixed widths)
		* focus on readability first, brand-like stuff is the icing

*/
@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: 90%;
    margin: 0 auto;
  }
  body > main > div > section article > header {
    width: 200%;
    left: -50%;
  }
  body > main > div > section article > header .post-title h1 {
    width: 50%;
  }
  body > main > div > section article p,
  body > main > div > section article li,
  body > main > div > section article blockquote,
  body > main > div > section article time,
  body > main > div > section article var {
    font-size: 18pt;
  }
  body > main > div > section article img,
  body > main > div > section article div > img {
    max-width: 100%;
    max-height: none;
    width: auto !important;
    height: auto !important;
  }
  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);
  }
  body.page-template-tabloid {
    width: 100%;
  }
  body.page-template-tabloid > header > div,
  body.page-template-tabloid > main > div,
  body.page-template-tabloid > footer > div,
  body.page-template-tabloid > aside > div {
    width: 100%;
  }
  body.page-template-tabloid section.featured,
  body.page-template-tabloid section.newest,
  body.page-template-tabloid div.note {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
  }
  body.page-template-tabloid section.featured article,
  body.page-template-tabloid section.newest article,
  body.page-template-tabloid div.note article {
    width: 85%;
    padding-left: 5%;
    padding-right: 5%;
  }
  body.page-template-tabloid aside {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  body.page-template-tabloid aside section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  article h1 {
    margin-bottom: 1em;
    font-size: 24pt;
  }
}
@media only screen and (max-width: 640px) {
  body > header h1 {
    line-height: 100%;
  }
  body > header h1 var {
    display: block;
  }
  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;
  }
  body > main > div > section article p,
  body > main > div > section article li,
  body > main > div > section article blockquote,
  body > main > div > section article time,
  body > main > div > section article var {
    font-size: 15pt;
  }
  body > main > div > section > article h1 {
    font-size: 22pt;
  }
  body > main > div > section > article figure {
    display: block;
    margin: auto 1em;
  }
  body > main > div > section > article figure img {
    width: 100%;
  }
  body > main > div > section > article figure.pull-right,
  body > main > div > section > article figure.pull-left {
    float: none;
  }
  body > main > div > section > article p,
  body > main > div > section > article li,
  body > main > div > section > article dl,
  body > main > div > section > article blockquote {
    font-size: 14pt;
  }
  body > main > div > section > article h2,
  body > main > div > section > article h3,
  body > main > div > section > article h4,
  body > main > div > section > article h5 {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  body > header {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  body > header h1 {
    font-size: 24px;
  }
  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: 18px;
  }
  article p,
  article li,
  article dl,
  article blockquote {
    font-size: 13pt;
  }
}
