/*
 *                        ___
 *                       /\_ \
 *  _____     ___     ___\//\ \      __
 * /\ '__`\  / __`\  / __`\ \ \   /'__`\
 * \ \ \_\ \/\ \_\ \/\ \_\ \_\ \_/\  __/
 *  \ \ ,__/\ \____/\ \____//\____\ \____\
 *   \ \ \/  \/___/  \/___/ \/____/\/____/
 *    \ \_\
 *     \/_/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/poole.
 *
 * Converted to SCSS & since modified by @evaryont.
 */
/*
 * Contents
 *
 * Body resets
 * Custom type
 * Messages
 * Container
 * Masthead
 * Posts and pages
 * Pagination
 * Reverse layout
 * Themes
 */
/*
 * Body resets
 *
 * Update the foundational and global aspects of the page.
 */
/* line 39, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 45, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
html, body {
  margin: 0;
  padding: 0; }

/* line 50, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

@media (min-width: 38rem) {
  /* line 57, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  html {
    font-size: 20px; } }
/* line 62, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
body {
  color: #515151;
  background-color: #f1f8e9;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* No `:visited` state is required by default (browsers will use `a`) */
/* line 71, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
a {
  color: #268bd2;
  text-decoration: none; }
  /* line 74, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  a:hover, a:focus {
    text-decoration: underline; }

/* `:focus` is linked to `:hover` for basic accessibility */
/* Headings */
/* line 83, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #313131;
  text-rendering: optimizeLegibility; }

/* line 91, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
h1 {
  font-size: 2rem; }

/* line 95, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
h2 {
  margin-top: 1rem;
  font-size: 1.5rem; }

/* line 100, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem; }

/* line 105, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem; }

/* Body text */
/* line 112, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 117, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
strong {
  color: #303030; }

/* Lists */
/* line 123, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 128, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
dt {
  font-weight: bold; }

/* line 132, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
dd {
  margin-bottom: .5rem; }

/* Misc */
/* line 138, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
hr {
  position: relative;
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff; }

/* line 146, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
abbr {
  font-size: 85%;
  font-weight: bold;
  color: #555;
  text-transform: uppercase; }
  /* line 151, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #e5e5e5; }

/* Code */
/* line 159, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
code, pre {
  font-family: Menlo, Monaco, "Courier New", monospace; }

/* line 163, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
code {
  padding: .25em .5em;
  font-size: 85%;
  color: #bf616a;
  background-color: #f9f9f9;
  border-radius: 3px; }

/* line 171, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .8rem;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f9; }
  /* line 183, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  pre code {
    padding: 0;
    font-size: 100%;
    color: inherit;
    background-color: transparent; }

/* line 191, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.highlight {
  margin-bottom: 1rem;
  border-radius: 4px; }
  /* line 194, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .highlight pre {
    margin-bottom: 0; }

/* Quotes */
/* line 201, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
blockquote {
  padding: .5rem 1rem;
  margin: .8rem 0;
  color: #7a7a7a;
  border-left: .25rem solid #e5e5e5; }
  /* line 206, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  blockquote p:last-child {
    margin-bottom: 0; }

@media (min-width: 30rem) {
  /* line 212, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  blockquote {
    padding-right: 5rem;
    padding-left: 1.25rem; } }
/* line 218, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
img {
  display: block;
  margin: 0 0 1rem;
  border-radius: 5px; }

/* Tables */
/* line 226, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse; }

/* line 233, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
td, th {
  padding: .25rem .5rem;
  border: 1px solid #e5e5e5; }

/* line 239, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

/*
 * Custom type
 *
 * Extend paragraphs with `.lead` for larger introductory text.
 */
/* line 250, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/*
 * Messages
 *
 * Show alert messages to users. You may add it to single elements like a `<p>`,
 * or to a parent if there are multiple elements to show.
 */
/* line 262, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.message {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #717171;
  background-color: #f9f9f9; }

/*
 * Container
 *
 * Center the page content.
 */
/* line 275, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.container {
  max-width: 48rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto; }

/*
 * Masthead
 *
 * Super small header above the content for site name and short description.
 */
/* line 289, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem; }

/* line 295, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #505050; }
  /* line 299, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .masthead-title a {
    color: #505050; }
  /* line 302, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .masthead-title small {
    font-size: 75%;
    font-weight: 400;
    color: #c0c0c0;
    letter-spacing: 0; }

/*
 * Posts and pages
 *
 * Each post is wrapped in `.post` and is used on default and post layouts. Each
 * page is wrapped in `.page` and is only used on the page layout.
 */
