/* line 44, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body {
  font-size: 16px;
  line-height: 1.8em;
  color: #666; }

/* line 50, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.navbar {
  margin: 0;
  padding: 0;
  background-color: #336699;
  border-radius: 0;
  text-align: center; }
  /* line 56, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .navbar ul.nav {
    display: inline-block;
    padding: 0;
    margin: 0; }
  /* line 61, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .navbar li {
    text-align: center;
    font-size: 0.9em;
    padding: 0;
    margin: 0; }
    /* line 66, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .navbar li a {
      color: #cdd; }
    /* line 69, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .navbar li a:hover {
      color: white;
      background-color: transparent; }

/* line 76, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.heading-box {
  margin: 0;
  padding-top: 1.5em;
  padding-bottom: 1em;
  background-color: #336699; }
  @media (max-width: 669px) {
    /* line 82, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .heading-box h1.title {
      font-size: 2em; }
    /* line 85, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .heading-box .lead {
      font-size: 1em; } }
  @media (min-width: 670px) {
    /* line 90, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .heading-box h1.title {
      font-size: 3em; }
    /* line 93, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .heading-box .lead {
      font-size: 1.3em; } }
  /* line 98, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .heading-box h1.title {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0.5em;
    font-weight: lighter;
    color: #ddd;
    text-shadow: 1px 1px 2px #666; }
  /* line 107, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .heading-box .lead {
    color: #ddd;
    line-height: 1.6;
    text-align: center;
    text-shadow: 1px 1px 2px #666; }
    /* line 112, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .heading-box .lead p {
      margin: 0; }
  /* line 116, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .heading-box .logo {
    text-align: center;
    margin-bottom: 2em; }

/* line 122, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.screenshots-box {
  padding: 1.5em 0 1.5em 0;
  background: #eee;
  text-align: center; }
  /* line 126, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .screenshots-box img {
    margin: 15px 0 15px 0;
    box-shadow: 0px 0px 10px -1px #000, 1px 1px 5px -1px #666; }

/* line 132, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.spaced-box {
  margin-top: 1em;
  margin-bottom: 1em; }

/* line 137, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.news-item {
  display: table-row; }
  /* line 139, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .news-item .date {
    display: table-cell;
    padding: 0.5em 0.5em 0.5em 0;
    color: #bbb;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    white-space: nowrap; }
  /* line 147, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .news-item .title {
    display: table-cell;
    border-bottom: 2px solid #eee; }

/* line 153, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.btn-primary {
  background-color: #336699;
  border: 0; }

/* line 158, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.btn-primary:hover {
  background-color: #0063c7;
  border: 0;
  box-shadow: 0px 0px 3px #666; }

/* line 164, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
h1, h2 {
  font-family: 'Open Sans Condensed', 'sans-serif';
  color: slategray;
  margin-bottom: 1em;
  margin-top: 1em; }

/* line 171, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
h2 {
  font-size: 28px; }

/* line 175, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.breadcrumbs {
  margin-bottom: 20px;
  background-color: #f5f5f5; }

/* line 180, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
ol.breadcrumb {
  margin-bottom: 0; }

/* line 184, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
code {
  background-color: aliceblue;
  color: darkblue;
  border: 1px solid skyblue;
  padding: 1px 2px 0 2px; }

/* line 192, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.blog_entries img {
  max-width: 10%; }

/* line 197, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
table {
  border: 1px solid darkgrey;
  font-size: smaller;
  margin-bottom: 1em; }

/* line 203, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
td {
  padding-left: 0.25em;
  padding-right: 0.25em; }

/* line 208, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
th {
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-bottom: 1px solid darkgrey; }

/* line 214, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.article {
  background: url("/images/blog/lightpaperfibers.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid;
  border-color: lightgray;
  margin-top: 2em;
  padding: 1em 2em 1em 2em;
  border-radius: 15px;
  overflow: auto; }
  /* line 222, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .article .date {
    font-family: Purisa, sans-serif;
    font-style: italic; }
  /* line 227, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .article h1 {
    text-align: center;
    margin-bottom: 0.5em; }
  @media (min-width: 670px) {
    /* line 235, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .article h1 + p > img, .article h2 + p > img {
      float: right;
      padding: 0 1em 2em 2em;
      margin-top: -4em; } }
  @media (max-width: 669px) {
    /* line 243, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    .article h1 + p > img, .article h2 + p > img {
      float: left;
      padding: 1em 1.5em 0.5em 0em;
      max-width: 25%; } }
  /* line 250, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  .article h3 {
    display: inline-block; }

/* line 255, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
img {
  max-width: 100%;
  weight: auto; }

/* line 260, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
pre.highlight {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px dotted cadetblue;
  border-bottom: 2px solid lightgray;
  border-right: 2px solid lightgray;
  background-color: aliceblue; }
  /* line 268, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  pre.highlight .c1 {
    color: seagreen; }
  /* line 270, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  pre.highlight.lua:before {
    content: "Lua";
    float: right;
    border-bottom-left-radius: 7px;
    background-color: white;
    color: darkslategray;
    padding: 0 0.5em 0 0.5em;
    margin-right: -9.5px;
    margin-top: -9.5px;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray; }
  /* line 271, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  pre.highlight.moonscript:before {
    content: "Moonscript";
    float: right;
    border-bottom-left-radius: 7px;
    background-color: white;
    color: darkslategray;
    padding: 0 0.5em 0 0.5em;
    margin-right: -9.5px;
    margin-top: -9.5px;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray; }

/* line 274, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 1em;
  margin-left: 1em;
  margin-right: 1em; }

/* line 282, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.footer-logo {
  float: left; }

/* line 286, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.footer-blurb {
  font-size: smaller;
  margin-left: 60px;
  min-height: 50px;
  vertical-align: text-bottom; }

/* line 293, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.footer-follow {
  float: right;
  font-size: smaller;
  vertical-align: text-bottom; }

/* line 299, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
h3 {
  background-color: aliceblue;
  border: 1px solid cadetblue;
  font-size: 18px;
  padding: 10px;
  border-radius: 3px;
  margin: 1em 0 1em 0;
  vertical-align: middle; }

/* line 309, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
h4 {
  margin-top: 1em;
  font-size: 16px;
  font-style: italic;
  border-radius: 3px; }

/* line 316, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.arg-list {
  color: grey; }

/* line 320, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body.doc {
  /* header: properties / methods / functions */
  /* badges */ }
  /* line 321, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  body.doc img {
    margin: 0.5em 0; }
  /* line 325, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  body.doc .toc {
    margin-top: 2em;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    min-width: 50%;
    box-shadow: 0px 0px 6px -1px #666; }
    /* line 334, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    body.doc .toc .toc-title {
      background-color: #b8dfea;
      color: darkslategray;
      font-size: 18px;
      padding: 0.5em;
      vertical-align: middle; }
    /* line 342, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    body.doc .toc .toc-entries {
      padding: 0.5em; }
    /* line 346, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    body.doc .toc .toc-group {
      margin: 0.5em; }
      /* line 349, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
      body.doc .toc .toc-group li {
        list-style: none;
        margin-left: 1em; }
      /* line 354, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
      body.doc .toc .toc-group .toc-group-header {
        margin-bottom: 0.2em;
        display: block;
        font-weight: bold; }
  @media (min-width: 1900px) {
    /* line 363, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    body.doc .toc {
      margin-top: 7em;
      position: fixed;
      overflow-y: auto;
      top: 1%;
      left: 1em;
      min-width: 12%;
      max-height: 90%; } }
  @media (max-width: 1644px) {
    /* line 375, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
    body.doc .toc {
      margin-bottom: 1em; } }
  /* line 380, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  body.doc h1 {
    margin: 1em 0 0.5em 0; }
  /* line 385, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  body.doc h2 {
    padding: 0.5em;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid black;
    margin: 0.5em 0 0.5em 0; }
  /* line 393, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  body.doc h2#properties ~ h3:before {
    content: "P";
    background-color: skyblue;
    color: aliceblue;
    border-radius: 7px;
    margin: 0 0.5em 0.1em 0;
    padding: 0.1em 0.3em 0.1em 0.3em;
    border: 1px solid cadetblue;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block; }
  /* line 397, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  body.doc h2#functions ~ h3:before {
    content: "F";
    background-color: mediumpurple;
    color: aliceblue;
    border-radius: 7px;
    margin: 0 0.5em 0.1em 0;
    padding: 0.1em 0.3em 0.1em 0.3em;
    border: 1px solid cadetblue;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block; }
  /* line 401, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  body.doc h2#methods ~ h3:before {
    content: "m";
    background-color: mediumseagreen;
    color: aliceblue;
    border-radius: 7px;
    margin: 0 0.5em 0.1em 0;
    padding: 0.1em 0.3em 0.1em 0.3em;
    border: 1px solid cadetblue;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block; }
  /* line 405, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  body.doc h2#meta-methods ~ h3:before {
    content: "Meta";
    background-color: seagreen;
    color: aliceblue;
    border-radius: 7px;
    margin: 0 0.5em 0.1em 0;
    padding: 0.1em 0.3em 0.1em 0.3em;
    border: 1px solid cadetblue;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    font-style: italic; }

/* line 411, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body.doc_spec .spec-group-2 {
  border: 1px solid green;
  padding: 1em;
  border-radius: 3px; }
/* line 417, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body.doc_spec .spec-group-3 {
  border: 1px solid mediumseagreen;
  padding: 1em;
  border-radius: 3px; }
/* line 423, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body.doc_spec .spec-group {
  margin-top: 1em; }
/* line 427, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body.doc_spec h1:before {
  content: 'Spec';
  background-color: green;
  color: white;
  border-radius: 7px;
  margin: 0 0.5em 0.1em 0;
  padding: 0.1em 0.3em 0.1em 0.3em;
  border: 1px solid cadetblue;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block; }
/* line 441, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body.doc_spec h2 {
  margin: 0;
  padding: 0 0 0.5em 0; }
/* line 446, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body.doc_spec h3 {
  background-color: #efefef;
  border: none;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin: 0; }
/* line 455, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
body.doc_spec h4 {
  background-color: white;
  border: none;
  font-size: medium;
  color: green;
  font-weight: bold;
  font-style: italic; }

/* line 464, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.howl-theme-selector {
  margin-top: -10px;
  float: right; }

/* line 468, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.howl-theme-selector > * {
  float: left; }

/* line 472, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.thumbnail {
  margin-bottom: 1em; }

/* line 476, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
#screenshot-popup > .modal-dialog {
  width: 1150px;
  max-width: 100%; }

@media (max-width: 669px) {
  /* line 481, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
  iframe {
    max-width: 100%;
    max-height: 315px; } }

/* line 488, /home/nilnor/code/howl/site/source/stylesheets/howl.css.scss */
.comments {
  margin-top: 3em; }
