/* line 1, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
::selection, ::-moz-selection {
  background: #FFFFC0;
  color: #424242; }

/* line 6, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
* {
  outline: none; }

/* line 10, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
body {
  font-family: "open sans", sans-serif;
  margin: 0;
  padding: 0 0 100px 0; }
  /* line 15, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  body .container {
    margin-left: 100px; }

/* line 21, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.navbar.navbar-visitor {
  background: #414755;
  /* Old browsers */
  background: -moz-linear-gradient(top, #414755 0%, #2e323d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414755), color-stop(100%, #2e323d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414755 0%, #2e323d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414755 0%, #2e323d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414755 0%, #2e323d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414755 0%, #2e323d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414755', endColorstr='#2e323d',GradientType=0 );
  /* IE6-9 */
  border-radius: 0;
  margin-bottom: 0;
  padding: 1px 10px;
  border-bottom: 1px solid #101010;
  color: white; }
  /* line 40, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .navbar.navbar-visitor .navbar-brand {
    color: white;
    padding: 0; }
  /* line 45, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .navbar.navbar-visitor ul.nav li a {
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
    font-size: 14px;
    margin-top: 0;
    padding: 15px;
    transition: opacity 200ms ease; }
    /* line 55, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .navbar.navbar-visitor ul.nav li a:hover {
      opacity: 1;
      background: transparent; }

/* line 62, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.feature-box {
  background: #3B4354;
  color: white;
  padding: 60px 0;
  margin-bottom: 30px; }
  /* line 68, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .feature-box h1 {
    font-size: 36px;
    font-weight: bold; }
    /* line 72, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .feature-box h1 a {
      color: white;
      text-decoration: none; }
  /* line 78, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .feature-box .subheader {
    font-size: 16px; }
    /* line 81, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .feature-box .subheader a {
      color: white;
      text-decoration: underline; }

/* line 88, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.post-index .post {
  margin-bottom: 40px; }

/* line 92, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.post {
  font-size: 18px;
  line-height: 1.4; }
  /* line 96, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .post header h2 {
    font-size: 32px;
    font-family: "open sans", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 15px; }
    /* line 105, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .post header h2 a {
      color: black;
      text-decoration: none; }
      /* line 109, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
      .post header h2 a:hover {
        color: #333; }
  /* line 116, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .post .post-content code {
    font-size: 14px; }
  /* line 120, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .post .post-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0 15px; }

/* line 128, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.social-buttons {
  position: absolute;
  top: 185px; }
  /* line 132, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .social-buttons .inner-buttons {
    position: fixed;
    top: 320px;
    left: 2%; }

/* line 139, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.hll {
  background-color: #ffffcc; }

/* line 140, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.c {
  color: #999988;
  font-style: italic; }

/* Comment */
/* line 141, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
/* line 142, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.k {
  color: #000000;
  font-weight: bold; }

/* Keyword */
/* line 143, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.o {
  color: #000000;
  font-weight: bold; }

/* Operator */
/* line 144, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
/* line 145, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.cp {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Preproc */
/* line 146, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
/* line 147, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
/* line 148, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
/* line 149, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.ge {
  color: #000000;
  font-style: italic; }

/* Generic.Emph */
/* line 150, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.gr {
  color: #aa0000; }

/* Generic.Error */
/* line 151, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.gh {
  color: #999999; }

/* Generic.Heading */
/* line 152, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
/* line 153, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.go {
  color: #888888; }

/* Generic.Output */
/* line 154, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.gp {
  color: #555555; }

/* Generic.Prompt */
/* line 155, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.gs {
  font-weight: bold; }

/* Generic.Strong */
/* line 156, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.gu {
  color: #aaaaaa; }

/* Generic.Subheading */
/* line 157, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.gt {
  color: #aa0000; }

/* Generic.Traceback */
/* line 158, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.kc {
  color: #000000;
  font-weight: bold; }

/* Keyword.Constant */
/* line 159, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.kd {
  color: #000000;
  font-weight: bold; }

/* Keyword.Declaration */
/* line 160, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.kn {
  color: #000000;
  font-weight: bold; }

/* Keyword.Namespace */
/* line 161, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.kp {
  color: #000000;
  font-weight: bold; }

/* Keyword.Pseudo */
/* line 162, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.kr {
  color: #000000;
  font-weight: bold; }

/* Keyword.Reserved */
/* line 163, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
/* line 164, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.m {
  color: #009999; }

/* Literal.Number */
/* line 165, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.s {
  color: #d01040; }

/* Literal.String */
/* line 166, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.na {
  color: #008080; }

/* Name.Attribute */
/* line 167, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.nb {
  color: #0086B3; }

/* Name.Builtin */
/* line 168, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
/* line 169, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.no {
  color: #008080; }

/* Name.Constant */
/* line 170, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.nd {
  color: #3c5d5d;
  font-weight: bold; }

/* Name.Decorator */
/* line 171, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.ni {
  color: #800080; }

/* Name.Entity */
/* line 172, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
/* line 173, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
/* line 174, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.nl {
  color: #990000;
  font-weight: bold; }

/* Name.Label */
/* line 175, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.nn {
  color: #555555; }

/* Name.Namespace */
/* line 176, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.nt {
  color: #000080; }

/* Name.Tag */
/* line 177, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.nv {
  color: #008080; }

/* Name.Variable */
/* line 178, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.ow {
  color: #000000;
  font-weight: bold; }

/* Operator.Word */
/* line 179, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
/* line 180, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.mf {
  color: #009999; }

/* Literal.Number.Float */
/* line 181, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.mh {
  color: #009999; }

/* Literal.Number.Hex */
/* line 182, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.mi {
  color: #009999; }

/* Literal.Number.Integer */
/* line 183, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.mo {
  color: #009999; }

/* Literal.Number.Oct */
/* line 184, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.sb {
  color: #d01040; }

/* Literal.String.Backtick */
/* line 185, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.sc {
  color: #d01040; }

/* Literal.String.Char */
/* line 186, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.sd {
  color: #d01040; }

/* Literal.String.Doc */
/* line 187, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.s2 {
  color: #d01040; }

/* Literal.String.Double */
/* line 188, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.se {
  color: #d01040; }

/* Literal.String.Escape */
/* line 189, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.sh {
  color: #d01040; }

/* Literal.String.Heredoc */
/* line 190, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.si {
  color: #d01040; }

/* Literal.String.Interpol */
/* line 191, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.sx {
  color: #d01040; }

/* Literal.String.Other */
/* line 192, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.sr {
  color: #009926; }

/* Literal.String.Regex */
/* line 193, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.s1 {
  color: #d01040; }

/* Literal.String.Single */
/* line 194, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.ss {
  color: #990073; }

/* Literal.String.Symbol */
/* line 195, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.bp {
  color: #999999; }

/* Name.Builtin.Pseudo */
/* line 196, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.vc {
  color: #008080; }

/* Name.Variable.Class */
/* line 197, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.vg {
  color: #008080; }

/* Name.Variable.Global */
/* line 198, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.vi {
  color: #008080; }

/* Name.Variable.Instance */
/* line 199, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.il {
  color: #009999; }

/* Literal.Number.Integer.Long */
/* line 201, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.call-to-action {
  text-align: center; }
  /* line 204, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .call-to-action a {
    display: inline-block;
    padding: 8px 10px 10px;
    background: #EB374B;
    color: #FFF;
    border-radius: 4px;
    font-size: 16px;
    overflow: hidden; }
    /* line 213, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .call-to-action a:hover {
      text-decoration: none;
      opacity: 0.7; }
    /* line 218, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .call-to-action a img {
      float: left; }
    /* line 222, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .call-to-action a span {
      float: left;
      margin-top: 2px; }
