/* Reset
------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

mark {
  background-color: #FF9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #D5D5D5;
  cursor: help;
}

/* Global Styles
============================== */
body {
  background-color: #FFF;
  color: #333;
  font: normal 1em/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a:link {
  color: #007DCC;
}

a:visited {
  color: #004775;
}

a:hover,
a:active {
  color: #000;
}

h2.picto {
  font-family: "Rockwell W01", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

hr {
  clear: both;
  height: 1px;
  margin: 40px 0;
  border-top: 1px solid #EEE;
  background-color: transparent;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

/* Misc
------------------------------ */
.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

.loud {
  color: #333;
  font-weight: bold;
}

.mark {
  margin: 0 .25em;
  border-radius: 2px;
  padding: .15em .4em;
  background-color: #E5E5E5;
  color: #333;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Hiring */
p#hiring {
  margin: 0;
}
p#hiring a {
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  width: 107px;
  height: 73px;
  background: url('../images/landing/hiring.png?1411745706') no-repeat 0 0;
  text-indent: -9999em;
}

/* Tooltips */
.help-tooltip {
  display: inline-block;
  width: 1.3em;
  margin-left: .4em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #AAA;
  padding: 1px;
  color: #AAA;
  line-height: 1.3em;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  cursor: help;
  vertical-align: .1em;
}
.help-tooltip:hover {
  border-color: #007DCC;
  background-color: #007DCC;
  color: #FFF;
}

.tooltip {
  position: absolute;
  max-width: 180px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: .4em .75em;
  background-color: rgba(0, 0, 0, 0.85);
  color: #F9F9F9;
  font-size: 11px;
  line-height: 1.4;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 65000;
}
.no-rgba .tooltip {
  background-color: #262626;
}

/* Check list
------------------------------ */
ul.checks li {
  margin: .5em 0 .25em;
  padding-left: 20px;
  background: url('../images/landing/i-checkmark.png?1411745706') no-repeat 0 5px;
  text-align: left;
  list-style: none;
}

/* Screenshots
------------------------------ */
.screenshot {
  width: 679px;
  margin: 25px auto 0;
  padding: 0 2px 2px 2px;
  background-color: #F5F5F5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.screenshot ul {
  margin: 0;
  padding: 5px 0 5px 15px;
  text-align: left;
}
.screenshot ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E0E0E0;
  list-style: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.screenshot img {
  display: block;
  width: 100%;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* Buttons
------------------------------ */
.btn-blue {
  display: inline-block;
  padding: 1em 4em;
  background-color: #007DCC;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-blue:hover {
  background-color: #006EB3;
}
.btn-blue span {
  display: block;
  margin-top: .3em;
  font-size: .75em;
  color: #99cbea;
}

.btn-green {
  display: inline-block;
  padding: 1em 4em;
  border: #5CCC99;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-green:hover {
  background-color: #006EB3;
}

/* Forms
================================================= */
.customers {
  margin-top: 40px;
}
.customers h3 {
  margin: 0 0 1em;
  text-align: center;
  font: normal 1em "Rockwell W01", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #847516;
  -webkit-font-smoothing: antialiased;
}
.customers ul {
  margin: 0;
  padding: 0;
}
.customers ul li {
  display: inline-block;
  width: 150px;
  list-style: none;
}
.customers ul span {
  display: block;
  height: 40px;
  margin: 15px auto;
  background-image: url('../images/landing/customers-promo.png?1437691260');
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999em;
}
.customers .customer-ikea {
  width: 86px;
  background-position: 0 0;
}
.customers .customer-litmus {
  width: 99px;
  background-position: -86px 0;
}
.customers .customer-desk {
  width: 72px;
  background-position: -186px 0;
}
.customers .customer-minecraft {
  width: 106px;
  background-position: -259px 0;
}
.customers .customer-livestream {
  width: 101px;
  background-position: -365px 0;
}
.customers .customer-unicef {
  width: 78px;
  background-position: -466px 0;
}

.customers--minimal {
  margin: 0;
}
.customers--minimal ul span {
  background-image: url('../images/landing/customers-gray.svg?1437691260');
}
.customers--minimal .customer-ikea {
  width: 95px;
  background-position: 0 0;
}
.customers--minimal .customer-bonobos {
  width: 127px;
  background-position: -97px 0;
}
.customers--minimal .customer-desk {
  width: 80px;
  background-position: -224px 0;
}
.customers--minimal .customer-minecraft {
  width: 120px;
  background-position: -304px 0;
}

/* Olark
============================== */
#habla_window_state_div .hbl_pal_main_font_family {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}
#habla_window_state_div .hbl_pal_header_font_size {
  font-size: 12px !important;
}
#habla_window_state_div .hbl_pal_main_font_size {
  font-size: 13px !important;
}
#habla_window_state_div .hbl_txt_wrapper {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#habla_window_state_div .hbl_txt_wrapper textarea {
  resize: none;
}
#habla_window_state_div .hbl_txt_wrapper textarea:focus {
  outline: none !important;
}
#habla_window_state_div.olrk-state-compressed #habla_window_div.hbl_pal_main_width {
  width: auto !important;
}
#habla_window_state_div.olrk-state-compressed #habla_both_div {
  border-bottom: 0 !important;
  white-space: nowrap !important;
}
#habla_window_state_div.olrk-state-compressed .hbl_pal_main_bg {
  background: #303030 none !important;
}
#habla_window_state_div.olrk-state-compressed #habla_oplink_a {
  color: #FFF !important;
}
#habla_window_state_div.olrk-state-compressed #habla_sizebutton_a {
  margin-left: 33px !important;
}
#habla_window_state_div #habla_window_div {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
#habla_window_state_div #habla_panel_div {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
#habla_window_state_div #habla_both_div {
  border-bottom: 1px solid #555 !important;
}
#habla_window_state_div #habla_topbar_div {
  padding: 12px !important;
}
#habla_window_state_div #habla_oplink_a {
  color: #AAA !important;
}
#habla_window_state_div .habla_button {
  opacity: .6;
}
#habla_window_state_div .habla_button:hover {
  opacity: 1;
  background-color: transparent !important;
}
#habla_window_state_div #habla_middle_wrapper_div {
  border-bottom: 1px solid #555 !important;
}
#habla_window_state_div #habla_conversation_div {
  padding: 12px !important;
}
#habla_window_state_div #habla_conversation_div .habla_conversation_p_item {
  margin-bottom: .75em !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
  line-height: 1.4 !important;
}
#habla_window_state_div #habla_conversation_div .olrk_avatar {
  border: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 2px #000;
  -webkit-box-shadow: 0 2px 2px #000;
  box-shadow: 0 2px 2px #000;
}
#habla_window_state_div #habla_conversation_div .hbl_pal_remote_fg {
  color: #ffeb66 !important;
  font-weight: bold !important;
  font-size: 12px !important;
}
#habla_window_state_div #habla_conversation_div .hbl_pal_local_fg {
  color: #CCC !important;
  font-weight: bold !important;
}
#habla_window_state_div #habla_chatform_form .hbl_txt_wrapper {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background: #333 none !important;
}
#habla_window_state_div #habla_chatform_form .hbl_txt_wrapper textarea {
  width: 276px !important;
  padding: 12px !important;
  line-height: 1.4 !important;
}
#habla_window_state_div #habla_chatform_form .hbl_txt_wrapper textarea:focus {
  background-color: #3F3F3F !important;
}
#habla_window_state_div #habla_pre_chat_div {
  padding: 12px !important;
}
#habla_window_state_div #habla_pre_chat_div #habla_pre_chat_span {
  display: block !important;
  padding-top: .25em !important;
  padding-bottom: .75em !important;
  line-height: 1.4 !important;
}
#habla_window_state_div #habla_pre_chat_div .hbl_txt_wrapper {
  border: 0 !important;
  padding: 0 !important;
}
#habla_window_state_div #habla_pre_chat_div .hbl_txt_wrapper textarea {
  width: 266px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #555 !important;
  padding: 4px !important;
  resize: none;
}
#habla_window_state_div #habla_pre_chat_div .hbl_txt_wrapper textarea:focus {
  border-color: #666 !important;
  background-color: #292929 !important;
  outline: none !important;
}
#habla_window_state_div #habla_pre_chat_div .hbl_pal_offline_submit_bg {
  background-color: #FFDE00 !important;
  color: #333 !important;
}
#habla_window_state_div #habla_pre_chat_div .habla_offline_submit_input {
  float: left !important;
  margin-top: 12px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px !important;
  font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  cursor: pointer;
}
#habla_window_state_div #habla_expanded_div > div:last-child {
  display: none !important;
}

