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 {
  padding: 15px 20px 13px 20px;
  margin: 0 auto;
  max-width: 900px;
  z-index: 100;
}
.site-header h2 {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-right: 25px;
}
.site-header a {
  color: #100F0F;
  text-decoration: none;
}
.site-header a:hover {
  color: #66A0C8;
}
.site-header img {
  width: 20px;
}
.site-header .header-links {
  display: flex;
  align-items: center;
}
.site-header nav {
  display: flex;
  flex-direction: row;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1em;
  margin-left: 20px;
}
.site-header nav > div, .site-header nav .social-icons > div {
  display: flex;
  justify-content: center;
  height: 100%;
  margin-right: 20px;
  min-height: 28px;
  align-items: center;
}

@media screen and (max-width: 580px) {
  .site-header h2 {
    margin-bottom: 30px;
  }
  .site-header .header-links {
    align-items: start;
    flex-direction: column;
  }
  .site-header nav {
    align-items: start;
    flex-direction: column;
    margin-left: 0;
  }
  .site-header nav .social-icons > div {
    margin-right: 10px;
  }
}
body {
  background-color: #FFFCF0;
  font-size: 1.2em;
}

.content-wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  padding: 30px 20px 0 20px;
}

.content h1 {
  color: #000;
}

.content {
  padding: 0 0 20px 0;
  line-height: 1.6em;
}
.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 {
  color: #205EA6;
  font-size: 1.6em;
  word-wrap: break-word;
}
.content h3 {
  font-size: 1.1em;
}
.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: #F2F0E5;
  border: solid 1px #E6E4D9;
  margin: 1em 0;
  padding: 15px;
}
.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 a {
  color: #3171B2;
}
.content a:visited {
  color: #1A4F8C;
}
.content a:hover {
  color: #66A0C8;
}
.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;
}

.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;
}
.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;
  line-height: 1.1em;
}
.blog-listing .content .list-title a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 1px #000;
}
.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, 252, 240) 65%, rgb(255, 252, 240) 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, 252, 240)), color-stop(99%, rgb(255, 252, 240))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 252, 240) 65%, rgb(255, 252, 240) 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 252, 240) 65%, rgb(255, 252, 240) 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 252, 240) 65%, rgb(255, 252, 240) 99%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 252, 240) 65%, rgb(255, 252, 240) 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: #F2F0E5;
  border-top: solid 2px #CECDC3;
  font-size: 1.2em;
  overflow: auto;
}
.blog-footer .blog-footer-content-wrapper {
  margin: 0 auto;
  max-width: 900px;
}
.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 {
  color: #3171B2;
  border-bottom: solid 1px #3171B2;
  text-decoration: none;
}
.blog-footer a:hover {
  border-bottom: solid 1px #66A0C8;
  color: #66A0C8;
}
.blog-footer .tags ol li {
  display: inline-block;
  margin-right: 15px;
}
.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%;
  }
}

.blog-post h1 {
  margin-bottom: 0;
}

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

.root {
  background-color: #FFFCF0;
}

.root .content {
  /* reset global */
}
.root .content img {
  box-shadow: none;
  padding: 0;
}
.root .content .top-bio img {
  border: solid 1px #9F9D96;
  width: 100%;
}
.root .content .top-bio .who-i-am {
  font-family: Gentium, Georgia, Times New Roman, Serif;
  margin-top: 40px;
}
.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;
}

.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 */
