/* @override http://localhost:3000/stylesheets/contact.css */

#contact {
  margin-top: 1em;
}

#contact .detail h3 {
  float: left;
  font-weight: bold;
  color: #888;
  text-align: right;
  width: 9em;
}

#contact .detail p {
  margin-left: 10em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

a#twitter {
  background:  url(/images/twitter.png) no-repeat;
  display: block;
  height: 26px;
  width: 15em;
  padding-top: 9px;
  padding-left: 43px;
  font-weight: bold;
  text-decoration: none;
}

#facebook {
  margin-left: 8em;
}
