body, html {
  background: #eee;
  font-family: 'Droid Sans', arial, serif;
  letter-spacing: 0.065em;
  margin: 0;
  padding: 0;
}

#page {
  min-width: 320px;
}

a, a:active, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2 {
  font-family: 'Cabin', sans-serif;
  font-style: normal;
  font-weight: bold;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.057em;
  word-spacing: 0em;
}

#hd h1 {
  font-size: 48px;
  margin: 0;
  padding: 0;
  background: transparent url('/assets/images/redfeedicon_50.png') no-repeat 0 0;
  padding-left: 60px;
  height: 60px;
  line-height: 50px;
}

#hd {
  background: #333;
  color: #fff;
  padding: 1em;
  margin: 0;
  margin-bottom: 1em;
}

#hd a, #hd a:link, #hd a:active, #hd a:visited, #hd a:hover {
  color: #fff;
  text-decoration: none;
}

#hd p {
  margin: .5em 0 0 0;
}

#container {
  margin: 0 0 0 1em;
}

#ft {
  clear: both;
  color: #ddd;
  padding: 1em;
  margin: 0;
  font-size: .8em;
  text-align: center;
}

#ft p {
  margin-bottom: .25em;
}

.section_col {
  float: left;
  width: 65%;
}

.section_col .section {
  width: 45.1%;
}

.section {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  width: 30%;
  border-right: 1px solid #ddd;
  padding-right: 1em;
}

.section h2 {
  font-size: 1.25em;
  background: #333;
  color: #eee;
  margin-top: 0;
  padding: .2em .5em;
}

.links ul li {
  display: block;
  margin-bottom: 1em;
}

.links ul li a {
  width: 100%;
}

.links ul li .domain {
  color: #ccc;
  font-size: .8em;
}

.links ul li .comments {
  color: #ccc;
  display: block;
  font-size: .8em;
}

.repo .watchers {
  color: #ccc;
  font-size: .8em;
}

.repo p {
  font-size: .9em;
}

.tweet .message, .link_item p {
  margin-bottom: 0;
}

.tweet .time, .link_item .domain {
  color: #ccc;
  font-size: .8em;
}

#ruby_links li {
  display: block;
  margin-bottom: 1em;
}

#fav_sites li {
  display: block;
  margin-bottom: 1em;
}

#profile dl dt {
  font-weight: bold;
}

#profile dl dd {
  margin: 0 0 1em 0;
}

#profile li {
  margin-bottom: 1em;
}

#post {
  max-width: 1000px;
}

#post h1 {
  margin-top: 0;
}

#resume {
  padding-left: 20px;
  background: transparent url(/assets/images/resume_favicon.png) no-repeat 0 50%;
}

#github {
  padding-left: 20px;
  background: transparent url(/assets/images/github_favicon.png) no-repeat 0 50%;
}

#linkedin {
  padding-left: 20px;
  background: transparent url(/assets/images/linkedin_favicon.png) no-repeat 0 50%;
}

#twitter {
  padding-left: 20px;
  background: transparent url(/assets/images/twitter_favicon.png) no-repeat 0 50%;
}

#facebook {
  padding-left: 20px;
  background: transparent url(/assets/images/facebook_favicon.png) no-repeat 0 50%;
}

.last_updated {
  color: #ccc;
  font-size: .8em;
  text-align: right;
}

#powered_by_topsy a  {
  text-indent: -5000px;
  display: block;
  height: 15px;
  width: 92px;
  background: transparent url(/assets/images/powered_by_topsy.png) no-repeat 0 0;
}
