button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #9b4028;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "ff-info-text-web-pro", sans-serif;
  font-size: 1.25em;
  font-variant: small-caps;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  padding: .2rem 1rem .4rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #7c3320;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(155, 64, 40, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #9b4028; }

form {
  margin-bottom: 1rem; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  font-family: "ff-info-text-web-pro", sans-serif;
  font-variant: small-caps;
  font-size: 0.8em;
  display: block;
  font-weight: 400;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "le-monde-livre-classic-byol", "Garamond", "Times New Roman", serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fafbf8;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #888888; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #9b4028;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(155, 64, 40, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #eeeeec;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #aaa; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(155, 64, 40, 0.6);
  outline-offset: 2px; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

body {
  margin: 0; }

#container::after {
  clear: both;
  content: "";
  display: block; }

#content {
  margin-top: 2rem;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media only screen and (min-width: 800px) {
    #content {
      width: calc(50% - 15px);
      float: left;
      margin-left: 10px;
      left: calc(25% - 12.5px + 10px);
      position: relative; } }

.nav-wrap {
  width: 100%;
  height: 18px;
  line-height: 18px;
  position: relative;
  margin-bottom: -18px;
  z-index: 3;
  text-transform: uppercase; }

.sticky {
  position: fixed;
  top: 0; }

#navbar {
  background-color: #ede9e9;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "ff-info-text-web-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }
  #navbar::after {
    clear: both;
    content: "";
    display: block; }
  #navbar li {
    display: inline;
    padding: 0;
    text-align: center; }
  #navbar a {
    display: inline-block;
    padding: 10px 10px 7px 10px;
    outline: 0; }

.active {
  border-bottom: 3px solid #9b4028; }

.off {
  border-bottom: 3px solid #ede9e9; }

.header, footer {
  background-color: #e2dbdb;
  text-align: center; }
  .header a, footer a {
    text-decoration: none;
    outline: 0; }
  .header h1, footer h1 {
    letter-spacing: 0.05em;
    text-transform: uppercase; }

.header {
  border-bottom: 1px solid #aaa;
  padding: .3rem 0 0 0;
  margin: 0; }

footer {
  border-top: 1px solid #aaa;
  padding: 1em 0;
  font-family: "ff-info-text-web-pro", sans-serif; }

article h1 {
  padding-bottom: .5em;
  border-bottom: 1px solid #aaa; }

.bookdetails {
  border-bottom: 1px dotted #aaa;
  margin-bottom: 1em; }

.entry-nav {
  text-align: center;
  font-family: "ff-info-text-web-pro", sans-serif; }

input:focus {
  outline: none !important; }

a {
  outline: none !important; }

ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ingredients {
  list-style-type: circle;
  margin: .5em 2em;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.6; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 1em auto;
  width: 100%; }
  @media only screen and (min-width: 800px) {
    figure {
      width: 70%; } }

figcaption {
  font-family: "ff-info-text-web-pro", sans-serif;
  font-size: 0.8em;
  text-align: right; }

img,
picture {
  margin: 0;
  max-width: 100%; }

@media only screen and (min-width: 800px) {
  .image-left {
    display: inline;
    float: left;
    padding: 0 1rem 0 0;
    width: 45%; } }

@media only screen and (min-width: 800px) {
  .image-right {
    display: inline;
    float: right;
    padding: 0 0 0 1rem;
    width: 45%; } }

@media only screen and (min-width: 800px) {
  .image-full {
    width: 100%; }
    .image-full img {
      border: 1px solid #aaa; } }

html {
  color: #333;
  font-family: "le-monde-livre-classic-byol", "Garamond", "Times New Roman", serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  margin: 2rem 0 1rem 0; }

h1 {
  font-family: "le-monde-livre-classic-byol", "Garamond", "Times New Roman", serif;
  font-size: 1.953125em; }
  @media only screen and (min-width: 800px) {
    h1 {
      font-size: 2.44140625em; } }

h2 {
  margin-top: 1em;
  font-family: "le-monde-livre-classic-byol", "Garamond", "Times New Roman", serif;
  font-size: 1.5625em; }
  @media only screen and (min-width: 800px) {
    h2 {
      font-size: 1.953125em; } }

h3, h4, h5, h6 {
  font-family: "le-monde-livre-classic-sc", sans-serif;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  font-size: 1.25em; }
  @media only screen and (min-width: 800px) {
    h3, h4, h5, h6 {
      font-size: 1.5625em; } }

p {
  font-size: 1em;
  margin: 0 0 0.75em;
  line-height: 1.6; }
  @media only screen and (min-width: 800px) {
    p {
      font-size: 1.25em; } }

a {
  color: #9b4028;
  text-decoration: none;
  transition: color 150ms ease;
  outline: 0; }
  a:hover {
    color: #74301e; }
  a:focus {
    outline: 3px solid rgba(155, 64, 40, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #aaa;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.header h1 {
  margin: 1.5rem auto .5rem auto;
  padding: 0; }

#content h3 {
  font-family: "le-monde-livre-classic-sc", sans-serif;
  font-size: 1.5625em;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  margin: 1em 0 .2em 0; }
  #content h3 a {
    border: none; }

#content a {
  border-bottom: 1px dotted #9b4028; }

#content blockquote {
  margin: 1em 0 1em 2em;
  font-size: 95%; }

#content .verse {
  margin-top: 1.5em; }
  #content .verse .stanza {
    margin-bottom: 1.5em; }
  #content .verse p {
    margin: 0 0 0 2em;
    padding: 0;
    text-indent: -2em; }

#content .recipe {
  border: 1px solid #aaa;
  background-color: #f7f6f6;
  padding: 0 1em;
  margin: 1em 0; }

#content .footnote {
  font-size: 1em;
  margin: 1em 0;
  border-top: 1px solid #aaa;
  padding-top: .5em; }

#content .readmore {
  margin-top: 0;
  font-family: "le-monde-livre-classic-sc", sans-serif;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  font-size: 95%; }
  #content .readmore a {
    border-bottom: 0; }

.sc {
  font-family: "le-monde-livre-classic-sc", sans-serif;
  letter-spacing: 0.05em;
  text-transform: lowercase; }

.r-right {
  text-align: right; }

#site-description {
  font-family: "le-monde-livre-classic-sc", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  margin-bottom: .5em; }