/* line 317, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.page, .post {
  margin-bottom: 4em; }

/* Blog post or page title */
/* line 323, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.page-title {
  color: #303030; }

/* line 327, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.post-title {
  color: #303030; }
  /* line 329, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .post-title a {
    color: #303030; }

/* line 334, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.page-title, .post-title {
  margin-top: 0.5em; }

/* Meta data line below post title */
/* line 340, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.post-date {
  display: block;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  color: #9a9a9a; }

/* Related posts */
/* line 349, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eee; }

/* line 355, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.related-posts {
  padding-left: 0;
  list-style: none; }
  /* line 358, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .related-posts h3 {
    margin-top: 0; }
  /* line 362, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .related-posts li small {
    font-size: 75%;
    color: #999; }
  /* line 366, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .related-posts li a:hover {
    color: #268bd2;
    text-decoration: none; }
    /* line 369, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
    .related-posts li a:hover small {
      color: inherit; }

/*
 * Pagination
 *
 * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
 * there are no more previous or next posts to show.
 */
/* line 383, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.pagination {
  overflow: hidden;
  /* clearfix */
  margin-left: -1rem;
  margin-right: -1rem;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  color: #ccc;
  text-align: center; }

/* Pagination items can be `span`s or `a`s */
/* line 395, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
.pagination-item {
  display: block;
  padding: 1rem;
  border: 1px solid #eee; }
  /* line 399, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .pagination-item:first-child {
    margin-bottom: -1px; }

/* Only provide a hover state for linked pagination items */
/* line 406, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
a.pagination-item:hover {
  background-color: #f5f5f5; }

@media (min-width: 30rem) {
  /* line 411, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .pagination {
    margin: 3rem 0; }

  /* line 414, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
  .pagination-item {
    float: left;
    width: 50%; }
    /* line 417, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
    .pagination-item:first-child {
      margin-bottom: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    /* line 422, /home/colin/code/weblog/source/assets/stylesheets/_poole.scss */
    .pagination-item:last-child {
      margin-left: -1px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; } }
/*
 *  __                  __
 * /\ \                /\ \
 * \ \ \___   __  __   \_\ \     __
 *  \ \  _ `\/\ \/\ \  /'_` \  /'__`\
 *   \ \ \ \ \ \ \_\ \/\ \_\ \/\  __/
 *    \ \_\ \_\/`____ \ \___,_\ \____\
 *     \/_/\/_/`/___/> \/__,_ /\/____/
 *                /\___/
 *                \/__/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/hyde.
 *
 * Converted to SCSS & since modified by @evaryont.
 */
/*
 * Contents
 *
 * Global resets
 * Sidebar
 * Container
 * Reverse layout
 * Themes
 */
/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */
/* line 35, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
html {
  font-family: "PT Sans", Helvetica, Arial, sans-serif; }

@media (min-width: 48rem) {
  /* line 40, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  html {
    font-size: 16px; } }
@media (min-width: 58rem) {
  /* line 46, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  html {
    font-size: 20px; } }
/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */
/* line 58, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.sidebar {
  text-align: center;
  padding: 2rem 1rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: #202020; }
  /* line 63, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  .sidebar a {
    color: #fff; }

@media (min-width: 48rem) {
  /* line 69, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 19rem;
    text-align: left; } }
/* Sidebar links */
/* About section */
/* line 83, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.sidebar-about h1 {
  color: #fff;
  margin-top: 0;
  font-family: "Abril Fatface", serif;
  font-size: 3.25rem; }

/* Sidebar nav */
/* line 92, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.sidebar-nav {
  padding-left: 0;
  list-style: none; }

/* line 97, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.sidebar-nav-item {
  display: block; }

/* line 102, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
a.sidebar-nav-item:hover, a.sidebar-nav-item:focus {
  text-decoration: underline; }

/* line 107, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.sidebar-nav-item.active {
  font-weight: bold; }

/* Sticky sidebar
 *
 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
 * contents to the bottom of the sidebar in tablets and up.
 */
