body {
  font-family: Carlito, Calibri, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #464646; }

header, footer, nav, article, figure, figcaption {
  display: block; }

p, li, blockquote {
  line-height: 1.3; }

p, pre {
  margin: 0 0 1em 0; }

ul, ol {
  margin: 1em 0 1em 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-left: 1em; }

dl dd {
  margin-left: 2em; }

h1, h2, h3, h4, h5, h6 {
  font-family: Carlito, Calibri, sans-serif;
  margin: 0.6em 0 0.5em 0;
  color: #111;
  font-weight: 500; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

a {
  text-decoration: underline; }
  a:link, a:visited {
    color: #36454F; }

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

sup {
  vertical-align: super;
  font-size: 0.8em; }

pre, code, tt {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "Bitstream Vera Sans Mono", "Menlo", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; }

code, tt {
  font-size: smaller; }

pre {
  overflow-x: auto;
  padding-bottom: 0.25em; }

blockquote {
  border-left: 2px solid #999;
  padding-left: 1em;
  margin: 0 0 1em 0; }

figure {
  margin: 1em auto;
  text-align: center; }
  figure.screenshot img {
    max-width: 50%; }

figcaption {
  font-size: smaller;
  text-align: center;
  font-style: italic; }

img {
  max-width: 100%; }

img.cover-photo {
  display: block;
  margin: 0 auto; }

img.lobsters {
  position: relative;
  top: 2px; }

video {
  max-width: 100%; }

body > header {
  font-family: Carlito, Calibri, sans-serif;
  font-size: 18px;
  color: white;
  padding: 0.5em;
  background-color: #242424; }
  body > header a {
    -webkit-transition: border-bottom-color 500ms ease-out;
    transition: border-bottom-color 500ms ease-out;
    border-bottom: 2px solid rgba(255, 255, 255, 0); }
    body > header a:link, body > header a:visited {
      text-decoration: none;
      color: white; }
    body > header a:hover {
      border-bottom-color: white; }

#menu {
  float: right;
  padding-right: 0.25em; }
  #menu li {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

#content {
  margin: 0 auto;
  clear: both;
  max-width: 728px;
  font-size: 18px; }

footer {
  color: #999;
  border-top: 1px solid #999;
  margin: 3em 20px 2em;
  clear: both; }
  footer .copyright {
    font-family: Carlito, Calibri, sans-serif;
    font-size: 14px;
    margin-top: 1em;
    display: block; }

.align-top {
  vertical-align: top; }

.with-border {
  border: 1px solid #D8D8D8; }

.no-border {
  border: none;
  text-decoration: none; }

.socials {
  margin-top: 1em;
  float: right; }

.social-icon {
  margin: 0 0.5em; }

.social-icon-wide {
  margin: 0 0.6em; }

.action-button {
  background-color: #36454F;
  border-radius: 0.25em;
  border: 2px solid #36454F;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0.75em 0;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase; }

.action-button-ghost {
  background-color: initial;
  color: #36454F; }

.action-button-ghost:hover {
  background-color: #36454F;
  color: white; }

.archive-banner {
  padding: 0.5em 0.5em;
  background-color: #fffff1;
  font-weight: 400;
  border-bottom: 1px solid #eae4b9;
  font-size: smaller; }

.home h1 > a:first-child {
  -webkit-transition: border-bottom-color 500ms ease-out;
  transition: border-bottom-color 500ms ease-out;
  border-bottom: 2px solid rgba(17, 17, 17, 0); }
  .home h1 > a:first-child:hover {
    border-bottom-color: #111111; }
.home main {
  display: flex;
  margin: 0 20px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  min-height: 85vh; }

.cli-tools h3 {
  margin-top: 4em; }

#posts {
  width: 100%; }

#projects {
  width: 300px;
  flex-shrink: 0;
  margin-left: 2em; }

ul.projects {
  list-style: none;
  margin: 0;
  padding-top: 1em; }
  ul.projects li {
    margin: 1em 0; }
  ul.projects img, ul.projects svg {
    width: 32px;
    vertical-align: middle;
    margin-right: 0.5em; }
  ul.projects p {
    margin-left: calc(32px + 0.5em); }

ul.articles {
  list-style: none;
  margin: 0;
  clear: left; }
  ul.articles li {
    margin: 0;
    padding-top: 1em; }

body.articles ul.articles li {
  height: auto;
  padding-top: 0; }

ul.articles li:first-child {
  border-top: none;
  padding-top: 1em; }
ul.articles abbr {
  display: block;
  font-size: 12px;
  color: #999; }
ul.articles strong {
  font-family: Carlito, Calibri, sans-serif;
  margin: 0;
  font-weight: normal;
  display: block;
  font-size: 21px; }

a.more {
  display: block;
  margin: 1em 0 0 0; }
a.active {
  font-weight: bold; }
a.affiliate {
  background: url(/images/dollar.gif) no-repeat top right;
  padding-right: 4px; }

.inline {
  list-style: none;
  margin: 0; }
  .inline li {
    display: inline; }
    .inline li:first-child {
      margin-left: 0; }

body.articles #content nav {
  padding-bottom: 1em; }

#search {
  margin: 0;
  padding: 0;
  display: none;
  float: left;
  margin-right: 20px; }
  #search fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
  #search label {
    font-weight: normal;
    padding-right: 10px; }
  #search input {
    width: 180px; }

#respond {
  margin: 3em 0;
  clear: both; }
  #respond h2 {
    margin-top: 0; }