/* Header
------------------------------ */
header {
  height: 75px;
  background-color: #FFDE00;
}
header .container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
header h1 a {
  display: block;
  position: absolute;
  top: 23px;
  left: -22px;
  width: 158px;
  height: 25px;
  margin: 0;
  background: url('../images/landing/logo@2x.png?1437691260') no-repeat 0 0;
  background-size: 100%;
  color: #333;
  text-indent: -9999em;
  font-size: .8em;
  z-index: 100;
}

/* Navigation
------------------------------ */
header nav {
  width: 600px;
  margin-left: 160px;
}

header nav ul {
  padding-top: 27px;
  text-align: right;
  font-size: .9em;
}

header nav ul > li {
  display: inline;
  position: relative;
  list-style: none;
}

header nav ul > li > a,
header nav ul > li > a:link,
header nav ul > li > a:visited {
  margin: 0 .25em;
  padding: .14em .3em .25em .4em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

header nav ul > li > a:hover,
header nav ul > li > a:active {
  background-color: #E5C700;
}

header nav ul > li.active > a {
  background-color: #333;
  color: #FFDE00;
}

header nav .badge-new {
  display: inline-block;
  margin-left: .1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: .15em .4em .25em;
  background-color: #E71E17;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 1;
  font-size: .75em;
  vertical-align: .1em;
}

header nav a:visited .badge-new {
  background-color: #665E26;
  color: #FFDE00;
}

header nav li.active .badge-new {
  background-color: #FFDE00;
  color: #333;
  text-shadow: none;
}

header nav ol {
  position: absolute;
  top: -11px;
  left: 2px;
  width: 210px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  background-color: #333;
  font-size: .9em;
  text-align: left;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  z-index: 100;
}

header nav ol li {
  border-bottom: 1px solid #444;
  padding: .75em 1em;
  color: #FFF;
  list-style-type: none;
}

header nav ol li strong {
  font-size: 1.1em;
}

header nav ol li a {
  color: #FFF !important;
  text-decoration: none;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

header nav ol li a:hover {
  color: #FFDE00 !important;
}

header nav ol li a span {
  display: block;
  color: #999;
  font-size: .85em;
  font-weight: normal;
}

header nav ol li:last-child {
  border: none;
}

header nav ol li.link-chat a {
  color: #EEE;
}

header nav ol li.link-chat a:hover {
  color: #FFDE00 !important;
}

header nav ol li.link-chat.status-offline a {
  color: #999 !important;
  cursor: default;
}

header nav ol li.link-chat a em {
  margin-left: .75em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: .1em .5em;
  color: #FFF;
  font-size: .9em;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

header nav ol li.link-chat a em.sign-closed {
  background-color: #E71E17;
}

header nav ol li.link-chat a em.sign-open {
  background-color: #00D889;
}

header nav ol li.link-chat.status-offline a em.sign-open,
header nav ol li.link-chat.status-online a em.sign-closed {
  display: none;
}

/* Signup or Login */
#signup-or-login {
  position: absolute;
  top: 23px;
  right: 0;
  margin: 0;
  padding: 0;
  font: 0.9em/normal "Rockwell W01", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#signup-or-login li {
  display: inline;
}
#signup-or-login a {
  display: inline-block;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: .1em .75em .25em;
  font-weight: normal;
}
#signup-or-login li.link-signup a {
  border-color: #007DCC;
  background-color: transparent;
  color: #007DCC;
}
#signup-or-login li.link-login a {
  border-color: #333;
  background-color: #333;
  color: #FFF;
}
#signup-or-login span {
  display: inline-block;
  margin: 0 .5em;
  color: #998500;
  font-size: .7em;
  text-transform: uppercase;
}

