html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  background-color: #EFEFEF;
  font-family: "HoeflerText-Regular", Times New Roman, serif;
  font-size: 1.4em;
  -webkit-font-smoothing: subpixel-antialiased; }

.site, navigation {
  margin: 0 auto 0 auto;
  padding: 0 1em;
  max-width: 32em;
  display: block; }

.header {
  background-color: #0071B2;
  padding: 1.1em 0 1em 0;
  color: #FF9200;
  /*font-weight: 700;*/
  border-bottom: 4px solid #ffffff; }
  .header a {
    font-size: 2rem;
    text-decoration: none; }
  .header a:hover {
    color: #ffffff; }
  .header a.home {
    font-style: oblique; }

.site, .container {
  background: white; }

.site {
  padding: 1em 1em; }

.footer {
  background: #EFEFEF;
  border-top: 4px solid #DDD;
  padding: 1em; }
  .footer .section {
    max-width: 32em;
    margin: 0 auto; }

p, li {
  line-height: 1.5em; }

p {
  margin-bottom: 2em; }

p + ol, p + ul {
  margin-top: -1em; }

p + a.excerpt {
  display: inline; }

p.meta {
  margin-top: 0;
  font-style: oblique;
  border-bottom: 1px solid #999; }

li {
  padding-bottom: 0.5em; }

a {
  color: #FF9200; }

h1, h2, h3, h4, h5 {
  font-weight: 200; }

h1 {
  margin: 0;
  padding: 0.67em 0; }

h5 {
  font-style: oblique; }

h4, h5 {
  font-weight: 600;
  font-size: 1em; }

h1 + h2.strapline {
  margin-top: -0.67em; }

h2 + h3.strapline {
  display: inline-block; }

img {
  margin: auto 1em;
  border: 1px solid lightgrey;
  padding: 9px; }

.marketing {
  border: 0px;
  max-width: 652px;
  width: 80%;
  height: auto; }

.app-store {
  display: table-row;
  /*display: inline;*/
  vertical-align: middle;
  /*float: right;*/
  border: 0;
  margin: 0;
  padding: 10px; }

.info {
  background-color: #ff9999;
  padding: 1em;
  border-radius: 0.5em;
  text-align: center;
  font-style: italic; }

.right {
  display: inline;
  /*vertical-align: middle;*/
  float: right; }

.catchlines {
  /*font-family: Helvetica, Arial, sans-serif;*/ }

/*
blockquote {
    margin: 0;
    border-left: 4px solid $orange;
    background: $lightGrey;
    padding-left: 0.5em;
}
blockquote p::before {
    content: "\201C";
}
blockquote p::after {
    content: "\201D";
}

blockquote p {
}
*/
blockquote {
  padding: 1rem 2rem 0.5rem 1rem;
  font-size: 1.8rem;
  font-style: oblique;
  margin: 5rem auto;
  display: inline-block; }

blockquote:before, blockquote:after {
  font-style: normal;
  content: "\201C";
  display: block;
  font-size: 7rem;
  color: #aaa;
  padding: 0;
  line-height: 0rem;
  background-color: inherit;
  width: 100%;
  /*margin: 3.2rem 0 0 0.5rem;*/ }

blockquote:after {
  content: "\201D";
  text-align: right;
  margin: 0;
  margin-top: 3rem; }

blockquote p {
  margin: 0 1rem; }

blockquote p + p {
  margin-top: 2.5rem; }

blockquote em {
  font-weight: bold; }

.post pre {
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 1em .8em;
  margin-bottom: 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  font-family: "Menlo-Regular"; }

p code, li code {
  /*word-break:break-all;*/
  word-break: break-word;
  background-color: #EFEFEF;
  padding: 0.3em; }

code, pre, .highlight {
  font-family: "Menlo-Regular", monospace;
  font-size: 0.9em; }

/*.highlight pre code {*/
/*font-family: "Menlo-Regular", monospace !;*/
/*}*/
.posts li span {
  display: inline-block;
  min-width: 6em; }

ul.posts {
  padding-left: 0; }

.posts li {
  list-style-type: none; }

.pagination {
  text-align: center; }

.author {
  font-size: 1.5em;
  text-align: center; }
