* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
cite,
code,
em,
img,
strong,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: 600;
  vertical-align: bottom;
}
td {
  vertical-align: top;
}
input,
select {
  vertical-align: middle;
}
td,
td img {
  vertical-align: top;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}
pre,
code {
  font-family: Inconsolata, monospace, sans-serif;
}
label,
input[type=button],
input[type=submit] {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
html {
  overflow-x: hidden;
}
body {
  padding-bottom: 36px;
  color: #666;
  font-family: Varela, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12pt;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
  text-align: left;
}
p {
  margin: 0 0 0.8rem 0;
}
table {
  width: 100%;
  padding: 12px;
}
table th,
table td {
  padding: 2px 6px;
  vertical-align: top;
}
ul,
ol {
  padding: 0 0 0 24px;
}
li {
  margin-bottom: 3px;
}
ul li {
  list-style-type: square;
}
ol li {
  margin-bottom: 1.2rem;
}
section img,
aside img {
  max-width: 100%;
  height: auto;
}
a img {
  border-width: 0;
  padding: 0;
  text-decoration: none;
}
a:link,
a:visited {
  text-decoration: none;
}
a:link {
  color: #0063dc;
}
a:hover {
  text-decoration: underline;
  color: #f00;
}
a:visited {
  color: #36c;
}
blockquote {
  background: #efefef;
  padding: 24px 12px 12px 36px;
  margin: 48px 0 18px 0;
}
blockquote:before {
  content: '“';
  font-size: 8rem;
  font-family: Monaco;
  font-weight: 600;
  color: #ccc;
  margin: -12px -60px;
  float: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
cite {
  font-style: normal;
}
h1,
h1 a,
h2,
h3 {
  text-align: left;
  color: black;
}
h1,
h2 {
  color: #484848;
  margin: 24px 0 12px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
h1 a:hover,
h2 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-top: 120px;
}
h2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-top: 90px;
}
h1 + h2 {
  margin-top: 36px;
}
h3 {
  font-size: inherit;
}
header {
  margin: 0 0 2rem 0;
}
input,
textarea,
select {
  font: 13px Varela, Verdana, Helvetica, sans-serif;
  line-height: 1.3rem;
}
header,
aside {
  padding: 0 36px;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #444444));
  background: -ms-linear-gradient(bottom, #000000, #444444);
  background: -moz-linear-gradient(center bottom, #000000 0%, #444444 100%);
  color: #dddddd;
}
header h1,
aside h1,
header h1 .header-name,
aside h1 .header-name {
  font-size: 1.6rem;
}
.header-photo {
  width: 200px;
  height: 200px;
  border-radius: 200px;
}
.header-name {
  bottom: 0;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
a.nav-link,
a.nav-link:link,
a.nav-link:visited,
a.nav-link:active,
a.nav-link:hover {
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
  width: 100%;
  padding: 4px;
  margin: 0 2px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #fccb50;
}
a.nav-link:first-child {
  margin-left: -4px;
}
a.nav-link:hover {
  color: #fbbc1e;
}
nav {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
article,
footer {
  max-width: 920px;
  margin: 0 360px 0 0;
  padding: 1rem 72px 2rem 120px;
}
section {
  display: block;
  position: relative;
}
section + section {
  margin-top: 48px;
}
footer {
  position: relative;
  margin-bottom: 48px;
}
:invalid {
  border: 2px solid red;
  outline: none;
}
.code,
.action-box {
  width: auto;
  margin: 0 0 24px 0;
  padding: 12px 24px 24px 24px;
  background-color: #f9f9f9;
}
.big,
input[type=text].big,
input[type=submit].big {
  font-size: 18pt;
}
.wide,
input[type=text].wide {
  width: 100%;
}
.hidden {
  display: none;
}
.pub-accepted {
  padding: 6px 12px;
}
#bibtex {
  position: absolute;
  width: 500px;
  top: 30px;
  right: 0;
  z-index: 1;
  outline-style: none;
  background: #f0f0f0;
  color: black;
  border: 0;
  border-radius: 8px;
  padding: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
}
#haiku {
  width: 50%;
  height: 300px;
  margin: 0 25%;
  text-align: center;
  vertical-align: middle;
  padding: 100px 0;
  font-size: 14pt;
  line-height: 1.8rem;
  background: url('../media/fall-colors.jpg') no-repeat scroll center center;
}
.highlighted-box {
  color: #fccb50;
  background: #333;
  padding: 12px;
  margin: 2rem 0;
}
.share {
  margin: 36px 0 0 0;
}
.vertical-spacer {
  margin-top: 48px;
}
.post {
  margin-top: 24px;
  margin-bottom: 72px;
}
.post-metadata {
  color: #666;
}
.read-more-link {
  float: right;
  font-weight: 600;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-image {
  background: #efefef;
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 24px;
}
.hero-image img {
  width: 100%;
}
.hero-image-full {
  background: #efefef;
  width: 100%;
}
.hero-image-full img {
  width: 100%;
}
@media all and (max-width: 800px) {
  body {
    word-wrap: break-word;
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
  header .header-photo,
  aside .header-name {
    display: none;
  }
  h1:first-child,
  h2:first-child {
    margin: 0 0 6px 0;
  }
  h1 {
    font-size: 1.4rem;
    line-height: 1.7rem;
    position: static;
  }
  h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  h3 {
    font-size: 0.9rem;
  }
  header h1 {
    display: inline-block;
  }
  header,
  aside,
  article,
  footer {
    margin: 0;
    padding: 1em 24px 3em 18px;
  }
  nav {
    line-height: 1.2rem;
    display: inline;
    white-space: nowrap;
  }
  a.nav-link,
  a.nav-link:link,
  a.nav-link:visited,
  a.nav-link:active,
  a.nav-link:hover {
    display: inline;
  }
}
@media all and (min-width: 800px) {
  header {
    display: none;
  }
  .aside-photo {
    position: relative;
    margin: 0 -36px;
  }
  .header-photo {
    position: relative;
    margin: 36px;
  }
  aside {
    width: 360px;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
  }
  aside .header-name {
    position: absolute;
    left: 36px;
  }
}
@media print {
  body {
    font-size: 11px;
    line-height: 1rem;
  }
  header,
  nav,
  .ad,
  .share {
    display: none;
  }
  article {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .post {
    page-break-after: always;
  }
  .print-only {
    display: block;
  }
  .screen-only {
    display: none;
  }
  header,
  section,
  article,
  footer {
    width: 100%;
    margin: 12pt 0;
    border-width: 0px;
  }
  aside,
  .header-name {
    background: #fff;
    color: #000;
    text-shadow: none;
  }
  a,
  a:link,
  a:visited {
    color: black;
  }
  a[href^="http:"].print-url:after {
    content: " <" attr(href) "> ";
    font-size: 85%;
    color: #808080;
    text-decoration: none;
  }
}
a.social-button:link,
a.social-button:visited {
  -webkit-transition: 0.05s all linear;
  -moz-transition: 0.05s all linear;
  transition: 0.05s all linear;
  color: black;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  height: 44px;
  margin: 0 12px 2px 0;
  padding: 18px 20px 0 0 ;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
a.social-button:link svg,
a.social-button:visited svg {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
a.social-button:link span,
a.social-button:visited span {
  color: white;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.9em;
  border-radius: 2em;
  padding: 0;
  min-width: 30px;
  text-align: center;
  border: 1px solid white;
}
a.social-button:hover {
  -webkit-transform: scale(1.08);
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.05s all linear;
  -moz-transition: 0.05s all linear;
  transition: 0.05s all linear;
  background: #fbbc1e;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0 4px 0 0;
  overflow: hidden;
  padding: 4px 2em;
  text-transform: uppercase;
  vertical-align: baseline;
  white-space: nowrap;
}
.button,
.button:link,
.button:hover,
.button:visited {
  text-decoration: none;
  color: black;
}
.button:hover {
  border: 1px solid black;
}
.csv-ical-convertor,
.sample-csv {
  border: 1px solid #ccc;
  padding: 12px;
  overflow-x: auto;
}
.sample-csv td,
.sample-csv th {
  white-space: nowrap;
  padding: 2px 4px;
}
.sample-csv th::after,
.sample-csv td::after {
  content: ",";
}
.sample-csv th:last-child::after,
.sample-csv td:last-child::after {
  content: "";
}