#content .published {
  font-family: Carlito, Calibri, sans-serif;
  color: #999;
  padding-bottom: 10px;
  font-size: 14px; }
#content .alignleft {
  float: left;
  margin: 5px 10px 5px 0; }
#content .keyboard-shortcut {
  font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
  font-size: 1.5ex; }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0; }

.feed-icon {
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  opacity: 1; }
  .feed-icon:hover {
    opacity: 0.75; }

.feed-icon-sup {
  vertical-align: super; }

img.comment {
  padding-top: 1px; }

#content .alignright, img.alignright {
  float: right;
  margin: 5px 0 5px 10px; }

#content .aligncenter, div.aligncenter, img.aligncenter {
  text-align: center;
  display: block;
  margin: 10px auto; }

#content .clear {
  clear: both; }
#content hr {
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-top-color: #999;
  width: 10em;
  margin: 0; }
#content .seperator {
  text-align: center;
  color: #EEE;
  margin-bottom: 1em;
  font-size: smaller; }
  #content .seperator hr {
    width: 33%;
    height: 1px;
    display: inline-block;
    border: none;
    background-color: #eeeeee;
    margin: 5px 0.5em; }
    #content .seperator hr.right {
      background-image: -webkit-gradient(linear, left center, right center, from(#eeeeee), to(white));
      background-image: -webkit-linear-gradient(left, #eeeeee, white);
      background-image: -moz-linear-gradient(left, #eeeeee, white);
      background-image: -o-linear-gradient(left, #eeeeee, white);
      background-image: -ms-linear-gradient(left, #eeeeee, white);
      background-image: linear-gradient(left, #eeeeee, white);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#eeeeee', EndColorStr='#ffffff'); }
    #content .seperator hr.left {
      background-image: -webkit-gradient(linear, right center, left center, from(#eeeeee), to(white));
      background-image: -webkit-linear-gradient(right, #eeeeee, white);
      background-image: -moz-linear-gradient(right, #eeeeee, white);
      background-image: -o-linear-gradient(right, #eeeeee, white);
      background-image: -ms-linear-gradient(right, #eeeeee, white);
      background-image: linear-gradient(right, #eeeeee, white);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#ffffff', EndColorStr='#eeeeee'); }

table.left_headers, table.top_headers {
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
  margin: 1em 0; }
table.left_headers td, table.left_headers th {
  border: 1px solid #D8D8D8;
  padding: 0.3em 0.7em 0.3em 0.7em; }
table.top_headers td, table.top_headers th {
  border: 1px solid #D8D8D8;
  padding: 0.3em 0.7em 0.3em 0.7em; }
table.left_headers th {
  text-align: right; }
table.gallery {
  border-collapse: collapse;
  width: 100%; }
  table.gallery td {
    padding: 10px 0;
    text-align: center;
    vertical-align: middle; }
  table.gallery img a {
    border: none; }

.vcard .photo {
  margin: 0 1em 1em 0; }

.text-right {
  text-align: right; }

.heading-icon {
  height: 20px;
  margin-right: 0.25em; }

body.weather #content {
  max-width: 100%;
  margin: 0 20px; }
body.weather #current > .temperature .temperature {
  font-family: Carlito, Calibri, sans-serif; }
body.weather #current > .temperature .current {
  font-size: 36px; }
body.weather #current > .temperature time {
  font-size: smaller; }
body.weather figure.forecast {
  margin: 0 1em 1em 0;
  width: 48px;
  float: left; }
body.weather .chart {
  clear: both;
  width: 100%;
  height: 320px; }
body.weather section, body.weather section > .temperature {
  clear: both;
  margin-top: 2em; }
body.weather .extreme {
  float: left;
  margin: 0 2em 2em 0; }
  body.weather .extreme time.day {
    display: block;
    text-align: center; }
  body.weather .extreme div, body.weather .extreme time {
    margin: 0.5em 0;
    font-family: Carlito, Calibri, sans-serif; }
body.weather small {
  display: block;
  font-size: smaller;
  margin-top: 1em;
  color: #999; }

@media screen and (max-width: 768px) {
  #content {
    margin: 0 20px;
    font-size: 20px; } }
@media screen and (max-width: 680px) {
  nav.search li {
    display: list-item;
    margin: 1em 0 0 0;
    font-size: large; }

  #search {
    float: none; }

  .home main {
    flex-direction: column; }

  #projects {
    width: auto;
    margin-left: 0;
    margin-top: 2em; }

  ul.projects {
    padding-top: 0; } }
@media screen and (max-width: 515px) {
  body {
    font-size: 20px; }

  body > header {
    text-align: center; }

  #menu {
    float: none;
    padding: 0.5em 0 0 0;
    line-height: 2; }
    #menu li {
      margin: 0 1em 0 0; }

  #content {
    min-width: 0;
    margin: 0 10px; }
    #content h1 {
      font-size: 30px; }

  body.weather #content {
    margin: 0 10px; }

  ul.articles li {
    margin: 0;
    padding-top: 0;
    height: auto; }

  #flickr header {
    margin-left: 1em; }
  #flickr ul {
    height: auto; }
  #flickr li, #flickr li:first-child {
    margin: 0 0 1em 1em; }

  #respond .short {
    margin: 0.5em 0 0 0;
    display: block; }

  footer {
    margin: 20px 10px; }

  figure.screenshot img {
    max-width: 100%; } }
