/* 
 * Eric Meyer reset 
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */

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;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

body {
  font-size: 87.5%;
  font-family: Helvetica, Arial, sans-serif;
  margin: 2em;
}

form p {
  text-align: center;
  margin: 10px auto 50px auto !important;
}

p#rank {
  font-family: Times;
  text-align: center;
  font-size: 20em;
  color: #800517;
}

span.query {
  font-style: italic;
}

p#result {
  color: gray;
  text-align: center;
  font-size: 1em;
}

label {
  font-family: Georgia, Times, serif;
  font-size: 2em;
  color: black;
  text-align: center;
}

.submit {
  font-family: Georgia, Times, serif;
}

p#result a {
  color: gray;
}

h1#heading {
  font-family: Georgia, Times, serif;
  font-size: 5em;
  width: 60%;
  margin: 0.5em auto;
  text-align: center;
}
#try_again {
  text-align: center;
  font-size: 5em;
}
#try_again a {
  font-family: Georgia, Times, serif;
  width: 60%;
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}
input {
  margin-top: .75em;
  padding-left: .75em;
  padding-top: .75em;
  font-size: 2em;
}

#donate {
  text-align: center;
  margin: 1em auto;
  font-style: italic;
  color: gray;
}

#donate form {
  display: inline;
}

.clr {
  clear: both;
}
dl {
  font-size: 1.5em;
  margin: 0.5em auto;
}
dt {
  font-family: Georgia, Times, serif;
  font-style: italic;
}
dd {
  color: gray;
  font-family: Georgia, Times, serif;
  margin: 0.5em auto 1em 1em;
}
#footer {
  font-family: Georgia, Times, serif;
  font-size: 0.8em;
  color: gray;
  width: 100%;
  margin: 1em auto;
  text-align: center;
}

#footer li {
  display:inline;
  margin-left: 2em;
  margin-right: 2em;
}

#footer a {
  color: gray;
  text-decoration: none;
  border-bottom: 1px dotted lightgray;
}