@charset "UTF-8";
body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

a {
  color: #227ce8; }

.recipes .content a[href*='//']:after {
  /*color: #3222E8; */
  content: url(/css/Icon_External_Link.png);
  margin: 0 0 0 2px;
  opacity: 0.75;
}

.recipe main a[href*='indices/']:before {
  /*color: #3222E8; */
  content: '#';
  opacity: 0.5;
  color: unset;
  font-family: Chalkboard, Skia, "Lucida Grande", Tahoma, monospace;
}

.recipe main a[href*='indices/'] {
  /*color: #3222E8; */
  text-decoration: none;
  color: unset;
}

.sidebar {
  position: fixed;
  left: 15px;
  top: 15px;
  width: 80px;
  font-family: Helvetica, sans-serif; }
  .sidebar a {
    text-decoration: none; }
  .sidebar img {
    padding: 3px;
    border: 0; }
  .sidebar img.avatar {
    padding: 0;
    margin-left: 2px;
    border-radius: 5px; }
  .sidebar .block {
    display: none; }
  .sidebar .name {
    display: none;
    margin: 10px 0 20px 0; }
    .sidebar .name #fname {
      padding-left: 1px;
      font-size: 23px;
      letter-spacing: 5px;
      color: black; }
    .sidebar .name #lname {
      font-size: 17px;
      font-weight: bold;
      letter-spacing: 1px;
      color: black; }
  .sidebar .meta {
    width: 75%;
    padding-bottom:5px;}
  .sidebar .meta a {
      display: inline-block;
      color: black; }
    .sidebar .meta a:hover {
      color: #227ce8; }
  .sidebar .sections {
    margin: 15px 0 15px 0; }
    .sidebar .sections a {
      padding: 3px 0;
      color: black;
      font-weight: bold;
      font-size: 12px;
      display: block; }
      .sidebar .sections a:hover {
        color: #227ce8; }
    .sidebar .sections ul {
      margin: 0;
      padding: 0; }
    .sidebar .sections ul ul a {
      color: #bebebe;
      padding-left:7px;}
    .sidebar .sections li {
      list-style: none;
      margin-bottom: 7px; }
    .sidebar .sections li li {
      margin-bottom: 2px; }
  .sidebar .switch {
    display: none; }
    .sidebar .switch a {
      color: #939393; }


.header {
  max-width: 650px;
  margin-left: 110px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .header h1 {
    color: #bebebe;
    font-family: "Yanone Kaffeesatz", Helvetica, sans-serif;
    font-weight: 400; }
  .header h1 .description {
    color: #ebebeb;}
  .header h1 .booktitle {
    color: #737373;}
  .header h1 a {
    color: #111;
    text-decoration: none; }
  .header h1 {
    font-size: 36px;
    margin: 18px 0 5px 0; }

.content {
  max-width: 650px;
  margin-left: 110px;
  margin-right: 20px;
  margin-bottom: 50px; }
  .content h1 {
    color: #111;
    font-family: "Yanone Kaffeesatz", Helvetica, sans-serif;
    font-weight: 400; }
  .content h1 a {
    color: #111;
    text-decoration: none; }
  .content h2 {
    color: #222;
    font-family: "Yanone Kaffeesatz", Helvetica, sans-serif;
    font-weight: 400; }
  .content h2 a {
    color: #222;
    text-decoration: none; }
  .content h3 {
    color: #333;
    font-family: "Yanone Kaffeesatz", Helvetica, sans-serif;
    font-weight: 400; }
  .content h3 a {
    color: #111;
    text-decoration: none; }
  .content h4 {
    color: #333;
    font-family: "Yanone Kaffeesatz", Helvetica, sans-serif;
    font-weight: 400; }
  .content h4 a {
    color: #111;
    text-decoration: none; }
  .content h5, .content h6 {
    font-family: "Yanone Kaffeesatz", Helvetica, sans-serif;
    font-weight: 400;}
  .content h1 {
    font-size: 36px;
    margin: 18px 0 5px 0; }
  .content h2 {
    font-size: 30px;
    margin-bottom: 15px; }
  .content h3 {
    color: #777;
    font-size: 26px;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .content h4 {
    font-size: 22px;
    margin-bottom: 9px; }
  .content h5 {
    font-size: 18px;
    margin-bottom: 8px; }
  .content h6 {
    font-size: 16px;
    margin-bottom: 7px; }
  .content p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1.2em;
    line-height: 1.7em; }
    .content p code {
      font-size: 12px;
      background-color: #eeeeee;
      border: 1px solid #777777;
      border-radius: 3px;
      padding: 2px 3px;}
  .content pre code {
    display: inline-block;
    font-size: 12px;
    background-color:#eee;
    margin-left: 20px;
    padding: 3px;
    overflow-x: auto;
    max-width: 624px;
    scrollbar-width: none;}
    .content pre code::-webkit-scrollbar {
      display: none;}
  .content img {
    padding: 3px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    max-width: 100%; }
    .content img + cite {
      display:inline-block;
      width:93%;
      text-align:right;}
  .content hr {
    border: 0;
    height: 6px;
    background-image: url("/images/hr.png");
    background-repeat: repeat-x;
    margin: 2em 3em; }
  .content li {
    margin-bottom: 10px;
    line-height: 1.4em; }
  .content blockquote {
    font-style: italic;
    font-size: 14px;
    padding: .25em 1em;
    margin: 1em 1em 0 1em;
    color: #444; }
    .content blockquote em {
      font-style: normal; }
    .content blockquote cite:before {
      content: '— '; }
    .content blockquote cite {
      display: block;
      margin-top: .5em;
      text-align: right;
      color: #111;
      font-style: normal; }
    .content blockquote cite em {
      font-style: italic; }
  .content .by {
    font-family: Helvetica, sans-serif;
    color: #444;
    text-align: right;}
  .content .byline {
    margin-bottom: 17px;
    font-family: "Yanone Kaffeesatz", Helvetica, sans-serif;
    padding-left: 0px;
    font-size: 17px;
    color: #777; }
  .content .byline a {
    color: #777;
    text-decoration:none;}
  .content .amazon {
    margin-bottom: 15px;
    font-size: smaller;
  }
  .content .aside {
    background-color: #eeeeee;
    padding: 14px;
    font-size: 14px;
    margin: 5px 0 15px 0;
    font-family: Helvetica, sans-serif;
    line-height: 1.6em; }
  .content .listing {
    margin: 10px 0 0 0;
    padding: 0;
    font-family: Helvetica, sans-serif; }
    .content .listing.images {
	line-height: 16px; }
    .content .listing.images img {
	margin:0;
	padding:0; }
    .content .listing.images img, .content .listing.images span, .content .listing.images a {
	vertical-align: middle; }
    .content .listing.images img + a {
	padding-left: 5px; }
    .content .listing ul {
      margin: 0;
      padding: 0; }
    .content .listing li {
      font-size: 13px;
      list-style: none;
      padding: 5px 3px;
      margin: 0;
      color: #777777;
      border-bottom: 1px solid #eee; }
    .content .listing li span {
      float: right; }
    .content .listing li span a {
      color: #777; }
    .content .listing a {
      text-decoration: none; }
      .content .listing a:hover {
        text-decoration: underline; }
        .content .listing a.archive_list_article_title:hover {
	  text-decoration: none; }
    .content .listing li li {
      text-align: right; 
      border-bottom: none;}
    .content .listing li li a {
      color: #777777;}
  .content .meta {
    margin: 30px 0;
    padding: 10px 0;
    font-family: Helvetica, sans-serif; }
    .content .meta p {
      line-height: 1.4;
      font-size: 14px;
      margin-top: 0px; }
    .content .meta img {
      position: relative;
      float: left;
      margin-top: 0px;
      margin-right: 10px;
      margin-left: -60px;
      border-radius: 4px; }
    .content .meta .copy {
      padding-left: 60px; }
    .content .meta iframe {
      padding-left: 5px; }
    .content .meta a {
      padding-left: 5px;
      padding-right: 5px; }
  .content .nav {
    margin: 30px auto;
    padding: 10px 0;
    text-align: center;
    font-family: Helvetica, sans-serif; }
    .content .nav a {
      padding: 0 10px 0 10px;
      text-decoration: none;}
    .content .nav a.prev:before {
      content: '\2329\00A0\00A0';}
    .content .nav a.next:after {
      content: '\00A0\00A0\232A';}
  .content .talk-design .color div {
    float: left;
    margin-right: 10px;
    padding: 5px 15px;
    border: 1px solid #000;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold; }
  .content .talk-design .color .white {
    color: #fff; }

  .content #hiveTOC:before {
      content: "Contents";
      color: #222;
      font-family: "Yanone Kaffeesatz", Helvetica, sans-serif;
      font-size: 30px;
      font-weight: 400; }
  .content #hiveTOC ul li {
      list-style: none;}
  .content #hiveTOC {
      border: 1px solid #aaa;
      padding: 1em;
      list-style: none;
      display: inline-block;
      margin-bottom: 1em;}
  .content #hiveTOC li {
      line-height: 1;}
  .content #hiveTOC a {
      text-decoration: none;}
  .content #hiveTOC ul li ul {
      padding-top: 0.5em;}
  .content #hiveTOC ul li ul li ul li ul,
  .content #hiveTOC ul li ul li ul li ul li {
      display: none;}

  .content domino {
      font-size: 30px;
      float: right;
      clear: both;
      padding: 10px 0 0 5px;
  }
  .content domini {
      font-size: 44px;
  }

div.smallbook {
    display: inline-block;
    padding: 10px;
    font-size: smaller;
    text-align: center;
    width: 160px;}
p.noteboardlink {
    margin-top:0;
    margin-bottom:0; }
p.noteboardlink + p {
    margin-top:1.2em }
p.noteboardlink + p.noteboardlink {
    margin-top:0;
    margin-bottom:0; }
p.timestamp {
    color: #666;
    font-size: smaller;
    padding-top: 20px; }
a.hidden {
    display:none;}

.alert {color: #991100;}

/* Begin polaroid section. See mcdemarco.net/blog/2013/04/11/polaroids/ for more information. */

/* basic polaroid style adapted from Paulund */
.polaroids a {
	background: white;
	display: inline;
	float: left;
	margin: 0 15px 30px;
	padding: 5px 5px 7px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	z-index:0; }
.polaroids img {
	display: block;
	width: inherit; 
}
.polaroids a:after {
	color: #222;
	font-size: 12px;
	font-family: 'Patrick Hand SC', cursive;
	content: attr(title);
	position: relative;
	top:2px;
}

.polaroids a.newTitle:after {
	color: #666;
}

/* Get the images to overflow my usual paragraph width but not overwrite the sidebar. */
div.polaroids {
    position: absolute;
    left: 95px;
    width: auto; }

/* tilting and zooming adapted from zurb */

/* By default, we tilt all our images -2 degrees */
.polaroids a:nth-child(2n) {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg); }

/* Rotate all even images 2 degrees */
.polaroids a:nth-child(even) {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg); }

/* Don't rotate every third image, but offset its position */
.polaroids a:nth-child(3n) {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    position: relative;
    top: -5px; }

/* Rotate every fifth image by 5 degrees and offset it */
.polaroids a:nth-child(5n) {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    position: relative;
    right: 5px; }

/* Rotate every sixth image by -3 degrees */
.polaroids a:nth-child(6n) {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  
/* Keep default rotate for every eighth, but offset it */
.polaroids a:nth-child(8n) {
    position: relative;
    top: 8px;
    right: 5px; }
 
/* Keep default rotate for every eleventh, but offset it */
.polaroids a:nth-child(11n) {
    position: relative;
    top: 3px;
    left: -5px; }

/* Scale the images on hover, add transitions for smoothing things out, ensure the hover appears on top, and darken the shadow */
.polaroids a:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    position: relative;
    z-index: 5;
    -webkit-transition: -webkit-transform .15s linear; 
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
    box-shadow: 0 3px 6px rgba(0,0,0,.5); }

/* end polaroid section */

dt {
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 2px;
}

dl.biblio dd {
    padding: 4px;
}

dl.interview dd {
    padding: 8px;
}
dl.interview dt {
    font-style: italic;
}

ul.tag_list, ul.tag_list li {
    display:inline;
    font-style:italic;
}

ul.tag_list.recipes li {
    white-space: nowrap;
    margin: 0;
}

li.recipe_chapter {
    border-bottom:none!important;
}

ul.recipes {
    list-style-type: none;
}

ul.recipes li.archive_list {
    text-align:left;
}

ul.recipes li:before {
    font-style: normal;
    content: '\1F350';
    margin: 0 3px;
}

ul.recipes li.new:after {
    font-style: normal;
    content: '\1F195';
    margin: 0 0 0 5px;
}
ul.recipes li.fav:after {
    font-style: normal;
    content: '\1F49B';
    margin: 0 0 0 5px;
}
span.archive_tag {
    float: none !important;
    font-style:italic;
}

span.archive_tag a, span.archive_tag a:active, span.archive_tag a:visited {
    color: #777;
    padding-left: 3px;
}

p.indent {
    text-indent: 5em;
}

/* recipes section */

section#recipeTOC {
    font-family: Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

section#recipeTOC ul {
    margin:0;
    padding:0;
    list-style-type: none;
    text-align:center;
}

section#recipeTOC ul li {
    display: inline-block;
}

section#recipeTOC ul li a,
section#recipeTOC ul li a:link,
section#recipeTOC ul li a:visited {
    text-decoration:none;
    cursor:pointer;
    color:  #a6a6a6;
    padding: 4px 4px;
}

section#recipeTOC ul li a:hover,
section#recipeTOC ul li a:active {
    color: #227ce8;
}

span.fixentity {
    font-family: Helvetica, sans-serif;
}

h3 + h4 {
    margin-top:0;
    padding-top:0;
}

img[alt='small-graph'] {
    width:200px;
}

table.bordered {
    border-spacing: 0;
    border-collapse: collapse;
}

table.bordered tr th,
table.bordered tr td {
    text-align:center;
    padding: 2px;
    width:10%;
}

table.bordered tr:not(:last-child) th,
table.bordered tr:not(:last-child) td {
    border-bottom: 1px solid gray;
}

@media screen and (min-width: 1000px) {
   .recipe .content {
	display: flex;
	flex-direction: column;
	max-width: 840px;
	width: 840px;
    }
    .recipe .content main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    }
    .recipe .content subsection {
	flex-direction: row;
	width: 840px;
	flex-shrink: 0;
    }
    .recipe .content subsection:nth-of-type(2) {
	flex-shrink: 1;
	width: 33%;
    }
    .recipe .content subsection:nth-of-type(3) {
	flex-shrink: 1;
	width: 63%;
	padding-left: 3%;
    }
    /* handle case where the page is a long list, not a single recipe */
    .recipe .content subsection:first-child:nth-last-child(n + 5),
    .recipe .content subsection:first-child:nth-last-child(n + 5) ~ subsection {
	flex-shrink: 0!important;
	width: 840px!important;
	padding-left: revert-layer!important;
    }
    .recipe .content subsection p {
	max-width: 650px;
    }

}

