.collapse {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-brand {
  float: left;
  padding: 11px 15px;
  font-size: 25px;
  line-height: 28px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right!important;
    float: right;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.visible-xs {
  display: none!important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block!important;
  }
}
.hidden-xs {
  display: block!important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }
}
.navbar-blog,
.navbar-blog a.brand {
  font-weight: 100;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  margin: 0px;
  padding-top: 50px;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
p {
  margin: 0 0 10.5px;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4 {
  line-height: 1.1;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 10.5px;
}
h1 {
  font-size: 39px;
}
h2 {
  font-size: 32px;
}
h2,
h3,
h4,
h5,
h6 {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 5px;
}
.article_and_content_base {
  height: 100%;
  min-height: 100%;
  padding: 10px;
  max-width: 800px;
  margin: auto;
  font-weight: normal;
  line-height: 31px;
  /* -- 404 Page -- */
}
.article_and_content_base h1 a {
  font-size: 1.2em;
  font-weight: 100;
}
.article_and_content_base h1:first-child {
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.article_and_content_base.error h1 {
  color: #f5f5f5;
  font-size: 10em;
  font-weight: bold;
  padding: 0.5em;
  text-shadow: 0 1px 5px #aaa;
}
.article_and_content_base img {
  border-radius: 4px;
  max-width: 70%;
  max-height: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.article_and_content_base img.noclip {
  clear: both;
  display: inline-block;
}
.article_and_content_base section.byline {
  font-size: 0.8em;
  padding-bottom: 15px;
  color: #999;
}
.article_and_content_base section.tags_byline {
  margin-top: -25px;
}
.article_and_content_base.about p,
.article_and_content_base.error {
  text-align: center;
  font-size: 1.3em;
  font-weight: 100;
}
.article_and_content_base div.pull {
  padding-top: 20px;
}
article {
  height: 100%;
  min-height: 100%;
  padding: 10px;
  max-width: 800px;
  margin: auto;
  font-weight: normal;
  line-height: 31px;
  /* -- 404 Page -- */
}
article h1 a {
  font-size: 1.2em;
  font-weight: 100;
}
article h1:first-child {
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
article.error h1 {
  color: #f5f5f5;
  font-size: 10em;
  font-weight: bold;
  padding: 0.5em;
  text-shadow: 0 1px 5px #aaa;
}
article img {
  border-radius: 4px;
  max-width: 70%;
  max-height: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
article img.noclip {
  clear: both;
  display: inline-block;
}
article section.byline {
  font-size: 0.8em;
  padding-bottom: 15px;
  color: #999;
}
article section.tags_byline {
  margin-top: -25px;
}
article.about p,
article.error {
  text-align: center;
  font-size: 1.3em;
  font-weight: 100;
}
article div.pull {
  padding-top: 20px;
}
.content {
  height: 100%;
  min-height: 100%;
  padding: 10px;
  max-width: 800px;
  margin: auto;
  font-weight: normal;
  line-height: 31px;
  /* -- 404 Page -- */
}
.content h1 a {
  font-size: 1.2em;
  font-weight: 100;
}
.content h1:first-child {
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.content.error h1 {
  color: #f5f5f5;
  font-size: 10em;
  font-weight: bold;
  padding: 0.5em;
  text-shadow: 0 1px 5px #aaa;
}
.content img {
  border-radius: 4px;
  max-width: 70%;
  max-height: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content img.noclip {
  clear: both;
  display: inline-block;
}
.content section.byline {
  font-size: 0.8em;
  padding-bottom: 15px;
  color: #999;
}
.content section.tags_byline {
  margin-top: -25px;
}
.content.about p,
.content.error {
  text-align: center;
  font-size: 1.3em;
  font-weight: 100;
}
.content div.pull {
  padding-top: 20px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before {
  content: '';
  display: table;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-lg-2 {
    float: left;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 30.5%;
  }
}
.post_tags {
  margin-top: 11px;
  float: right;
  margin-top: 14px;
}
.post_date {
  float: left;
  margin-top: -17px;
}
.post_date_tags_view {
  float: right;
}
ul {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul.listing {
  margin: 0 0 25px 0;
  padding: 0;
}
ul.listing li.li_tags_view {
  padding-bottom: 7px;
}
ul.listing li {
  list-style-type: none;
  padding: 7px 5px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
}
ul.listing li span {
  padding-top: 3px;
  font-size: 12px;
  color: #999;
}
.tags {
  list-style: none;
  padding: 0;
  text-align: justify;
}
.tags li {
  display: inline-block;
  margin: 0 25px 25px 0;
}
.tags li:last-child {
  margin-right: 0;
}
.tag {
  background: #F8F8F8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  color: #333;
  padding: 2px 8px 2px 8px;
  text-decoration: none;
}
.tag:visited {
  color: #333;
}
.tag:hover {
  text-decoration: none;
  color: #428bca;
  top: 1px;
  position: relative;
  box-shadow: none;
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight {
  background: #f8f8f8;
}
.highlight .c {
  color: #8f5902;
  font-style: italic;
}
/* Comment */
.highlight .err {
  color: #a40000;
  border: 1px solid #ef2929;
}
/* Error */
.highlight .g {
  color: #000000;
}
/* Generic */
.highlight .k {
  color: #204a87;
  font-weight: bold;
}
/* Keyword */
.highlight .l {
  color: #000000;
}
/* Literal */
.highlight .n {
  color: #000000;
}
/* Name */
.highlight .o {
  color: #ce5c00;
  font-weight: bold;
}
/* Operator */
.highlight .x {
  color: #000000;
}
/* Other */
.highlight .p {
  color: #000000;
  font-weight: bold;
}
/* Punctuation */
.highlight .cm {
  color: #8f5902;
  font-style: italic;
}
/* Comment.Multiline */
.highlight .cp {
  color: #8f5902;
  font-style: italic;
}
/* Comment.Preproc */
.highlight .c1 {
  color: #8f5902;
  font-style: italic;
}
/* Comment.Single */
.highlight .cs {
  color: #8f5902;
  font-style: italic;
}
/* Comment.Special */
.highlight .gd {
  color: #a40000;
}
/* Generic.Deleted */
.highlight .ge {
  color: #000000;
  font-style: italic;
}
/* Generic.Emph */
.highlight .gr {
  color: #ef2929;
}
/* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
}
/* Generic.Heading */
.highlight .gi {
  color: #00A000;
}
/* Generic.Inserted */
.highlight .go {
  color: #000000;
  font-style: italic;
}
/* Generic.Output */
.highlight .gp {
  color: #8f5902;
}
/* Generic.Prompt */
.highlight .gs {
  color: #000000;
  font-weight: bold;
}
/* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
}
/* Generic.Subheading */
.highlight .gt {
  color: #a40000;
  font-weight: bold;
}
/* Generic.Traceback */
.highlight .kc {
  color: #204a87;
  font-weight: bold;
}
/* Keyword.Constant */
.highlight .kd {
  color: #204a87;
  font-weight: bold;
}
/* Keyword.Declaration */
.highlight .kn {
  color: #204a87;
  font-weight: bold;
}
/* Keyword.Namespace */
.highlight .kp {
  color: #204a87;
  font-weight: bold;
}
/* Keyword.Pseudo */
.highlight .kr {
  color: #204a87;
  font-weight: bold;
}
/* Keyword.Reserved */
.highlight .kt {
  color: #204a87;
  font-weight: bold;
}
/* Keyword.Type */
.highlight .ld {
  color: #000000;
}
/* Literal.Date */
.highlight .m {
  color: #0000cf;
  font-weight: bold;
}
/* Literal.Number */
.highlight .s {
  color: #4e9a06;
}
/* Literal.String */
.highlight .na {
  color: #c4a000;
}
/* Name.Attribute */
.highlight .nb {
  color: #204a87;
}
/* Name.Builtin */
.highlight .nc {
  color: #000000;
}
/* Name.Class */
.highlight .no {
  color: #000000;
}
/* Name.Constant */
.highlight .nd {
  color: #5c35cc;
  font-weight: bold;
}
/* Name.Decorator */
.highlight .ni {
  color: #ce5c00;
}
/* Name.Entity */
.highlight .ne {
  color: #cc0000;
  font-weight: bold;
}
/* Name.Exception */
.highlight .nf {
  color: #000000;
}
/* Name.Function */
.highlight .nl {
  color: #f57900;
}
/* Name.Label */
.highlight .nn {
  color: #000000;
}
/* Name.Namespace */
.highlight .nx {
  color: #000000;
}
/* Name.Other */
.highlight .py {
  color: #000000;
}
/* Name.Property */
.highlight .nt {
  color: #204a87;
  font-weight: bold;
}
/* Name.Tag */
.highlight .nv {
  color: #000000;
}
/* Name.Variable */
.highlight .ow {
  color: #204a87;
  font-weight: bold;
}
/* Operator.Word */
.highlight .mf {
  color: #0000cf;
  font-weight: bold;
}
/* Literal.Number.Float */
.highlight .mh {
  color: #0000cf;
  font-weight: bold;
}
/* Literal.Number.Hex */
.highlight .mi {
  color: #0000cf;
  font-weight: bold;
}
/* Literal.Number.Integer */
.highlight .mo {
  color: #0000cf;
  font-weight: bold;
}
/* Literal.Number.Oct */
.highlight .sb {
  color: #4e9a06;
}
/* Literal.String.Backtick */
.highlight .sc {
  color: #4e9a06;
}
/* Literal.String.Char */
.highlight .sd {
  color: #8f5902;
  font-style: italic;
}
/* Literal.String.Doc */
.highlight .s2 {
  color: #4e9a06;
}
/* Literal.String.Double */
.highlight .se {
  color: #4e9a06;
}
/* Literal.String.Escape */
.highlight .sh {
  color: #4e9a06;
}
/* Literal.String.Heredoc */
.highlight .si {
  color: #4e9a06;
}
/* Literal.String.Interpol */
.highlight .sx {
  color: #4e9a06;
}
/* Literal.String.Other */
.highlight .sr {
  color: #4e9a06;
}
/* Literal.String.Regex */
.highlight .s1 {
  color: #4e9a06;
}
/* Literal.String.Single */
.highlight .ss {
  color: #4e9a06;
}
/* Literal.String.Symbol */
.highlight .bp {
  color: #3465a4;
}
/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #000000;
}
/* Name.Variable.Class */
.highlight .vg {
  color: #000000;
}
/* Name.Variable.Global */
.highlight .vi {
  color: #000000;
}
/* Name.Variable.Instance */
.highlight .il {
  color: #0000cf;
  font-weight: bold;
}
/* Literal.Number.Integer.Long */
@font-face {
  font-family: 'FontAwesome';
  src: url('/http/www.jarrodctaylor.com/css/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('/http/www.jarrodctaylor.com/css/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/http/www.jarrodctaylor.com/css/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/http/www.jarrodctaylor.com/css/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/http/www.jarrodctaylor.com/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
.icon-2x {
  font-size: 2em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.icon-github:before {
  content: "\f09b";
}
.icon-twitter:before {
  content: "\f099";
}
#footer {
  margin-top: 50px;
  border-top: 1px solid #f5f5f5;
}
#footer section.meta {
  padding: 30px;
  color: #EEE;
  text-align: center;
}
#footer section.meta a {
  font-size: 0.8em;
  color: #555;
  text-decoration: none;
  transition: color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in;
}
#footer section.meta a:hover {
  color: #307ea9;
}
#footer i.icon {
  display: block;
  margin: auto;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before {
  content: '';
  display: table;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
code,
pre {
  font-family: monospace;
  font-size: 1em;
}
code {
  background-color: #f9f2f4;
  border-radius: 4px;
  color: #c7254e;
  font-size: 90%;
  padding: 2px 4px;
}
pre {
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 10px;
  word-break: break-all;
}
pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
.highlight {
  margin: 10px -10px;
  background-color: #F9F9F9;
  font-size: 16px;
  overflow: hidden;
  text-shadow: none;
  color: #111;
  box-shadow: 0px 0px 3px rgba(158, 158, 158, 0.45) inset;
  border-radius: 5px;
}
.highlight pre {
  margin: 0px;
  background: none;
}
.hightlight code {
  float: left;
}
.highlight:hover {
  overflow: auto;
}
