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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 0;
}

body {
  line-height: 1em;
  color: black;
  background: #fff;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

img a {
  border: none;
}

section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

/* ---------------------------------------------------------
 * =Typography
 * --------------------------------------------------------- */
body {
  font-size: 62.5%;
}

#container {
  font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
}

p, ol, ul {
  font-size: 1em;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.2em;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

dl dt {
  font-weight: bold;
  font-size: 1.1em;
}
dl dd {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 220%;
}

h3 {
  font-size: 190%;
}

h4 {
  font-size: 160%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 100%;
}

a, a:link, a:visited {
  color: #b00;
  text-decoration: none;
}
a:hover, a:active, a:link:hover, a:link:active, a:visited:hover, a:visited:active {
  color: #000;
}
a:active, a:link:active, a:visited:active {
  outline: none;
}
a:focus, a:link:focus, a:visited:focus {
  -moz-outline-style: none;
}

blockquote {
  padding: 0 0 0 1em;
  font-style: italic;
  border-left: 5px solid #ccc;
}

blockquote cite {
  font-style: italic;
  font-style-display: block;
  font-style-text-align: right;
}
blockquote cite q {
  font-style: italic;
}
blockquote cite abbr, blockquote cite acronym {
  cursor: help;
}

body {
  background: url('../images/grain.png') repeat;
}

#container {
  width: 800px;
  margin: 10% auto;
}
#container #hello {
  font-size: 2em;
  margin-bottom: 20px;
  border: 5px solid #e2e2de;
  text-shadow: 2px 2px 1px #fff;
  background-color: #f4f3f0 /* fallback */;
  background-color: rgba(255,255,255,0.3);
}
#container #hello .shout {
  color: #600;
  font-size: 120%;
}
#container #hello p {
  margin-bottom: 0;
}
#container .content {
  padding: 20px;
}

#branding {
  font-size: 2.5em;
  height: 70px;
}
#branding h1 {
  color: #fff;
  text-indent: -9999px;
  background: url('../images/branding.png') no-repeat;
}

footer {
  color: #aaa;
  clear: both;
  text-shadow: 1px 1px 1px #fff;
}
