a.img.round-image {
    border-radius: 4px;
    height: 200px;
}

#left {
    position: fixed;
    background: #1874CD;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
}

body {
    padding-left: 30px;
    padding-right:30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font: 1.1em "Open Sans", sans-serif;
    line-height: 1.6em;
    max-width: 1000px;
}

a {
    color:  #1874CD;
    text-decoration: none;
}

a:visited {
    color: slategray;
}

.listing {
    list-style:none; 
    line-height: 1.6em;
}

#nav > li {
    display: inline-block;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 0.8em;
}

#blog_title {
    cursor: default;
}

.post-title {
    cursor: default;
    color:  #1874CD;
}

.footer {
    text-transform: uppercase;
    font-size: 0.6em;
    line-height: 1.3em;
}

.center-block {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

code: {
    font-size:80px;
}
