body{
  font-family: Georgia, serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a{
  color: #1b8be0;
  text-decoration: none;
}
a:hover {
    color: #cc6633;
}
hr{
  border: 0;
  height: 1px;
  background-color: #ccc;
  margin: 2em 1em;
}
.content{
  margin-left: 220px;
  width: 650px;
  margin-bottom: 50px;
}
.related{
  margin-top: 10px;
}
.related ul{
  margin: 0;
  padding: 0;
}
.related li{
  font-size: 16px;
  font-family: 'Rosario', sans-serif;
  list-style: none;
  padding: 5px 0px;
  margin: 0;
  color: #777;
  border-bottom: 1px solid #eee;
}
.related li span{
  float: right;
}
h1,h2,h3,h4{
  color: #333;
  font-family: 'Voltaire', sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}
h1 a, h2 a, h3 a, h4 a{
  color: #1b8be0;
  text-decoration: none;
}
h1{
  font-size: 36px;
  margin-top: 18px;
  margin-bottom: .15em;
}
h2{
  font-size: 30px;
  margin-bottom: 15px;
}
h3{
  color: #777;
  font-size: 25px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#header{
  position: fixed;
  left: 20px;
  top: 20px;
  width: 80px;
  font-family: Helvetica, sans-serif;
}
#header .avatar{
  border: 0px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px #555;
}
#header a{
  text-decoration: none;
}
#header #site {
  margin: 10px 0 20px 0;
}
#header .site{
}
#header .site img{
  padding: 0 3px;
  border: 0;
}
#header #mousing{
  font-size: 12px;
  color: #999;
  padding-left: 2px;
  letter-spacing: 1px;
}
#header #sections{
  margin: 25px 0 0 -15px;
}
#header #sections div{
  margin-bottom: 7px;
}
#header #sections a{
  background-color: #000;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
#header #sections a:hover{
  color: #ccc;
}

#post{
  padding-bottom: 30px;
  margin-bottom: 30px;
  /* This will set default size (for gists for example) */
  font-size: 18px;
  font-family: 'Rosario', sans-serif;
}

#post ul{
  margin: 20px 20px 20px 0;
}
#post li{
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #222;
  list-style-type: square;
}
#post li code{
  border: 1px solid #ccc;
}
#post p{
  margin-top: 0;
  margin-bottom: 1.2em;
  line-height: 1.4em;
}
#post .aside{
  background-color: #eee;
  padding: 14px;
  font-size: 14px;
  margin: 5px 0 15px 0;
  font-family: Helvetica, sans-serif;
  line-height: 1.6em;
}
#post .aside strong{
}
#post .authoring{
  margin-bottom: 17px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  padding-left: 0px;
  font-size: 17px;
  color: #777;
}
#post blockquote{
  font-style: italic;
  font-size: 14px;
  padding: .25em 1em;
  margin: 1em 1em 0 1em;
  color: #444;
}
#post blockquote cite:before{
  content: '— ';
}
#post blockquote cite{
  display: block;
  margin-top: .5em;
  text-align: right;
  color: #111;
  font-style: normal;
}
.photo_left {
    float: left;
    margin: 5px 10px 5px 0;
}
.photo_right {
    float: right;
    margin: 5px 0 5px 10px;
}
