@charset "UTF-8";
/* Imports */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.hll {
  background-color: #FFFFCC; }

.c {
  color: #408090;
  font-style: italic; }

.err {
  border: 1px solid #FF0000; }

.k {
  color: #007020;
  font-weight: bold; }

.o {
  color: #666666; }

.cm {
  color: #408090;
  font-style: italic; }

.cp {
  color: #007020; }

.c1 {
  color: #408090;
  font-style: italic; }

.cs {
  background-color: #FFF0F0;
  color: #408090; }

.gd {
  color: #A00000; }

.ge {
  font-style: italic; }

.gr {
  color: #FF0000; }

.gh {
  color: #000080;
  font-weight: bold; }

.gi {
  color: #00A000; }

.go {
  color: #303030; }

.gp {
  color: #C65D09;
  font-weight: bold; }

.gs {
  font-weight: bold; }

.gu {
  color: #800080;
  font-weight: bold; }

.gt {
  color: #0040D0; }

.kc {
  color: #007020;
  font-weight: bold; }

.kd {
  color: #007020;
  font-weight: bold; }

.kn {
  color: #007020;
  font-weight: bold; }

.kp {
  color: #007020; }

.kr {
  color: #007020;
  font-weight: bold; }

.kt {
  color: #902000; }

.m {
  color: #208050; }

.s {
  color: #4070A0; }

.na {
  color: #4070A0; }

.nb {
  color: #007020; }

.nc {
  color: #0E84B5;
  font-weight: bold; }

.no {
  color: #60ADD5; }

.nd {
  color: #555555;
  font-weight: bold; }

.ni {
  color: #D55537;
  font-weight: bold; }

.ne {
  color: #007020; }

.nf {
  color: #06287E; }

.nl {
  color: #002070;
  font-weight: bold; }

.nn {
  color: #0E84B5;
  font-weight: bold; }

.nt {
  color: #062873;
  font-weight: bold; }

.nv {
  color: #BB60D5; }

.ow {
  color: #007020;
  font-weight: bold; }

.w {
  color: #BBBBBB; }

.mf {
  color: #208050; }

.mh {
  color: #208050; }

.mi {
  color: #208050; }

.mo {
  color: #208050; }

.sb {
  color: #4070A0; }

.sc {
  color: #4070A0; }

.sd {
  color: #4070A0;
  font-style: italic; }

.s2 {
  color: #4070A0; }

.se {
  color: #4070A0;
  font-weight: bold; }

.sh {
  color: #4070A0; }

.si {
  color: #70A0D0;
  font-style: italic; }

.sx {
  color: #C65D09; }

.sr {
  color: #235388; }

.s1 {
  color: #4070A0; }

.ss {
  color: #517918; }

.bp {
  color: #007020; }

.vc {
  color: #BB60D5; }

.vg {
  color: #BB60D5; }

.vi {
  color: #BB60D5; }

.il {
  color: #208050; }

/* Thanks http://sharingbuttons.io/ */
.resp-sharing-button {
  display: inline-block;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  margin: 0.15em;
  padding: 0.14em 0.3em 0.14em 0.3em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block; }

.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__icon svg {
  width: 0.85em;
  height: 0.85em;
  margin-bottom: -0.1em; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF; }

.resp-sharing-button--large .resp-sharing-button__icon svg {
  padding-right: 0.4em; }

.resp-sharing-button__wrapper {
  display: inline-block; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C; }

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c; }

.resp-sharing-button--email {
  background-color: #444444;
  border-color: #444444; }

.resp-sharing-button--email:hover
.resp-sharing-button--email:active {
  background-color: #2B2B2B;
  border-color: #2B2B2B; }

.resp-sharing-button--pinterest {
  background-color: #cc2127;
  border-color: #cc2127; }

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #a01a1f;
  border-color: #a01a1f; }

.resp-sharing-button--linkedin {
  background-color: #0976b4;
  border-color: #0976b4; }

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #075683;
  border-color: #075683; }

/* Social buttons - and some fixes for our css */
.resp-sharing-button__link, .resp-sharing-button__link:hover, .resp-sharing-button__link:active
.resp-sharing-button a, .resp-sharing-button a:hover, .resp-sharing-button a:active {
  text-decoration: none;
  border: none; }

/* variables */
/* Layout and generic typography */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #4D4D4C;
  background-color: #f0f0f0;
  padding: 0;
  margin: 0; }

header {
  background-color: #40403F;
  height: 20em;
  line-height: 50px;
  padding: 0 1em;
  background-image: url("../images/cropped-header.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.wrapper,
.container {
  display: flex;
  flex-direction: column;
  background-color: white; }

.content {
  flex: 1;
  border: none;
  padding: 0 20px 1em 20px; }

.sidebar {
  flex: 0;
  padding: 0 20px 1em 20px;
  order: 1; }

footer {
  background-color: #f0f0f0;
  line-height: 1.25em;
  padding: 2em;
  font-size: 0.85em;
  margin-top: 1em; }
  footer .credits {
    line-height: 2.0em; }
  footer .legal {
    line-height: 1.5em;
    font-size: 0.65em; }

i {
  font-style: italic; }

b {
  font-weight: bold; }

em {
  font-style: italic;
  color: #333333; }

strong {
  font-weight: bold;
  color: #333333; }

/* Header */
header a {
  color: #E5E5E3;
  border-bottom: none; }
  header a .title {
    font-size: 0.90em; }

header .feeds {
  float: right;
  text-align: right;
  width: 25%;
  padding-top: 9px; }
  header .feeds a {
    display: block;
    float: right;
    padding-right: 5px; }
    header .feeds a :hover, header .feeds a :active {
      border-bottom: none; }

header .pages {
  float: right; }
  header .pages a {
    font-size: 0.95em;
    margin-left: 0.8em; }

/* Sidebar */
/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  text-shadow: 0.1em 0.1em 0.1em #EFEFEF;
  line-height: 125%; }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  padding: 0.7em 0 0.3em; }
  h1 a {
    color: inherit;
    border-bottom: none; }

h2 {
  font-size: 1.5em;
  margin: 0.40em 0;
  padding: 0.25em 0 0.25em; }
  h2 a {
    color: inherit; }

/* Texts */
p {
  margin: 0.8em 0 0.5em; }

a {
  text-decoration: none;
  border-bottom: 1px dotted #4D4D4C;
  color: #4D4D4C; }
  a :hover, a :active {
    text-decoration: none;
    border-bottom: 1px dotted #4271AE;
    color: #4271AE; }

.literal {
  font-size: 0.9em;
  border: 1px solid #F0F0F0;
  padding: 0 5px; }

pre {
  font-family: "Fira Code", monospace;
  background: none repeat scroll 0 0 #F0F0F0;
  border-radius: 2px;
  font-size: 0.9em;
  font-style: normal;
  letter-spacing: 0.015em;
  line-height: 130%;
  padding: 0.7em;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  font-family: "Fira Code", monospace;
  background: none repeat scroll 0 0 #F0F0F0; }

hr {
  margin: 40px 5% 60px 5%;
  color: #D6D6D6;
  box-shadow: 0.1em 0.1em 0.1em #EFEFEF;
  border-radius: 5px; }

/* Article */
article.summary {
  clear: both; }

article.summary > div {
  margin-left: 3%; }

.article-title {
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  font-size: 175%;
  font-weight: bold;
  line-height: 1.2;
  width: auto; }
  .article-title .subtitle {
    font-size: 60%;
    font-weight: normal;
    font-style: italic;
    line-height: 1.5; }
  .article-title .byline {
    font-size: 50%;
    font-weight: normal;
    line-height: 1.5; }
    .article-title .byline address {
      display: inline; }
    .article-title .byline time {
      display: inline; }

.article-content {
  font-size: 100%; }
  .article-content p {
    margin: 0.75em 1.0em 1.0em 1.0em;
    line-height: 1.6em; }
  .article-content blockquote {
    background-color: #666;
    box-shadow: 0.2em 0.2em 0.2em #888;
    color: #eee;
    padding: 1.25em;
    margin: 1em 1.5em 2em 1em;
    quotes: "“" "”" "‘" "’";
    display: inline-block; }
    .article-content blockquote :before {
      color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em; }
    .article-content blockquote :after {
      color: #ccc;
      content: close-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-left: 0.25em;
      vertical-align: -0.4em; }

article.full .metadata {
  padding: 1%;
  border: 1px dotted #aaa;
  box-shadow: 0.2em 0.2em 0.2em #999;
  font-style: italic;
  font-size: 75%;
  float: right;
  margin: -1em 0 0.5em 3%;
  width: 25%; }
  article.full .metadata p {
    margin: 0; }
  article.full .metadata address.author {
    display: none; }

article.summary .metadata {
  padding: 1%;
  border: 1px dotted #aaa;
  box-shadow: 0.2em 0.2em 0.2em #999;
  font-style: italic;
  font-size: 75%;
  float: left;
  margin: 0 3% 3% 0;
  width: 95%; }
  article.summary .metadata p {
    margin: 0; }
  article.summary .metadata address.author {
    display: none; }

article {
  /* Footnotes in article */ }
  article .webfeedsFeaturedVisual {
    float: left;
    margin: 0.5em 1.2em 0.5em 0;
    max-width: 95%; }
  article .makeBlock {
    display: block;
    margin: 0.5em 1.2em 0.5em 0;
    max-width: 95%; }
  article .forceFull {
    width: 100%; }
  article .forceHalfOrFull {
    width: 100%; }
  article .rightPic {
    float: right;
    margin: 0.5em 0 0.5em 1.2em;
    max-width: 95%; }
  article .credits {
    margin-top: 2em;
    font-size: 85%; }
    article .credits sup {
      font-size: 100%;
      vertical-align: text-bottom;
      margin-left: 0.5em; }
  article ol {
    margin: 1.5em 3em 1.5em 2.1em;
    list-style-type: decimal; }
  article ul {
    margin: 1.5em 3em 1.5em 2.1em;
    list-style-type: circle; }
  article li {
    line-height: 1.85em; }
  article sup {
    font-size: 85%;
    line-height: 0;
    position: relative;
    top: -0.65em;
    left: -0.25em; }

ol.simple-footnotes {
  list-style-type: decimal;
  margin: 3em;
  font-size: 85%;
  line-height: 1.2em; }

.simple-footnote-back {
  font-size: 110%;
  font-weight: bold; }

/*Generic sidebar lists (includes social, cats, tags)*/
.sidebar-list {
  list-style-type: disc;
  padding-left: 1.5em; }

/* Social */
.social {
  list-style-type: none;
  padding-left: 0.5em; }

.social li {
  clear: both; }

/*social a {}*/
.social i {
  float: left;
  margin-right: 3px;
  padding-top: 4px; }

.social a[href*='twitter.com'] + i:before {
  content: url("../images/icons/twitter-18px.png"); }

.social a[href*='linkedin.com'] + i:before {
  content: url("../images/icons/linkedin-18px.png"); }

.social a[href*='github.com'] + i:before {
  content: url("../images/icons/github-18px.png"); }

.social a[href*='delicious.com'] + i:before {
  content: url("../images/icons/delicious-18px.png"); }

.social a[href*='digg.com'] + i:before {
  content: url("../images/icons/digg-18px.png"); }

.social a[href*='facebook.com'] + i:before {
  content: url("../images/icons/facebook-18px.png"); }

.social a[href*='stackoverflow.com'] + i:before {
  content: url("../images/icons/stackoverfow-18px.png"); }

.social a[href*='rss.xml'] + i:before {
  content: url("../images/icons/feed-18px.png"); }

.social a[href*='atom.xml'] + i:before {
  content: url("../images/icons/feed-18px.png"); }

/*Social (at end of article)*/
.post-article-links {
  display: flex;
  flex-direction: row; }

.article-social-link {
  flex: 1 0 0;
  margin-top: 0.5em; }

.neighbor-links {
  flex: 2 0 0;
  text-align: right; }

.prev-article {
  line-height: 1em;
  font-size: 85%; }

.next-article {
  line-height: 1em;
  font-size: 85%; }

/* Tag cloud */
ul.tagcloud {
  list-style: none;
  padding: 0;
  width: 50%;
  margin: 0 auto;
  line-height: 200%; }
  ul.tagcloud li {
    display: inline-block; }

.tag-1 {
  font-size: 175%;
  margin: 0 1em; }

.tag-2 {
  font-size: 150%;
  margin: 0 1em; }

.tag-3 {
  font-size: 125%;
  margin: 0 1em; }

.tag-4 {
  font-size: 110%;
  margin: 0 1em; }

/* Category page */
ul.catlist {
  list-style: none;
  margin-bottom: 1em; }
  ul.catlist li {
    font-size: 125%; }

ul.catarticles {
  list-style: none;
  margin: 0.5em; }
  ul.catarticles li {
    font-size: 100%;
    margin: 1em 1em 1em 0.5em;
    padding-bottom: 0.5em; }
  ul.catarticles .cat-article {
    display: block; }
  ul.catarticles .time-article {
    display: block; }
  ul.catarticles .all-tags {
    display: block; }

/* Archives page */
.archive {
  line-height: 1.7em; }

ul.arcarticles {
  list-style: none; }
  ul.arcarticles li {
    font-size: 100%;
    margin: 1em 1em 1em 0em;
    padding-bottom: 0.5em; }
  ul.arcarticles .cat-article {
    display: block; }
  ul.arcarticles .time-article {
    display: block; }
  ul.arcarticles .all-tags {
    display: block; }

/* Pagination */
.pagination {
  width: 100px;
  margin: 1em auto; }

/* Responsive */
@media screen and (min-width: 768px) {
  body {
    padding: 0 5% 0 5%; }
  .container {
    max-width: 11in; }
  header a.title {
    font-size: 1.25em; }
  .wrapper {
    flex-direction: row; }
  .content {
    flex: 1;
    flex-grow: 1;
    max-width: 8.2in; }
  .sidebar {
    flex: 0 12em;
    border-left: 2px solid #D6D6D6; }
  ul.catarticles {
    list-style: none; }
    ul.catarticles li {
      font-size: 100%;
      margin: 1em 1em 1em 0em;
      padding-bottom: 0.5em; }
    ul.catarticles .cat-article {
      display: inline;
      font-size: 90%; }
    ul.catarticles .time-article {
      display: inline;
      font-size: 90%; }
    ul.catarticles .all-tags {
      display: block-inline; }
  ul.arcarticles {
    list-style: none; }
    ul.arcarticles li {
      font-size: 100%;
      margin: 1em 1em 1em 0em;
      padding-bottom: 0.5em; }
    ul.arcarticles .cat-article {
      display: inline;
      font-size: 90%; }
    ul.arcarticles .time-article {
      display: inline;
      font-size: 90%; }
    ul.arcarticles .all-tags {
      display: block-inline; }
  article.summary {
    margin-top: 1em; }
    article.summary .blurb {
      width: 45%;
      float: left; }
    article.summary .metadata {
      width: 45%;
      font-size: 100%;
      float: right; }
  article.full .metadata {
    width: 35%;
    font-size: 100%; }
  article .forceFull {
    width: auto; }
  article .forceHalfOrFull {
    width: auto;
    max-width: 45%; }
  article .rightPic {
    max-width: 45%; }
  div.article-title {
    width: auto; }
  footer.contentinfo {
    max-width: 7in; } }

@media screen and (min-width: 1280px) {
  div.article-title {
    width: auto; }
  .container {
    margin-left: 1in; } }

/* Print */
@media print {
  body {
    height: auto;
    overflow: auto;
    display: block;
    background-color: white;
    font-family: "Atkinson Hyperlegible", serif;
    font-size: 12pt;
    line-height: 150%;
    text-align: left;
    color: #000; }
  header {
    display: none; }
  div.article-title {
    color: #000;
    border-bottom: solid 2px #000;
    margin-top: -0.25em;
    margin-bottom: 1em;
    width: 100%; }
  .wrapper,
  .container {
    display: block; }
  .content {
    flex: none;
    border-left: none;
    border-right: none;
    padding: 0 20px 1em 20px; }
  article, article p, article div {
    display: block;
    color: #000; }
  article.full .metadata,
  article.summary .metadata {
    padding: 1%;
    border: solid 2px #ddd;
    box-shadow: none;
    font-style: italic;
    margin-top: 1em; }
  .article-content blockquote {
    border: solid 2px #ddd;
    background-color: white;
    color: #000;
    box-shadow: none;
    padding: 1.25em;
    margin: 1em 1.5em 2em 1em; }
  .article-content a {
    font-style: italic;
    border: none;
    text-decoration: none; }
    .article-content a :after {
      font-weight: normal;
      font-style: normal;
      font-size: 70%;
      content: " [" attr(href) "] "; }
  article sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    top: -0.65em;
    left: -0.25em; }
  a.simple-footnote {
    border: none; }
  a.simple-footnote:link:after {
    content: none; }
  article .webfeedsFeaturedVisual {
    width: auto;
    max-width: inherit; }
  article .makeBlock {
    width: auto;
    max-width: inherit; }
  article .forceFull {
    width: auto;
    max-width: inherit; }
  article .forceHalfOrFull {
    width: auto;
    max-width: inherit; }
  article .rightPic {
    width: auto; }
  article .printHalf {
    width: auto;
    max-width: 50%;
    page-break-inside: avoid;
    page-break-before: auto;
    page-break-after: auto; }
  article .printWhole {
    width: auto;
    max-width: 95%;
    page-break-inside: avoid;
    page-break-before: auto;
    page-break-after: auto; }
  ol.simple-footnotes {
    list-style-type: decimal;
    margin: 1em 3em 0.1em 2.5em;
    padding: 0;
    font-size: 85%;
    line-height: 1.2em; }
  .simple-footnote-back {
    display: none; }
  footer {
    background-color: white; }
    footer .credits {
      display: none; }
  .feeds, .pages, .sidebar, .comments, .post-article-links, .article-social-link, .neighbor-links, .prev-article, .next-article {
    display: none; } }
