/*
  Style sheet for jblevins.org.
  Copyright (C) 2004-2018 Jason R. Blevins <jblevins@xbeta.org>
  All rights reserved.
  Automatically generated by SCSS from all.scss.
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, tbody, caption, th, td, iframe, figure {
  margin: 0;
  border: 0;
  padding: 0;
}

a:link, a:visited {
  text-decoration: none;
  border: none;
}

img {
  border: none;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* Force scrollbar */
  font-size: 1em;
  /* Font size and rhythm */
  /* background: url("file:///Users/jblevins/projects/jblevins.org/htdocs/dev/24px-grid.png") repeat; */
}

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

/*
 * Structural Elements
 */
body {
  margin: 0 auto;
  max-width: 60rem;
  font-variant-ligatures: common-ligatures;
  -moz-font-feature-settings: "liga=1, swsh=0, cswh=0";
  text-rendering: optimizeLegibility;
  font-family: "Minion Pro Caption", minion-pro-caption, "Minion Pro", "Garamond Premier Pro Caption", "Garamond Premier Pro", "Hoefler Text", Constantia, Garamond, Palatino, "Palatino Linotype", Baskerville, "Book Antiqua", Georgia, "Century Schoolbook L", serif;
  color: #333232;
}

body > header, body > footer {
  position: relative;
}

article {
  position: relative;
}

p, dt, dd {
  line-height: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

header > p, footer > p {
  margin-bottom: 1.5rem;
}

article > footer {
  color: #737271;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Garamond Premier Pro", garamond-premier-pro, "Adobe Caslon Pro", "Minion Pro", Constantia, serif;
  font-weight: normal;
  font-style: normal;
  color: #111;
  clear: left;
}

h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 3rem;
}

h2 {
  margin-top: 1.5rem;
  line-height: 3rem;
}

h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
  font-style: italic;
}

h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}

