/* line 1, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Oxygen", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  /* line 21, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_buttons.scss */
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  /* line 27, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_buttons.scss */
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/* line 1, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

/* line 8, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Oxygen", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

/* line 16, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  /* line 20, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
  label.required::after {
    content: "*"; }
  /* line 24, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
  label abbr {
    display: none; }

/* line 29, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Oxygen", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  /* line 44, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  /* line 48, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

/* line 55, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
textarea {
  resize: vertical; }

/* line 59, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* line 63, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

/* line 69, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

/* line 74, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

/* line 1, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 20, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_lists.scss */
dl {
  margin-bottom: 0.75em; }
  /* line 23, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_lists.scss */
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  /* line 28, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_lists.scss */
  dl dd {
    margin: 0; }

/* line 1, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

/* line 9, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

/* line 16, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

/* line 21, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle; }

/* line 1, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_typography.scss */
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Oxygen", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

/* line 10, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxygen", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

/* line 22, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_typography.scss */
p {
  margin: 0 0 0.75em; }

/* line 26, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_typography.scss */
a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  /* line 31, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_typography.scss */
  a:active, a:focus, a:hover {
    color: #2c5999; }
  /* line 37, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_typography.scss */
  a:active, a:focus {
    outline: none; }

/* line 43, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

/* line 51, /home/thot/dev/thotmx.github.io/source/stylesheets/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%; }

/* Bitters needs to be imported before Neat */
/* line 4, /home/thot/.rvm/gems/ruby-2.2.2@thotmx/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 9, /home/thot/.rvm/gems/ruby-2.2.2@thotmx/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit; }

/* line 1, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_layout.scss */
#main {
  max-width: 43.75em;
  margin-left: auto;
  margin-right: auto; }
  /* line 20, /home/thot/.rvm/gems/ruby-2.2.2@thotmx/gems/bourbon-4.2.3/app/assets/stylesheets/addons/_clearfix.scss */
  #main::after {
    clear: both;
    content: "";
    display: table; }
  /* line 4, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_layout.scss */
  #main ul {
    font-weight: 500;
    list-style-type: none; }
    /* line 8, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_layout.scss */
    #main ul li {
      margin: .5em 0; }
      /* line 10, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_layout.scss */
      #main ul li h1 {
        font-size: 1.5em; }
      /* line 13, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_layout.scss */
      #main ul li span {
        display: inline-block; }
        /* line 16, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_layout.scss */
        #main ul li span:before {
          content: '/';
          margin: 0 .3em; }

/* line 25, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_layout.scss */
.large-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  /* line 89, /home/thot/.rvm/gems/ruby-2.2.2@thotmx/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  .large-column:last-child {
    margin-right: 0; }

/* line 29, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_layout.scss */
.small-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  /* line 89, /home/thot/.rvm/gems/ruby-2.2.2@thotmx/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  .small-column:last-child {
    margin-right: 0; }

/* line 1, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_nav.scss */
nav {
  border-bottom: 1px solid #ddd;
  margin: 1.875em 0; }
  /* line 5, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_nav.scss */
  nav ul {
    display: inline-block;
    margin-bottom: 0.625em; }

/* line 11, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_nav.scss */
.blog-title {
  font-size: 2.4em;
  font-weight: 700;
  letterspacing: 4px;
  text-transform: uppercase; }

/* line 1, /home/thot/dev/thotmx.github.io/source/stylesheets/partials/_footer.scss */
footer {
  border-top: 1px solid #ddd;
  margin: 2em 0;
  padding-top: 2em; }