/* Hero
------------------------------ */
.hero {
  background-color: #FFDE00;
  text-align: center;
}
.hero .container {
  position: relative;
  width: 940px;
  min-height: 450px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.hero h2 {
  padding: 60px 0;
  color: #333;
  font: normal 2em "Rockwell W01", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

/* Layout
============================== */
.page {
  font-size: .8125em;
  line-height: 1.6;
}
.page.box {
  border-bottom: 2px solid #E6E6E6;
}
.page .container {
  width: 940px;
  margin: 0 auto;
}

/* Footer
------------------------------ */
body > footer {
  margin: 0 auto;
  padding: 30px 0;
  color: #6F6F6F;
  font-size: .85em;
  background-color: #FCFCFA;
  border-top: 2px solid #EDEDED;
}
body > footer .container {
  width: 960px;
  margin: 0 auto;
}
body > footer .columns {
  padding: 0;
}
body > footer .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-right: 15px;
}
body > footer h4 {
  margin: 0 0 .5em !important;
  font: normal 1.2em "Rockwell W01", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
body > footer a {
  color: #8B8B8B !important;
  text-decoration: none;
}
body > footer a:hover {
  text-decoration: underline;
}
body > footer ul {
  margin-bottom: .5em !important;
}
body > footer ul li {
  margin: 0 0 .25em !important;
  padding: 0 !important;
  font-size: .95em;
  list-style: none;
}
body > footer .copyright {
  padding-top: 10px;
  text-align: center;
  font-size: .8em;
  color: #AFAFAF;
}
body > footer .logo-stamp {
  margin-bottom: 10px;
  width: 35px;
}
body > footer .wildbit {
  padding: 0;
  font-size: .85em;
  text-transform: uppercase;
  color: #AFAFAF;
}
body > footer .wildbit a {
  display: inline-block;
  width: 58px;
  height: 16px;
  margin: 0 0 0 .25em;
  border: 0;
  background: url('../images/landing/logo-wildbit.png?1437691260') no-repeat 0 0;
  background-size: 100%;
  text-indent: -9999em;
  vertical-align: top;
  overflow: hidden;
}
body > footer .link-signup,
body > footer .link-login {
  display: inline-block;
  width: 30%;
  padding: .25em .5em .4em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  border: 2px solid #AFAFAF;
  font: normal 1em "Rockwell W01", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body > footer .link-signup:hover,
body > footer .link-login:hover {
  text-decoration: none;
}
body > footer .link-signup:hover {
  color: #007DCC !important;
  border: 2px solid #007DCC;
}
body > footer .link-login {
  background-color: #AFAFAF;
  color: #FFF !important;
}
body > footer .link-login:hover {
  border: 2px solid #333;
  background-color: #333;
}
#error body > footer {
  border-top: none;
  background-color: #FFF;
}
#error body > footer .copyright {
  padding-top: 0;
}

/* Columns
------------------------------ */
.columns:before, .columns:after {
  content: "";
  display: table;
}
.columns:after {
  clear: both;
}

.col {
  float: left;
}
.col:first-child {
  margin-left: 0;
}
.col.pull-right {
  float: right;
}

.col-1-of-2 {
  width: 300px;
  margin-left: 60px;
}

/* Section
------------------------------ */
section.block {
  position: relative;
  padding: 70px 0;
}
section.block .container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
}
section.block .container:before, section.block .container:after {
  content: "";
  display: table;
}
section.block .container:after {
  clear: both;
}
section.block h3 {
  margin: 0 0 .5em;
  font: normal 1.8em/1.4em "Rockwell W01", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
section.block h4 {
  margin: .25em 0;
  font-size: 1.1em;
  -webkit-font-smoothing: antialiased;
}
section.block p {
  margin-bottom: 1.5em;
  color: #888;
  font-size: .9em;
  line-height: 1.7em;
}
section.block p strong {
  color: #333;
}
section.block figure img {
  display: block;
  width: 100%;
}

/* Beanstalk Link */
a.link-beanstalk,
a.link-deploybot {
  padding: 0 .4em .1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFF !important;
  font-weight: bold;
  text-decoration: none;
}

a.link-beanstalk {
  background-color: #389458;
}

a.link-deploybot {
  background-color: #665B7A;
}

/* Layout
============================== */
.page .container {
  margin: 20px auto;
  overflow: hidden;
}

.page .container #blog {
  float: left;
  width: 620px;
}

