/* 
 * Design (C) 2011 Aaron Draczynski
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, #presence, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#container {
  width: 800px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
h1 {
  padding: 52px 20px 10px;
  background: #ffd600;
  font-size: 33px;
  font-weight: normal;
}
h2 {
  padding: 11px 20px;
  margin: 10px 0;
  background: #000;
  font-size: 17px;
  color: #fff;
}
h3 {
  margin: 0 0 15px;
  font-family: "ff-basic-gothic-sc-web-pro-1","ff-basic-gothic-sc-web-pro-2";
  font-size: 17px;
  text-align: center;
  text-transform: lowercase;
}
#hero a {
  display: block;
  width: 800px;
  height: 250px;
  margin: 0 0 10px;
}
#presence {
  padding: 18px 20px 20px;
  margin: 0 0 10px;
  background: #eee;
}
#presence .col {
  float: left;
  width: 253px;
}
#presence li {
  margin: 0 8px;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  line-height: 22px;
}
#presence li:first-child {
  border-top: 0;
}
#presence li:last-child {
  border-bottom: 0;
}
#presence a {
  display: block;
  padding: 11px 14px 9px;
  color: #606060;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.12s;
  transition-timing-function: ease-out;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.12s;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.12s;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.12s;
}
#presence a:hover {
  background: #000;
  color: #c0c0c0;
  transition-property: background-color, color;
  transition-duration: 0.12s;
  transition-timing-function: ease-out;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.12s;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.12s;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.12s;
}
#presence a:hover span {
  color: #fff;
}
#presence span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
footer {
  padding: 18px 20px 20px;
  background: #000;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
footer h3 {
  color: #ffd600;
}
footer span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0.01px;
  color: transparent;
}
footer p {
  margin: 15px 0 0;
  font-size: 12px;
  color: #aaa;
}
