html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

.content ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

@font-face {
  font-family: Gentium;
  src: url("/fonts/gentium/GentiumPlus-R.ttf") format("truetype"), url("/fonts/gentium/web/GentiumPlus-R.woff") format("woff");
}
/* ======================================= */
/* ============  MODULES  ================ */
/* ======================================= */
.site-header {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: solid 1px #CCC;
  padding: 15px 20px 13px 50px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.site-header a {
  color: #000;
  text-decoration: none;
}

.site-header .header-links {
  display: flex;
  align-items: center;
}

.site-header h2 {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 25px;
}

.site-header .rss {
  width: 20px;
}

.site-header ul {
  align-items: center;
  display: flex;
  min-height: 28px;
}

.site-header li {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1em;
  font-weight: 600;
  margin-right: 20px;
  position: relative;
}

.site-header li img {
  width: 25px;
}

.site-header li a {
  display: inline-block;
}

.site-header .nav {
  margin-left: 20px;
}

.menu-button {
  display: none;
}

@media screen and (max-width: 580px) {
  .menu-button {
    display: block;
    margin-top: -6px;
    position: absolute;
    right: 80px;
    width: 40px;
  }
  .menu-bar-group {
    border-radius: 5px;
    display: block;
    overflow: auto;
    padding: 7px 8px 3px 8px;
    width: 19px;
  }
  .menu-bar {
    background-color: #000;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    width: 19px;
  }
  .site-header .header-links {
    align-items: start;
    flex-direction: column;
  }
  .nav {
    display: none;
  }
  .nav ul {
    display: block;
    height: 0;
    overflow: hidden;
    right: 0;
    top: 44px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
  }
  .nav ul li {
    display: none;
  }
  .nav ul li a {
    color: #000;
  }
  body.menu-open .nav {
    display: block;
  }
  body.menu-open h2 {
    margin-bottom: 15px;
  }
  body.menu-open .site-header ul {
    height: auto;
    min-height: 40px;
    max-height: 400px;
    padding: 0;
  }
  body.menu-open .site-header li {
    background-color: #FFF;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    display: block;
    float: none;
    margin: 0;
    padding: 15px 0;
  }
}
.content-wrapper {
  display: flex;
  max-width: 1000px;
  padding: 85px 50px 0 50px;
}

.content h1 {
  color: #000;
}

.content {
  font-size: 1.3em;
  padding: 0 0 20px 0;
}
.content h1, .content h2, .content h3 {
  font-family: "jaf-facitweb", Helvetica, Verdana, sans-serif;
  line-height: 1.4em;
}
.content h1 {
  padding: 20px 20px 0 0;
  font-size: 2.5em;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.content h2 {
  font-size: 1.8em;
  word-wrap: break-word;
}
.content h3 {
  font-size: 1.3em;
}
.content em, .content i {
  font-style: italic;
}
.content strong {
  font-weight: bold;
}
.content p, .content li {
  font-family: Gentium, serif;
  font-size: 1em;
  line-height: 1.6em;
}
.content p code {
  font-size: 1em;
}
.content p, .content ul {
  margin: 0 0 1.2em 0;
  word-wrap: break-word;
}
.content ul, .content ol {
  margin-left: 10px;
}
.content ul li, .content ol li {
  margin: 10px 0 10px 20px;
}
.content ol li {
  list-style-type: decimal;
}
.content ul li {
  list-style-type: disc;
}
.content blockquote {
  background-color: #EEE;
  border: solid 1px #DDD;
  margin: 1em 0;
  padding: 10px;
}
.content > img, .content > a > img {
  box-shadow: #CCC 7px 5px 5px;
  margin: 1em 0;
  max-width: 100%;
  padding: 5px;
}
.content table {
  background-color: #EEE;
  border-collapse: collapse;
  border-spacing: 0;
}
.content th {
  background-color: #004203;
  color: #FFF;
  padding: 5px 15px;
}
.content td {
  border: solid 1px #CCC;
  padding: 5px 15px;
}
.content abbr {
  color: #0b04c2;
}
.content canvas {
  max-width: 100%;
}
.content code {
  font-family: monospace;
  font-size: 0.8em;
}
.content pre code {
  display: block;
}
.content pre.code {
  background-color: #000;
  color: #FFF;
  margin-bottom: 10px;
  overflow: auto;
}
.content pre.code:before {
  border-top: solid 3px #000;
  content: attr(data-code-type);
  display: block;
  font-family: sans-serif;
  font-size: 1.2em;
  padding: 5px 10px;
  width: 100%;
}
.content pre.code code {
  display: block;
  padding: 10px;
}
.content .code-javascript:before {
  background-color: #ad0303;
}
.content .code-html:before {
  background-color: #ff6a00;
}
.content .code-csharp:before {
  background-color: #0b04c2;
}
.content .code-text:before {
  background-color: #009c16;
}
.content .code-css:before {
  background-color: #0051f8;
}
.content .code-text:before {
  background-color: #444;
}
.content .code-swift:before {
  background-color: #ee612b;
}
.content .code strong {
  background-color: #444;
}
.content .greek {
  font-family: Gentium, serif;
}

@media screen and (max-width: 600px) {
  .content {
    font-size: 1.3em;
  }
  .content h1 {
    font-size: 2.3em;
  }
  .content h2 {
    font-size: 1.6em;
  }
  .content h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 400px) {
  .content h1 {
    font-size: 2.2em;
  }
  .content h2 {
    font-size: 1.4em;
  }
  .content h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 350px) {
  .content h1 {
    font-size: 2em;
  }
}
.speaking .content h2 {
  clear: both;
  line-height: 1em;
  margin-top: 40px;
}
.speaking .content .past {
  margin-left: 0;
}
.speaking .content .talk {
  clear: both;
  margin: 35px 0;
  padding: 0;
  list-style-type: none;
}
.speaking .content .talk-title {
  font-size: 1em;
  line-height: 1.1em;
  margin: 0;
}
.speaking .content .talk-date, .speaking .content .talk-group {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 0;
}
.speaking .content .talk-date {
  min-width: 150px;
}

.blog .header h2, .blog .header li {
  font-size: 0.8em;
}
.blog .post-details {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 0.8em;
  margin-bottom: 15px;
  padding: 0 0 30px 0;
}
.blog .post-details .post-date {
  font-size: 0.9em;
}
.blog .post-details .post-tags {
  line-height: 1.8em;
  margin-top: 10px;
}
.blog .in-progress {
  background-color: yellow;
  border: solid 7px #000;
  font-weight: bold;
  line-height: 1.5em;
  margin: 20px 20px;
  padding: 20px;
}
.blog .comments {
  margin-top: 2em;
}
.blog .comment {
  border-top: solid 1px #c6dcc7;
  margin: 40px 0;
}
.blog .content .comment-header {
  margin: 0 0 10px 0;
}
.blog .comment-author {
  color: #000;
  display: inline-block;
  font-family: "jaf-facitweb", Helvetica, Verdana, sans-serif;
  font-size: 1.2em;
  line-height: 2.5em;
}
.blog .comment-date {
  display: inline-block;
  font-size: 0.9em;
}
.blog .comment-text {
  overflow: auto;
}
.blog .comments .is-me {
  background-color: #c6dcc7;
}
.blog .comments .is-me .comment-header {
  background-color: #000;
  color: #FFF;
  padding: 10px;
}
.blog .comments .is-me a {
  color: #FFF;
  text-decoration: none;
}
.blog .comments .is-me .comment-text {
  padding: 10px;
}
.blog .comments pre {
  font-family: monospace;
}
.blog .content .book-characteristics {
  border: solid 2px #888;
  font-size: 0.8em;
  margin-bottom: 10px;
}
.blog .content .book-characteristics ul {
  margin: 0;
}
.blog .content .book-characteristics p {
  background-color: #888;
  color: #FFF;
  font-family: sans-serif;
  margin: 0;
  padding: 5px 15px;
}
.blog .content .book-characteristics li {
  background-color: #ccc;
  border: solid 1px #bbb;
  font-family: sans-serif;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 5px;
}
.blog .content .note {
  background-color: rgba(255, 0, 0, 0.05);
  border: solid 5px #F00;
  margin: 15px 0;
}
.blog .content .note p {
  margin: 0;
  padding: 10px;
}

.blog-listing .content .list-title {
  color: #FFF;
  font-size: 1.5em;
}
.blog-listing .content .list-title a {
  color: #000;
  text-decoration: none;
}
.blog-listing .content .post-details {
  margin-bottom: 0;
}
.blog-listing .content h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.blog-listing .content .post {
  margin-bottom: 50px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.blog-listing .content .read-more {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(65%, rgb(255, 255, 255)), color-stop(99%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 99%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  padding: 70px 20px 0 0;
  text-align: right;
  width: 100%;
}
.blog-listing .content .read-more a {
  color: #000;
  border-bottom: solid 1px #000;
  display: inline-block;
  text-decoration: none;
}
.blog-listing .content .post > img {
  box-shadow: #CCC 7px 5px 5px;
  margin: 1em 0;
  max-width: 100%;
  padding: 5px;
}

.blog-footer {
  background-color: #EEE;
  border-top: solid 2px #000;
  font-size: 1.5em;
  overflow: auto;
}
.blog-footer a {
  color: #000;
  border-bottom: solid 1px #000;
}
.blog-footer .blog-footer-content-wrapper {
  display: flex;
  max-width: 1200px;
}
.blog-footer .blog-footer-section {
  padding: 0 1.5% 40px 1.5%;
  width: 47%;
}
.blog-footer h2 {
  font-family: "jaf-facitweb", Helvetica, Verdana, sans-serif;
  margin-top: 30px;
}
.blog-footer h3 {
  font-family: "jaf-facitweb", Helvetica, Verdana, sans-serif;
  margin-top: 35px;
}
.blog-footer ol {
  margin: 0;
}
.blog-footer li {
  font-family: Gentium, serif;
  font-size: 0.8em;
  margin: 1em 0;
  list-style-type: none;
}
.blog-footer a {
  text-decoration: none;
}
.blog-footer .blog-archive-list {
  width: 50%;
}
.blog-footer .blog-archive-list li {
  display: inline-block;
  margin: 5px 16px 5px 0;
}
@media screen and (max-width: 500px) {
  .blog-footer .blog-footer-content-wrapper {
    display: block;
    max-width: 100%;
  }
  .blog-footer .blog-footer-section {
    width: 97%;
  }
}

.koineworks-diagramming .content img {
  border: solid 1px #808080;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.root .content {
  /* reset global */
}
.root .content img {
  box-shadow: none;
  padding: 0;
}
.root .content .top-bio {
  display: flex;
}
.root .content .top-bio .headshot {
  border-radius: 10px;
  max-height: 200px;
  position: relative;
  top: 10px;
}
.root .content .top-bio .who-i-am {
  flex: 4;
  font-family: Gentium, Georgia, Times New Roman, Serif;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 0 2%;
  width: 76%;
}
.root .content .top-bio .who-i-am img {
  float: left;
  margin: 0 15px 15px 0;
}
.root .content h2 {
  color: #000;
  font-family: "jaf-facitweb", Helvetica, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 40px;
}
.root .content p {
  clear: both;
  color: #000;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 10px;
}
.root .content .eric-elsewhere li {
  list-style: none;
}
.root .content .eric-elsewhere img {
  margin-right: 10px;
  max-height: 40px;
}
.root .content .eric-elsewhere a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .root .content .top-bio {
    display: block;
  }
  .root .content .top-bio .who-i-am {
    font-size: 1.3em;
  }
  .root .content .top-bio .who-i-am img {
    display: block;
    float: none;
    margin: 0 15px 15px 0;
  }
}

.books .content h2 {
  font-family: museo-sans, Sans-Serif;
  font-size: 1.5em;
  margin: 25px 0 15px 0;
}
.books .content h3 {
  font-family: museo-sans, Sans-Serif;
  font-size: 1.4em;
  margin: 15px 0 5px 0;
}
.books .content p.attribution {
  font-size: 0.9em;
  margin-top: 30px;
}
.books .content ul {
  margin: 5px 0 0 15px;
}
.books .content ul li {
  font-style: italic;
  line-height: 1.7em;
  list-style-type: none;
  margin: 5px 0 5px 0;
}
.books .content ul li a {
  border-bottom: solid 1px blue;
  color: Blue;
  font-style: normal;
  text-decoration: none;
}

.reading-list .book-info {
  color: #4b0000;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 0.9em;
}
.reading-list .title {
  border-bottom: solid 1px #000;
  color: #4b0000;
  font-weight: bold;
  text-decoration: none;
}

/*# sourceMappingURL=all.css.map */
