body {
  font-size: 18px;
  line-height: 1.5;
  font-family: corbel, 'lucida grande', helvetica, sans-serif;
  color: #212122;
  background-color: #fff;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
}

a {
  color: #000080;
}

a:hover {
  text-decoration: none;
}

#container {
  max-width: 750px;
  margin: 0 auto;
}

#container .section {
  border-bottom: solid 1px #666;
  padding-bottom: 10px;
}

#navigation {
  text-align: center;
}

#navigation h1 {
  margin-bottom: 0;
  font-size: 40px;
  text-shadow: silver 2px 2px 2px;
}

#navigation h1 a {
  color: #000;
  text-decoration: none;
}

#navigation a.home {
  padding: 0 0 0 20px;
  background: url('../img/arrow_turn_left.png') no-repeat left center;
  position: absolute;
  left: 50%;
  margin-left: -375px;
}

#navigation ul {
  padding-right: 26px;
  list-style-type: none;
  display: inline;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a {
  padding: 0 0 0 20px;
  margin-right: 13px;
}

#navigation ul li a.github {
  background: url('../img/github.png') no-repeat left center;
}

#navigation ul li a.linkedin {
  background: url('../img/linkedin.png') no-repeat left center;
}

#navigation ul li a.email {
  background: url('../img/email.png') no-repeat left center;
}

#content {
  text-align: justify;
}

#content pre {
  line-height: 1.3;
}

#content code {
  font-size: 90%;
}

#content blockquote {
  background-color: #eee;
  border: solid 1px #ddd;
  margin: 0px;
  padding: 0 20px;
}

#footer {
  padding-top: 10px;
  text-align: center;
}