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

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

/* line 11, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
body {
  font-family: "open sans", sans-serif;
  margin: 0;
  padding: 0 0 100px 0; }
  /* line 16, /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 54, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .navbar.navbar-visitor .navbar-brand {
    color: white;
    padding: 0; }
  /* line 59, /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 69, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .navbar.navbar-visitor ul.nav li a:hover {
      opacity: 1;
      background: transparent; }

/* line 76, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.feature-box {
  background: #3b4354;
  color: white;
  padding: 60px 0;
  margin-bottom: 30px; }
  /* line 82, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .feature-box h1 {
    font-size: 36px;
    font-weight: bold; }
    /* line 86, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .feature-box h1 a {
      color: white;
      text-decoration: none; }
  /* line 92, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .feature-box .subheader {
    font-size: 16px; }
    /* line 95, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .feature-box .subheader a {
      color: white;
      text-decoration: underline; }

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

/* line 106, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.post {
  font-size: 18px;
  line-height: 1.4; }
  /* line 110, /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 119, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .post header h2 a {
      color: black;
      text-decoration: none; }
      /* line 123, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
      .post header h2 a:hover {
        color: #333; }
  /* line 130, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .post .post-content code {
    font-size: 14px; }
  /* line 134, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
  .post .post-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Literal.Number.Integer.Long */
/* line 362, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.call-to-action {
  text-align: center; }
  /* line 365, /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 374, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .call-to-action a:hover {
      text-decoration: none;
      opacity: 0.7; }
    /* line 379, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .call-to-action a img {
      float: left; }
    /* line 383, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
    .call-to-action a span {
      float: left;
      margin-top: 2px; }

/* line 390, /Users/elon/Code/trackets-blog/source/stylesheets/application.scss */
.right-panel-box {
  text-align: center; }