h1 + p.date {
  position: relative;
  top: -1.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

article > footer > h2 {
  font-size: 1.125rem;
}

article > footer > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote {
  margin: 0 0 1.5rem;
  border-left: 0.4rem solid #C4BCB3;
  padding: 0 0 0 1.1rem;
}

hr {
  width: 32px;
  height: 1.5rem;
  min-height: 24px;
  margin: 3rem auto;
  border: none;
  background-image: url("https://jblevins.org/svg/asterism.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

li {
  line-height: 1.5rem;
}

article li {
  text-align: justify;
}

/*
 * Links
 */
article a:link, article a:visited {
  color: #3d5199;
  /* border-bottom: 1px solid $body-link-color; */
}

article a:hover {
  color: #B75B47;
  border-bottom: 1px solid #B75B47;
}

aside a:link, aside a:visited {
  color: #3d5199;
}

aside a:hover {
  color: #B75B47;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
  border: 0;
  color: #111;
  text-decoration: none;
}

h1 a:hover, h2 a:hover {
  border: 0;
  color: #B75B47;
  text-decoration: none;
}

/* Lists */
ul, ol {
  padding-left: 1.8rem;
  margin-bottom: 1.5rem;
}

/* Abbreviations and Acronyms */
abbr.abbr {
  letter-spacing: .05rem;
}

abbr[title] {
  border-bottom: 1px dotted #C4BCB3;
}

/*
 * Monospace environments
 */
code, pre, kbd {
  font-family: Inconsolata, inconsolata, "Source Code Pro", Terminus, Consolas, "Liberation Mono", "Bitstream Vera Sans Mono", "Andale Mono WT", "Andale Mono", Monaco, "Lucida Console", "Lucida Sans Typewriter", "Nimbus Mono L", "Courier New", Courier, monospace;
}

pre {
  border: 1px solid #C4BCB3;
  margin: 0 0 1.5rem 0;
  padding: 0.6875rem;
  /* 11 px */
  background-color: #f1efec;
  color: #333232;
  line-height: 1.5rem;
  white-space: pre;
  overflow-x: auto;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

code, kbd {
  /* border: 1px solid $block-border-color; */
  padding: 0 .3rem;
  background-color: #f1efec;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

pre > code {
  display: block;
  padding: 0;
  border: 0;
  background-color: inherit;
}

/*
p + pre {
    position: relative;
    top: -0.5rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
*/
/* Default tables */
table {
  margin: 0 auto 1.5rem;
  border-top: 1px solid #737271;
  border-bottom: 1px solid #737271;
  border-spacing: 0;
  padding-top: 0.6875rem;
  /* 11 px */
  padding-bottom: 0.6875rem;
  /* 11 px */
  padding-bottom: 0.625rem;
  /* 10 px for tables with headings */
}
table caption {
  line-height: 1.5rem;
  margin: 0;
}
table tr {
  line-height: 1.5rem;
}
table th {
  position: relative;
  top: -7px;
  border-bottom: 1px solid #737271;
}
table td {
  padding: 0 .5rem;
}

/* Plain tables */
table.plain {
  border: none;
}
table.plain th {
  border: none;
}

/* Directory listing pages */
table.ls th {
  top: 0;
}

dd {
  margin-left: 1.5rem;
}

/* Mathematics */
merror {
  display: inline;
}

math[display=block] {
  overflow: auto;
}

math {
  white-space: nowrap;
}

.eq-number {
  float: right;
}

/* Footnotes */
a.footnote {
  position: relative;
  top: -0.5rem;
}

a.footnote:link, a.footnote:visited, a.reversefootnote:link, a.reversefootnote:visited {
  padding: 0.25rem;
  line-height: 0;
  font-size: 0.8rem;
  background-color: #f1efec;
  border: 0;
  color: #333232;
  font-family: "Myriad Pro", myriad-pro, "Helvetica Neue", Helvetica, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Corbel, Verdana, sans-serif;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  border-radius: 20%;
}

div.footnotes > ol > li, div.footnotes > ol > li > p {
  font-size: .8125rem;
  /* 13 px */
  line-height: 1.5rem;
}

div.footnotes > ol {
  border: 0;
  margin: 0 0 1.5rem 0;
  padding-top: 0.4375rem;
  /* 24 - 16 - 1 = 7 px */
  padding-bottom: 1.0rem;
  /* 24 - 7 - 1 = 16 px */
}

div.footnotes > ol > li > p {
  display: inline;
}

div.footnotes > hr {
  display: block;
  background: none;
  border-top: 1px solid #C4BCB3;
  margin-right: auto;
  margin-left: 0;
  width: 20%;
  height: 1px;
  margin-bottom: 0;
  min-height: 1px;
}

/* Images */
img {
  max-width: 100%;
}

p img {
  float: right;
  padding-left: 1rem;
}

div.image {
  width: 100%;
  margin: 1.5rem 0;
  display: inline-block;
  vertical-align: middle;
}

div.image img {
  display: block;
  margin: 0 auto;
  border: 1px solid #C4BCB3;
  padding: 3px;
}

div.noborder img {
  border: 0;
  padding: 0;
}

div.image p {
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: .938rem;
  line-height: 1.6rem;
  font-style: italic;
}

div.image p strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}

figure {
  margin: 0 auto;
}

figure img {
  margin: 0 auto;
  display: block;
}

figure figcaption {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Mathematics */
math[display=block] {
  margin: 1.5rem 0;
  line-height: 1.5rem;
}

/*
 * Metadata
 */
.meta, body > header, body > footer, header > p, footer > p, h1 + p.date, h1 + div.subtitle {
  font-family: "Myriad Pro", myriad-pro, "Helvetica Neue", Helvetica, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Corbel, Verdana, sans-serif;
  color: #737271;
  font-size: .875rem;
}
.meta a:link, body > header a:link, body > footer a:link, header > p a:link, footer > p a:link, h1 + p.date a:link, h1 + div.subtitle a:link, .meta a:visited, body > header a:visited, body > footer a:visited, header > p a:visited, footer > p a:visited, h1 + p.date a:visited, h1 + div.subtitle a:visited {
  color: #737271;
  text-decoration: none;
  border: 0;
}
.meta a:hover, body > header a:hover, body > footer a:hover, header > p a:hover, footer > p a:hover, h1 + p.date a:hover, h1 + div.subtitle a:hover {
  color: #111;
}

h1 + div.subtitle {
  text-transform: uppercase;
  margin-top: -1.5rem;
  line-height: 1.5rem;
}

/*
 * Source code
 *
 * Unspecified code selectors:
 * value, cbracket, context, usertype, classname,
 * todo, linenum, url
 */
code .bold {
  font-weight: bold;
}

code .italics {
  font-style: italic;
}

code .underline {
  text-decoration: underline;
}

/* LaTeX */
code .fixed,
code .code {
  font-family: monospace;
}

code .difflines {
  font-weight: bold;
}

/* diff */
code .bibtex,
code .keyword {
  font-weight: bold;
  color: #3d5199;
}

code .math,
code .date,
code .time,
code .newfile,
code .string, code .regexp, code .character {
  color: #49763d;
}

code .name,
code .oldfile,
code .number,
code .symbol,
code .specialchar {
  color: #8A2421;
}

code .file,
code .function {
  color: #393247;
}

code .selector,
code .type {
  font-weight: bold;
  color: #CC6E59;
}

code .ip,
code .property,
code .argument,
code .optionalargument,
code .variable {
  color: #a68233;
}

code .preproc, code .comment {
  color: #79524E;
}

/*
 * Sidebar
 */
aside > nav > ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Myriad Pro", myriad-pro, "Helvetica Neue", Helvetica, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Corbel, Verdana, sans-serif;
}

aside > nav > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Special pages
 */
/* Homepage */
#homepage {
  text-align: center;
}

#homepage > footer > p {
  text-align: center;
}

#homepage nav ul {
  text-transform: uppercase;
  font-family: "Myriad Pro", myriad-pro, "Helvetica Neue", Helvetica, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Corbel, Verdana, sans-serif;
}

#homepage nav ul {
  display: block;
  width: 100%;
  margin: 1.5rem 0;
}