.page .container #sidebar {
  float: right;
  width: 220px;
  padding-top: 2em;
  color: #888;
  line-height: 1.6;
  font-size: .933em;
}

/* Blog
============================== */
#blog {
  color: #666;
  line-height: 1.5;
  font-size: 1.1em;
}

#blog h1 {
  margin: 1.1em 0 1.75em;
  color: #000;
  font-weight: bold;
  font-size: 1.4em;
}

#blog h2 {
  margin: 1.75em 0 .5em;
  color: #333;
  font-weight: bold;
  font-size: 1.1em;
}

#blog h3 {
  margin: 2em 0 .5em;
  color: #000;
  font-weight: bold;
  font-size: .95em;
}

#blog p {
  margin: 0 0 1em;
  text-align: justify;
}

#blog p.highlight {
  margin: 1.5em 0;
  border: 2px solid #ABD3EF;
  padding: 1.25em 1.25em 1.33em;
  font-size: 1.05em;
}

#blog ul,
#blog ol {
  margin: 0 0 1em 2.1em;
}

#blog li {
  margin-bottom: .75em;
}

#blog blockquote {
  margin: 1em 0 1em 1.5em;
  border-left: 1px solid #E5E5E5;
  padding: 0 0 0 1.5em;
  color: #888;
}

