/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/static/themes-base/blog.css);
@import url(/static/themes/minimalist-red/screen.css);
/* end StyleCatcher imports */

body {
  font: normal normal normal 15px/1.5 "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

blockquote {
  border-left: 4px solid grey;
  padding-left: 4px;
}

#linkedin-profile {
  background: url(http://www.linkedin.com/img/webpromo/btn_in_20x15.png) top left no-repeat;
  padding: 0px 0px 5px 20px;
  height: 15px;
  display: block;
}

#facebook-profile {
  background: url(/images/facebook.png) top left no-repeat;
  padding: 2px 0px 5px 20px;
}

#github-profile {
  display: block;
  background: url(/images/github_icon.png) top left no-repeat;
  padding: 2px 0px 5px 20px;
}

#google-profile {
  background: url(/images/google_plus.png) top left no-repeat;
  padding: 2px 0px 5px 20px;
  display: block;
  margin-top: 9px;
}

.asset-adsense {
  float: right;
  margin: 0 0 1em 2em;
}

.syntaxhighlighter {
  clear: both;
}

#cse-search-box input[type='text'] {
  width: 155px;
  margin-bottom: .5em; 
}