img.foodGPT_small {
    display: none;
}

@media screen and (min-width: 1024px) {
    .recipes .content {
	display: flex;
	flex-direction: column;
    }
    .recipes .content main {
	display: flex;
	flex-direction: row;
    }
    .recipes .content subsection {
	flex-direction: row;
    }
    .recipes .content subsection:first-of-type {
	flex-shrink: 0;
    }
    .recipes .content subsection.foodGPT {
	flex-shrink: 1;
	min-width: 670px;
    }

    img.foodGPT_small {
	display: block;
	height: 100px;
	position: absolute;
	left: 800px;
    }

    li.recipeListSectionLI {
	min-height: 100px;
    }

}


/* twine format catalog page */

.gray {
    color: #888;
}

.green {
    color: #0a7943; /*#0B5632;*/
}

.tag {
    display:inline-block;
    border: 1pt solid #333;
    border-radius: 3pt;
    color: #555;
    background-color: #ddd;
    padding: 1pt 2pt 0pt 2pt;
    margin-left: 4pt;
    text-indent:0;
    font-size:smaller;
    line-height: 0.9;
}

a.tag {text-decoration:none;
    border: 1pt solid #227ce8;
    color: #06428c; /* #185AAA; */
    background-color: #C0D2E8;
}

a.svg, a.svg:hover, a.svg:visited {
    display: inline-block;
    width: 18pt;
    height: 18pt;
    padding: 1pt;
    background-size: 16pt 16pt;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1pt solid #bcbcbc;
    border-radius: 2pt;
    margin-right: 4pt;
    margin-bottom: -2pt;
}
a[href^="https://"].svg {
    background-image: url("/images/about.png");
    border-color: #227ce8;
}
a[href^="https://"].svg:visited {
    border-color: #185AAA;
}
a[href^="https://"].svg:active,
a[href^="https://"].svg:hover {
    border-color: #991100;
}

ul#story, ul#proofing {
    list-style-type: none;
    margin-left:0;
    padding-left:0;
}

ul#story li, ul#proofing li {
    margin-left: 0;
    padding-left: 24pt;
    text-indent: -24pt;
}

#terminology + dl dt,
#actions + dl dt {
    font-weight: bold;
}
#terminology + dl dd,
#actions + dl dd {
    font-style: italic;
}

/* blog adjustments */

article + article {
    border-top: 1px solid #aaa;
}

summary::marker {
    color: #227ce8;
}

details[open] summary,
details[open] summary::marker {
    color: #939393;
}

a.amafflink {
    font-style: italic;
    text-decoration: none;
}

a.amafflink:after {
    content: " at Amazon " url(/css/Icon_External_Link.png);
    margin: 0 0 0 1px;
    opacity: 0.85;
    font-style: normal;
}

div.detailcontrol {
    text-align:right;
}