#blog img {
  margin: .5em 0;
  border: 1px solid #DDD;
  padding: 4px;
}

#blog p img.image-left {
  float: left;
  margin: .4em 20px .6em 0;
}

#blog p img.image-right {
  float: right;
  margin: .4em 0 .6em 20px;
}

#blog p img.image-center {
  display: block;
  margin: 2em auto;
}

#blog p img.no-border {
  border: 0;
  padding: 0;
}

#blog p .caption {
  display: block;
  margin: .75em 0 0;
  color: #99A;
  font-size: .85em;
}

#blog code {
  color: #333;
  font: 0.925em "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace, serif;
}

#blog pre {
  display: block;
  margin: 0 0 1.25em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1.5em;
  background-color: #F5F5F5;
  overflow: auto;
}

#blog strong {
  color: #444;
}

#blog a.more {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: .3em .6em .4em;
  background-color: #DDD;
  color: #333;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 0 #EEE;
  font-weight: bold;
  font-size: .9em;
}

#blog a.more:hover {
  background-color: #0076BF;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Articles */
#blog article {
  position: relative;
  margin: 1.5em 0 3em;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 1.5em 80px;
}

#blog article h1 {
  margin: 0 0 .4em;
}

#blog article h1 a {
  border-bottom: 1px solid #CCC;
  color: #000;
  text-decoration: none;
}

#blog article h1 a:hover {
  border-color: #AAA;
}

#blog article footer {
  margin: 0 0 1.5em;
  color: #999;
  font-size: .85em;
}

#blog article footer a {
  color: #999;
}

#blog article footer a:hover {
  color: #444;
}

#blog article footer .sep {
  margin: 0 .5em;
  color: #CCC;
}

#blog article footer time {
  position: absolute;
  top: .15em;
  left: 0;
  color: #CCC;
  text-align: center;
  font-size: 1.6em;
}

#blog article footer time .year {
  display: block;
  margin-top: -.25em;
  color: #DDD;
  font-size: 1.4em;
  font-weight: 300;
}

#blog article footer a.tag,
#tags #tagcloud a {
  display: inline-block;
  margin: 0 .25em;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: .15em .4em .2em;
  color: #999;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
}

#tags #tagcloud a {
  margin: .5em .25em;
}

#blog article footer a.tag:hover,
#tags #tagcloud a:hover {
  border-color: #CCC;
  color: #444;
}

/* Tumblr notes */
#blog ol.notes {
  margin: 4em 0 2em;
}

#blog ol.notes li {
  margin: 0 0 .75em;
  color: #888;
  list-style: none;
}

#blog ol.notes li a {
  color: #333;
}

#blog ol.notes li img.avatar {
  margin: 0 .2em 0 0;
  padding: 1px;
  vertical-align: -.4em;
}

/* Navigation */
#blog nav {
  margin: 2em 0;
}

#blog nav a {
  margin-right: .5em;
  color: #000;
}

