body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  color: #51514C;
}

nav.main-nav {
  padding: 20px 20px 0;
  background: #fff;
  background: rgba(255, 255, 255, .90);
  margin: 0 auto;
  text-align: right;
  z-index: 100;
}

nav.main-nav a {
  top: 8px;
  right: 6px;
  padding: 8px 12px;
  color: #5badf0;
  font-size: 16px;
  line-height: 1.35;
  border-radius: 3px;
}

.site {
  margin: 10px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

hgroup {
  text-align: baseline;
}

h1, h2 {
  line-height: 32px;
  display: inline-block;
  vertical-align: baseline
}

h1 {
	text-transform: uppercase;
}

h2 {
  font-weight: 600;
  font-size: 32px;
}

h3 {
  font-weight: 200;
  color: #949fa2;
  font-size: 23px;
}

a {
  color: #51514C;
}

h1 a, h2 a {
	text-decoration: none;
}

code, pre, blockquote {
  background-color: #f5f5f5;
}

code {
  font-size: 18px;
  vertical-align: baseline;
  padding: 5px;
  border-radius: 5px;
}

pre, blockquote {
  color: #51514C;
  border-left: 4px #3D3D3A solid;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 25px;
}

p {
	margin-top: 5px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

span.description {
  font-weight: 200;
  color: #949fa2;
  font-size: 23px;
}

.resume h3 {
  display: inline-block;
  vertical-align: baseline;
  line-height: 16px;
  font-weight: 600;
  color: #51514C;
}

.resume h2 {
  line-height:18px;
}

.resume h3.first {
  margin-top:0px;
}

.resume h1 {
  line-height: 20px;
}

.resume ul {
  margin: 0px;
}

h1 span, h1 a {
  vertical-align:top;
}