#homepage nav ul li {
  margin-right: 0.5rem;
  display: inline;
  border-image-height: 0;
}

#homepage li.done {
  color: #737271;
}

#homepage ul, #homepage ul li {
  list-style: none;
  padding-left: 0;
}

#homepage #contact img {
  max-height: 269px;
}

#homepage ul.talks li {
  text-align: center;
}

/* Error pages */
p.error {
  margin-right: 1.5rem;
}

p.error span.icon {
  float: right;
  font-size: 12rem;
  line-height: 12rem;
  color: #900;
  position: relative;
  top: -1.5rem;
  margin-left: 1.5rem;
}

/* Directory listings (ls.cgi) */
table.ls {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
}

table.ls th {
  border: 1px solid #ccc;
  background-color: #eee;
}

table.ls tr.even {
  background-color: #e9edf2;
}

table.ls th, table.ls td {
  padding: .1rem 1.5rem;
}

table.ls td.size {
  text-align: right;
}

/* Carbon Ads */
#ads-container {
  font-family: "Myriad Pro", myriad-pro, "Helvetica Neue", Helvetica, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Corbel, Verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

#carbonads a.carbon-poweredby {
  color: #737271;
  display: block;
  text-align: right;
}

/* Desktop */
@media only screen and (min-width: 769px) {
  /* Structure */
  body {
    /* float: left; */
    position: relative;
    /* left: -$sidebar-width/2; */
    padding: 0 3rem 1.5rem;
    margin: 0 auto;
    color: #333232;
  }

  body > aside {
    float: left;
    width: 9.125rem;
    margin-top: 9rem;
    margin-right: -9.125rem;
    text-align: right;
  }

  body > #content, body > header, body > footer {
    margin-left: 12.125rem;
  }

  body > #content {
    float: left;
    max-width: 39.875rem;
    margin-right: 2rem;
  }

  header > h1 {
    margin-top: 3rem;
  }

  body > footer {
    float: left;
    clear: both;
    padding-top: 3rem;
  }

  aside > h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
  }
  aside > h1 span {
    display: block;
  }

  aside > nav > ul {
    margin-bottom: 1.5rem;
  }

  /* Homepage */
  #homepage {
    max-width: 45rem;
    left: 0;
  }

  #homepage > #content {
    margin: 0 2rem;
    max-width: 35rem;
  }

  /* Carbon Ads */
  #ads-container {
    width: 9.125rem;
    margin: 3rem auto;
  }

  #carbonads a.carbon-text {
    display: block;
  }

  /* PDF sidebar links */
  body > aside > div.pdf {
    width: 9.125rem;
    margin: 1.5rem auto;
    padding: 6rem 0 3rem 0;
  }

  body > aside > div.pdf > a > img {
    display: block;
    float: right;
  }
}
/* Desktop and Tablet */
@media only screen and (min-width: 415px) {
  /* Headings */
  h1 {
    font-size: 2.25rem;
  }

  article.link h1, h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  /* Homepage */
  #homepage > #content {
    float: none;
  }

  #homepage > footer {
    margin: 0 auto;
    border: 0;
    width: 100%;
  }

  #homepage h1 {
    font-size: 3rem;
  }

  #homepage #contact {
    margin: 1.5rem auto;
    float: left;
    width: 100%;
    clear: both;
  }

  #homepage #contact p {
    text-align: right;
  }

  #homepage #contact img {
    float: left;
    margin: 0 5%;
    padding: 5px;
    border: 1px solid #C4BCB3;
  }

  /* CV */
  #cv-contact {
    width: 100%;
    float: left;
    margin-bottom: 1.5rem;
  }

  #cv-contact div {
    float: left;
    width: 50%;
  }
}
/* Tablet */
@media only screen and (min-width: 415px) and (max-width: 768px) {
  /* Structure */
  html {
    padding: 0 2rem 2rem;
  }

  body > aside {
    text-align: center;
  }

  aside > h1, aside > nav > ul {
    margin: 0 -2rem;
  }

  /* Sidebar */
  aside nav ul {
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
  }

  aside nav ul li {
    margin: 0.75rem 0.25rem;
    display: inline;
  }

  aside nav ul li a {
    padding: 0.75rem;
  }

  /* Homepage */
  #homepage {
    max-width: 35rem;
  }

  /* Carbon Ads */
  #ads-container {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Tablet and Phone */