/* Sidebar
============================== */
#sidebar fieldset,
#sidebar section {
  margin: 0 0 2.5em;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 2.5em;
}

#sidebar section h2 {
  margin: 0 0 .75em;
  color: #222;
  font-size: 1.071em;
}

#sidebar section h2 a {
  border-bottom: 1px solid #CCC;
  color: #222;
  text-decoration: none;
}

#sidebar section h2 a:hover {
  border-color: #AAA;
  color: #000;
}

#sidebar #introduction {
  color: #888;
}

#sidebar #introduction strong {
  color: #333;
}

#sidebar #subscribe {
  margin: 0 0 1.75em;
  border: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.071em;
}

#sidebar #subscribe a {
  padding-left: 20px;
  background: url('../images/blog/i-sidebar.png?1399925120') no-repeat 1px 3px;
  color: #CF312D;
}

#sidebar fieldset input[type='search'] {
  width: 190px;
  margin-right: 5px;
}

#sidebar fieldset input[type='submit'] {
  width: 13px;
  height: 13px;
  margin: 0;
  border: 0;
  padding: 0;
  background: url('../images/blog/b-search.png?1399925120') no-repeat 0 0;
  text-indent: -9999em;
  cursor: pointer;
}

#sidebar #twitter h2 {
  padding-left: 20px;
  background: url('../images/blog/i-sidebar.png?1399925120') no-repeat 0 -46px;
}

#sidebar #twitter ul {
  margin: 0;
  color: #333;
  list-style: none;
}

#sidebar #twitter ul .twitterStatus {
  display: block;
  margin: .75em 0;
}

#sidebar #twitter ul .twitterTime {
  display: block;
  color: #888;
  font-size: .95em;
}

#sidebar #help ul {
  margin: 0;
  color: #333;
  list-style: none;
}

#sidebar #help ul li {
  margin: 0 0 .33em;
  padding-left: 20px;
  background-image: url('../images/blog/i-sidebar.png?1399925120');
  background-repeat: no-repeat;
  list-style: none;
}

#sidebar #help ul li.twitter {
  background-position: 1px -48px;
}

#sidebar #help ul li.request {
  background-position: 1px -98px;
}

#sidebar #help ul li.articles {
  background-position: 1px -148px;
}

#sidebar #about {
  border: 0;
  padding: 0;
}

#sidebar #about h2 a {
  display: inline-block;
  width: 58px;
  height: 15px;
  margin: 0 0 0 .25em;
  border: 0;
  background: url('../images/blog/logo-wildbit.png?1399925120') no-repeat 0 0;
  text-indent: -9999em;
  vertical-align: -2px;
  overflow: hidden;
}

#sidebar #tags {
  border: 0;
  border-top: 1px solid #E5E5E5;
  padding: 3em 0 0;
}

#sidebar #tags #tagcloud {
  margin: 0 -.25em;
}

/* Checklists
============================== */
.checklist {
  margin: 0 0 2em !important;
  padding: 0;
}

.checklist_good,
.checklist_bad {
  list-style: none;
  margin-bottom: .5em !important;
}
.checklist_good:before,
.checklist_bad:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  vertical-align: -.35em;
}

.checklist_good:before {
  background-image: url('../images/blog/i-check-good@2x.png?1439317945');
}

.checklist_bad:before {
  background-image: url('../images/blog/i-check-bad@2x.png?1439317199');
}

/* Disqus
============================== */
#dsq-global-toolbar,
#dsq-content .dsq-options,
#dsq-content .dsq-sharing-options,
#dsq-pagination {
  display: none !important;
}

#disqus_thread {
  margin: 4.5em 0 3em !important;
}

#dsq-content h3 {
  margin: 1.1em 0 1em !important;
  color: #333 !important;
  font: bold 1.4em 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

#dsq-new-post {
  margin: 3em 0 0 -80px !important;
  border-top: 1px solid #E5E5E5 !important;
  padding: 1.5em 0 0 80px !important;
}

.dsq-login-buttons {
  background: transparent none !important;
}

#dsq-content .dsq-request-user-logout {
  margin-top: .45em !important;
}

#dsq-content .dsq-request-user-name small {
  font-size: .85em !important;
}
