@import url(http://fonts.googleapis.com/css?family=Advent+Pro);
@import url(http://fonts.googleapis.com/css?family=Oxygen);
/* Partials */
/* Theme Vars */
/* Compass Vars */
/* Override some defaults */
html, body {
  background-color: #2a2a2a;
  background: url(../images/bgs/body.png) repeat; }

body {
  color: #bbb;
  text-shadow: 1px 1px 1px #000;
  height: 100%;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  color: #999;
  text-rendering: optimizelegibility;
  font-family: 'Advent Pro', sans-serif;
  /*font-family: 'Pontano Sans', sans-serif;*/ }

a {
  color: #4cb4e8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #d4edf9;
    text-decoration: none; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  color: #999999; }

h1, h2 {
  margin: 0 0 15px; }

h1, h1 code {
  font-size: 40px; }

h2, h2 code {
  font-size: 30px; }

pre, code {
  color: #ccc; }

pre code, h1 code, h2 code {
  /* Reset box-shadow for pygments */
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

hr {
  border: none;
  background: rgba(0, 0, 0, 0.7);
  height: 1px; }

/* Layout */
.navbar {
  margin-bottom: 0; }
  .navbar div.navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .navbar div.navbar-inner a.brand {
      padding: 10px 20px; }
    .navbar div.navbar-inner ul.nav:first-child li a {
      padding: 12px 10px 8px; }

.container > footer {
  margin-top: 20px;
  clear: both; }

.container > footer p {
  text-align: center;
  /* center align it with the container */ }

/* Content */
.content {
  /* when there's no page-header */
  /* Wide column content */ }
  .content img {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); }
  .content.no-header {
    padding-top: 40px; }
  .content div.row div.span8 > img {
    display: block;
    margin: 10px auto; }
  .content div.row div.span4 h4 {
    margin-top: 10px; }
    .content div.row div.span4 h4:first {
      margin-top: 0; }
  .content p {
    padding-bottom: 15px;
    line-height: 25px;
    margin: 0; }

/* Page header tweaks */
.page-header {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  background: #202020;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 20px 20px 10px;
  margin: 0px -20px 20px;
  z-index: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  .page-header h1 {
    color: #eee;
    margin-bottom: 0; }

.topbar .btn {
  border: 0; }

/* Pagination */
div.pagination li a {
  -webkit-box-shadow: 0px 1px 1px black;
  -moz-box-shadow: 0px 1px 1px black;
  box-shadow: 0px 1px 1px black; }

/* Buttons */
a.btn, a.btn.disabled {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 2px #000;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 1px 0, rgba(255, 255, 255, 0.5) 0 1px 1px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset; }
  a.btn:hover, a.btn.disabled:hover {
    background: rgba(255, 255, 255, 0.05); }
  a.btn.disabled, a.btn.disabled.disabled {
    color: rgba(255, 255, 255, 0.3); }

/* Tags */
.tag_box {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  overflow: hidden; }
  .tag_box.inline li {
    float: left; }
  .tag_box li {
    line-height: 28px; }
  .tag_box a.active {
    background: #57A957;
    border: 1px solid #4C964D;
    color: #FFF; }
  .tag_box a span {
    vertical-align: super;
    font-size: 0.8em; }

.tag_box.inline a,
.tag_box a {
  padding: 3px 6px;
  margin: 2px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 3px;
  text-decoration: none;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 1px 0, rgba(255, 255, 255, 0.5) 0 1px 1px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset; }
  .tag_box.inline a:hover,
  .tag_box a:hover {
    background: rgba(255, 255, 255, 0.3); }

/* Page-specific */
div.content div#page-index {
  padding-top: 30px !important; }

/* Zocial Overrides */
.navbar a.zocial {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.zocial.googleplus:focus,
.zocial.googleplus:hover {
  color: #e01d30 !important; }

.zocial.twitter:focus,
.zocial.twitter:hover {
  color: #46c0fb !important; }

.zocial.linkedin:focus,
.zocial.linkedin:hover {
  color: #50a1cb !important; }

.zocial.rss:focus,
.zocial.rss:hover {
  color: #fb9d3a !important; }

/* Responsive Overrides */
@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px; }

  div.container {
    padding: 0px 20px; }
    div.container div.page-header {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; } }
/* Posts */
article.post header {
  margin-bottom: 10px; }
  article.post header h1, article.post header h2 {
    margin: 0; }
  article.post header .category {
    display: inline-block;
    color: white;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 6px;
    margin-left: 3px; }

div.posts article div.date {
  font-size: 10px;
  padding: 10px 0; }
  div.posts article div.date time {
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
    background: #202020;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px; }

/* This is for your Custom Content. */
html, body {
  background: url(../media/bgs/body.png) repeat; }

strong {
  color: #d8d8d8; }

.content p, .content li {
  line-height: 25px; }
.content p {
  padding-top: 5px;
  padding-bottom: 5px; }
.content ol ol {
  list-style: lower-roman; }

a.btn:hover, a.btn.disabled:hover {
  color: white; }

.post > .title::before {
  content: "> "; }

.post > .title {
  padding-bottom: 5px; }

.post {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  background: #2d2d2d;
  background-color: rgba(13, 13, 13, 0.3);
  border: none;
  padding: 10px 20px 10px;
  margin: 0px -20px 20px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.post:first-child {
  margin-top: 20px; }

.page-header + div .post:first-child {
  margin-top: 0px; }

ul, ol {
  margin-bottom: 0px; }

h1, h2 {
  margin-top: 15px; }

h1:first-child, h2:first-child {
  margin-top: 0px; }

.pagination-centered-wrapper {
  text-align: center; }

.pagination-centered-wrapper .pagination-centered {
  display: inline-block;
  margin: 0px; }

pre.prettyprint {
  margin-top: 18px; }

.tag_box_container {
  padding: 10px 0; }

.tag_box_container_empty {
  display: none; }

.zocial.github:focus,
.zocial.github:hover {
  color: #46c0fb !important; }

.zocial.github, .zocial.twitter, .zocial.linkedin, .zocial.rss {
  background-color: #050505;
  padding: 0px !important;
  margin: 4px 5px 4px !important; }

.navbar-inner {
  background-color: #1c1c1c;
  background: url(../media/bgs/navbar.png) repeat; }

.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
  background-color: #131313;
  background: url(../media/bgs/body.png) repeat;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset; }

a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

pre {
  font-size: 12px; }

table {
  margin: 15px 0; }

th, td {
  border: solid 1px;
  padding: 6px 13px; }