@media only screen and (max-width: 768px) {
  aside nav ul.secondary {
    display: none;
  }

  /* Sidebar */
  aside > h1 {
    font-size: 2.25rem;
    line-height: 3rem;
    text-align: center;
    background-color: #f1efec;
  }

  aside nav ul {
    background-color: #f1efec;
    border-bottom: 1px solid #C4BCB3;
  }

  /* Carbon Ads */
  #ads-container {
    margin-top: 1.5rem;
  }

  #carbonads a.carbon-img {
    float: left;
    margin: 0 1.5rem;
  }

  #carbonads a.carbon-text {
    display: block;
    margin-right: 1.5rem;
    text-align: left;
  }

  #carbonads a.carbon-poweredby {
    margin-right: 1.5rem;
  }

  /* CV */
  body > aside > div.pdf {
    display: none;
  }
}
/* Phone */
@media only screen and (max-width: 414px) {
  html {
    padding: 0 1rem 1rem;
  }

  header > h1 {
    margin-top: 1.5rem;
  }

  body > footer {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
  }

  body > footer > p {
    text-align: center;
  }

  /* Headings */
  h1 {
    font-size: 1.75rem;
  }

  article.link h1, h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  /* Sidebar */
  aside > h1 {
    margin: 0 -1rem;
  }

  aside nav ul, #homepage nav ul {
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
    margin: 0 -1rem;
  }

  aside nav ul li, #homepage nav ul li {
    margin-right: 0.2rem;
    display: inline;
  }

  aside nav ul li a, #homepage nav ul li a {
    padding: 0 0.2rem;
  }

  aside nav ul li a.secondary {
    display: none;
  }

  /* Homepage */
  #homepage h1 {
    font-size: 2.25rem;
  }

  #homepage #contact p {
    display: inline-block;
    margin: 0 0.25rem;
  }

  #homepage #contact p.visit {
    display: none;
  }
}
/*
 * Print
 */
@media print {
  @page {
    widows: 2;
    orphans: 2;
    margin: 0.75in;
  }
  html {
    font-size: 10pt;
  }

  body {
    color: #000;
  }

  .meta, body > header, body > footer, header > p, footer > p, h1 + p.date, h1 + div.subtitle {
    color: #000;
  }

  a:link, a:visited, article a:link, article a:visited, article a:hover, aside a:link, aside a:visited, aside a:hover, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h1 a:hover, h2 a:hover, .meta a:link, body > header a:link, body > footer a:link, header > p a:link, footer > p a:link, h1 + p.date a:link, h1 + div.subtitle a:link, .meta a:visited, body > header a:visited, body > footer a:visited, header > p a:visited, footer > p a:visited, h1 + p.date a:visited, h1 + div.subtitle a:visited, .meta a:hover, body > header a:hover, body > footer a:hover, header > p a:hover, footer > p a:hover, h1 + p.date a:hover, h1 + div.subtitle a:hover {
    color: #000;
  }

  a {
    text-decoration: none;
  }

  hr {
    color: transparent;
  }

  .noprint {
    display: none;
  }

  #ads-container {
    display: none;
  }

  body > aside {
    display: none;
  }

  article a[href^="/"]:after {
    content: " (https://jblevins.org" attr(href) ") ";
  }

  body {
    border: 0;
  }
}

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