@media (min-width: 48rem) {
  /* line 118, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  .sidebar-sticky {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem; } }
/* Container
 *
 * Align the contents of the site above the proper threshold with some margin-fu
 * with a 25%-wide `.sidebar`.
 */
/* line 132, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.content {
  padding-bottom: 4rem; }

@media (min-width: 48rem) {
  /* line 138, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  .content {
    max-width: 48rem;
    margin-left: 20rem;
    margin-right: 2rem; } }
@media (min-width: 64rem) {
  /* line 146, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  .content {
    margin-left: 22rem;
    margin-right: 4rem; } }
/*
 * Reverse layout
 *
 * Flip the orientation of the page by placing the `.sidebar` on the right.
 */
@media (min-width: 48rem) {
  /* line 160, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  .layout-reverse .sidebar {
    left: auto;
    right: 0; }
  /* line 164, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  .layout-reverse .content {
    margin-left: 2rem;
    margin-right: 20rem; } }
@media (min-width: 64rem) {
  /* line 172, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
  .layout-reverse .content {
    margin-left: 4rem;
    margin-right: 22rem; } }
/*
 * Themes
 *
 * As of v1.1, Hyde includes optional themes to color the sidebar and links
 * within blog posts. To use, add the class of your choosing to the `body`.
 */
/* Base16 (http://chriskempson.github.io/base16/#default) */
/* Red */
/* line 190, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-08 .sidebar {
  background-color: #ac4142; }
/* line 193, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-08 .content a, .theme-base-08 .related-posts li a:hover {
  color: #ac4142; }

/* Orange */
/* line 201, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-09 .sidebar {
  background-color: #d28445; }
/* line 204, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-09 .content a, .theme-base-09 .related-posts li a:hover {
  color: #d28445; }

/* Yellow */
/* line 212, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0a .sidebar {
  background-color: #f4bf75; }
/* line 215, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0a .content a, .theme-base-0a .related-posts li a:hover {
  color: #f4bf75; }

/* Green */
/* line 223, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0b .sidebar {
  background-color: #90a959; }
/* line 226, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0b .content a, .theme-base-0b .related-posts li a:hover {
  color: #90a959; }

/* Cyan */
/* line 234, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0c .sidebar {
  background-color: #75b5aa; }
/* line 237, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0c .content a, .theme-base-0c .related-posts li a:hover {
  color: #75b5aa; }

/* Blue */
/* line 245, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0d .sidebar {
  background-color: #6a9fb5; }
/* line 248, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0d .content a, .theme-base-0d .related-posts li a:hover {
  color: #6a9fb5; }

/* Magenta */
/* line 256, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0e .sidebar {
  background-color: #aa759f; }
/* line 259, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0e .content a, .theme-base-0e .related-posts li a:hover {
  color: #aa759f; }

/* Brown */
/* line 267, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0f .sidebar {
  background-color: #8f5536; }
/* line 270, /home/colin/code/weblog/source/assets/stylesheets/_hyde.scss */
.theme-base-0f .content a, .theme-base-0f .related-posts li a:hover {
  color: #8f5536; }

/* line 5, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
.evs-green .sidebar {
  background-color: #4FB34F; }
/* line 8, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
.evs-green .content a, .evs-green .related-posts li a:hover {
  color: #4FB34F; }

/* line 13, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
.avatar {
  display: block;
  margin: 2em;
  border-width: 0.2em;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-radius: 1em;
  box-shadow: 0px 0px 0.2em 0 #000;
  position: relative;
  left: 36px;
  width: 5.875em;
  height: 5.875em; }

/* line 27, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
* {
  margin: 0; }

/* line 28, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
html {
  box-sizing: border-box; }

/* line 31, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
*, *:before, *:after {
  box-sizing: inherit; }

/* entypo */
/* line 37, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 24px;
  padding: 8px; }

/* line 48, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
.fartsy-header {
  height: 4em; }
  /* line 51, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
  .fartsy-header .air {
    height: 4em;
    background: transparent linear-gradient(to right, rgba(241, 248, 233, 0) 50%, rgba(241, 248, 233, 0.95) 95%) repeat scroll 0% 0%; }

/* line 1, /home/colin/code/weblog/source/assets/stylesheets/_landing.scss */
body.index {
  background-color: #4FB34F;
  background-image: radial-gradient(circle closest-corner at center, #4fb34f 0%, #497049 100%);
  min-height: 100vh;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  /* Within the list, switch from a column to a row flex context, wrapping the
     elements within */ }
  /* line 12, /home/colin/code/weblog/source/assets/stylesheets/_landing.scss */
  body.index .avatar {
    margin: 2em;
    /* A nice border to wrap the avatar, along with an avatar */
    border-width: 0.2em;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-radius: 1em;
    box-shadow: 0px 0px 0.2em 0 #000;
    /* Resize the image based on the devices' screen size, down to 32x32 */
    min-height: 64px;
    min-width: 64px;
    width: auto;
    height: 25%;
    object-fit: contain; }
  /* line 30, /home/colin/code/weblog/source/assets/stylesheets/_landing.scss */
  body.index a:link, body.index a:visited, body.index a:active, body.index a:hover {
    color: white;
    text-decoration: none; }
  /* line 35, /home/colin/code/weblog/source/assets/stylesheets/_landing.scss */
  body.index a:hover {
    text-decoration: underline; }
  /* line 41, /home/colin/code/weblog/source/assets/stylesheets/_landing.scss */
  body.index .nav {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  /* line 49, /home/colin/code/weblog/source/assets/stylesheets/_landing.scss */
  body.index .nav li {
    /* Each item fills in the space available */
    display: inline-block;
    text-align: center;
    flex-grow: 1;
    /* Some whitespace between each list item to  */
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em; }

/* line 59, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
.post .relative-posts {
  text-align: center; }

/* line 63, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
.post .taglist {
  float: right; }

/* line 66, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
.taglist .tag::before {
  content: '#';
  color: #9A9A9A; }

/* line 72, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
::selection {
  background-color: #31fd2e; }

/* line 75, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
::-moz-selection {
  background-color: #31fd2e; }

/* line 78, /home/colin/code/weblog/source/assets/stylesheets/all.scss */
::-webkit-selection {
  background-color: #31fd2e; }
