/*
   BRAVEHEART (avocado.maestrosync.com)
   by Dashiell Dunn (mail@maestrosync.com)
*/

@import url(reset.css);

/* standard elements */

body {
  background: #fff;
  color: #000;
  font: 12px Verdana, sans-serif;
}

h1 {
  font: 48px Arial, Helvetica, sans-serif;
  letter-spacing: -0.04em;
  color: #000;
  border-bottom: 4px solid #000;
  margin-bottom: 20px;
}

h2 {
  font: 18px Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 0.5em;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #000;
}

a:hover, a:active {
  color: #000;
  border-bottom: 1px solid #000;
}

/* structural divs */

#container {
  background: #fff;
  margin: auto;
  width: 500px;
}

#header {
  margin-bottom: 1em;
}

#footer {
  margin-top: 220px;
  color: #000;
  padding-top: 10px;
  text-align: left;
}

#left {
  width: 45%;
  float: left;
  /* text-align: center; */
}

#right {
  width: 45%;
  float: right;
  /* text-align: center; */
}

.outercounter {
  background: #000;
  color: #fff;
  padding: 10px;
  width: 210px;
  /* margin: auto; */
  text-align: center;
}

.outercounter p {
  margin: 0 10px 0 10px;
}

.innercounter {
  padding: 10px;
  margin: 10px;
  border: 2px solid #fff;
}

img {
  margin: 0 1px 0 1px;
}