#sidebar, .post-tags, .post-meta, .sharethis {
  font-family: "proxima-nova-condensed", Tahoma, Arial, sans-serif; }

.tags-ul, .post-tags ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none; }

.no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.clearfix, .post-tags ul {
  display: inline-block; }
  .clearfix:after, .post-tags ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  html[xmlns] .clearfix, html[xmlns] .post-tags ul, .post-tags html[xmlns] ul {
    display: block; }
  * html .clearfix, * html .post-tags ul, .post-tags * html ul {
    height: 1%; }

.post-preview figure img,
.post figure img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto !important; }
  .ie8 .post-preview figure img, .post-preview figure .ie8 img,
  .ie8 .post figure img,
  .post figure .ie8 img, .ie8 .post-preview figure img, .post-preview figure .ie8 img,
  .ie8 .post figure img,
  .post figure .ie8 img {
    width: auto !important;
    height: auto !important; }
  .post-preview figure img.borderless,
  .post figure img.borderless, .post-preview figure img.borderless,
  .post figure img.borderless {
    max-width: 100%;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }

#sidebar {
  color: #C5C1BB;
  margin-left: -260px;
  width: 220px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  float: left; }
  #sidebar a {
    color: #C5C1BB; }
    #sidebar a:hover {
      color: #FEDE94; }
  #sidebar .follow-widget {
    color: #8B8D7F; }
    #sidebar .follow-widget ul:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 24px;
      height: 24px;
      left: 0px;
      background: url(/static/images/sprites.png);
      background-repeat: no-repeat;
      background-position: -24px -72px; }
    #sidebar .follow-widget ul.github:before {
      background-position: 0px -72px; }
    #sidebar .follow-widget ul li {
      float: left;
      height: 28px; }
  #sidebar .follow-widget {
    font-size: 15px; }
    #sidebar .follow-widget ul {
      position: relative;
      padding-left: 34px !important;
      line-height: 24px;
      height: 24px;
      margin: 0px 0; }
      #sidebar .follow-widget ul li {
        float: left;
        margin: 0 5px 0px 0px; }
  #sidebar .widget-body {
    padding: 10px 0px; }
  #sidebar .widget-head {
    padding: 0;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin: 0; }
    #sidebar .widget-head h4 {
      color: #FFF;
      font-size: 24px;
      line-height: 32px;
      padding: 0px;
      margin: 0px;
      height: 24px;
      font-weight: 300;
      text-align: left; }
  #sidebar aside.block {
    margin: 0 0 20px 0;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #sidebar aside ul {
    max-width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }
    #sidebar aside ul li {
      overflow: hidden; }

.twitter-block {
  margin-bottom: 10px; }

.tags-ul {
  text-shadow: none; }

.linkout {
  background: url(/static/images/linkout.png) no-repeat right top;
  padding-right: 20px; }

#tag-descr {
  padding: 0px; }
  #tag-descr strong {
    color: #222; }

#tag-spacer {
  display: block;
  height: 10px;
  margin: 10px 0px; }

.post-image {
  display: block;
  margin: 0 0 40px 40px;
  float: right; }
  .post-image img {
    max-width: 200px; }

.post-image img {
  border: 0px solid #eee; }

.post-block,
.post-preview {
  padding-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  clear: both; }
  .post-block header h2,
  .post-preview header h2 {
    text-align: left; }
  .post-block header .post-author,
  .post-preview header .post-author {
    color: #C5C1BB; }

.post-preview {
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 20px; }

.post {
  margin: 20px 0; }
  .post img,
  .post figure img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%; }
  .post .post-image img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.comment-author {
  font-size: 13px;
  clear: both;
  margin: 10px 0;
  padding: 10px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #DDD7D6; }

.noscript-msg,
.comment {
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }

.post-nav {
  width: 100%;
  line-height: 150%;
  clear: both;
  margin: 20px 0;
  text-shadow: none; }
  .post-nav a {
    display: inline-block;
    padding: 0px;
    color: #FEDE94;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .post-nav a:hover {
      color: #FFFFFF;
      text-decoration: none; }
  .post-nav .post-prev {
    text-align: left;
    float: right;
    margin: 0 0 0 10px; }
  .post-nav .post-next {
    text-align: left;
    float: left;
    margin: 0 10px 0 0; }

.post {
  font-weight: 300; }
  .post p a {
    text-decoration: none;
    font-weight: 700; }
    .post p a:hover {
      text-decoration: none; }

.post-tags {
  clear: both;
  margin: 0;
  padding: 0px;
  width: 100%;
  border: none;
  color: #888; }
  .post-tags i {
    color: #FEDE94; }
  .post-tags a {
    border: none;
    color: #C5C1BB; }
    .post-tags a:hover {
      color: #FFF;
      text-decoration: none; }
  .post-tags ul {
    display: block;
    padding: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding-left: 0px; }
    .post-tags ul li {
      float: left;
      height: 28px;
      line-height: 28px;
      padding: 0 6px 0 0; }
      .post-tags ul li.nospacer {
        padding: 0;
        clear: both;
        margin-right: 10px; }
      .post-tags ul li.spacer {
        display: none;
        margin-left: 10px;
        margin-right: 10px;
        color: #888; }

.comment-author {
  text-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #777; }

.post-meta {
  display: block;
  color: #C5C1BB;
  font-size: 13px; }
  .post-meta .post-date {
    font-weight: 400;
    color: #C5C1BB; }

/*------------------------------------------------------------------ 
                            Post Comments
  ------------------------------------------------------------------*/
.comment-block {
  width: 100%;
  float: left;
  margin: 0px 0 20px 0px; }

.comments-list {
  margin: 10px 0 0 0; }

.noscript-msg {
  font-weight: 700;
  font-style: italic;
  border: 1px solid #DDD7D6;
  padding: 2px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .noscript-msg a {
    padding: 1px 0; }
    .noscript-msg a:hover {
      padding: 1px 0;
      text-decoration: none;
      border-bottom: 1px solid #223; }

.comment-date,
.comment-meta {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  filter: alpha(opacity=60);
  /* ie */
  -khtml-opacity: 0.6;
  /* webkit */
  -moz-opacity: 0.6;
  /* gecko */
  opacity: 0.6;
  /* standard */ }

.comment-date {
  margin: 10px 0; }

.comment {
  padding: 0pxx;
  margin: 20px  0px;
  border: 1px solid #DDD7D6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.comment-author {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 0px solid #FCFBF4;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.comment-body {
  margin: 1em; }

.sharethis {
  float: left;
  font-size: 14px;
  line-height: 15px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  color: #EEE;
  font-weight: 700; }

#share-block {
  margin-bottom: 20px;
  float: right; }

.addthis_toolbox {
  float: right;
  vertical-align: bottom;
  text-align: right;
  min-width: 150px;
  padding-top: 5px !important;
  margin: 0; }

h2.comment-title {
  line-height: 100%;
  margin: 10px 0;
  padding: 0 0 10px 0;
  text-align: center; }

/*# sourceMappingURL=blog.css.map */
