@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    font-size: 16px;
    font-family: 'Roboto', san-serif;
    font-weight: 300;
    padding-top: 70px;
    background: #fff;
    line-height: 1.4;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: Roboto Slab;
    font-weight: normal;
    color: #333;
}

.sidebar-module {
   padding: 30px;
   margin: 0 -15px 15px;
   border-radius: 4px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.blog-entry {
    margin-bottom: 20px;
    background: #fefefe;
    padding: 15px;
}

.blog-entry h1 {
    margin-top: 0px;
    padding: 0px;
    color: #337ab7;
}

.blog-entry blockquote {
    font-size: 14px;
}

.blog-footer {
  padding: 10px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}

img {
    padding: 10px;
}

tt {
    font-family: 'Roboto Mono';
    word-wrap: break-word;
    color: #555;
}
