/* =============================================================================

font.css

This file should contain any styles for:
  * direction
  * font
  * letter-spacing
  * line-height
  * text-align
  * text-decoration
  * text-indent
  * text-transform
  * white-space
  * word-spacing

----------------------------------------------------------------------------- */

html { font-size: 100%; }

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  line-height: 1.5em;
}

p { font-size: 1em; }
h1, h2, h3, h4, h5, h6 {
  font-family: georgia, times, serif;
  font-weight: bold;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link {
  font-weight: bold;
  text-decoration: none;
}

dl,
dl dt,
dl dd,
ol,
ol li,
ul,
ul li { font-size: 1em; }
dl dt { font-weight: bold; }

form,
form fieldset,
form fieldset legend,
form input,
form select,
form select option,
form select optgroup,
form select optgroup option,
form textarea,
form label,
form button { font-size: 1em; }
form textarea { font-family: inherit; }

form fieldset legend,
form label { font-weight: bold; }

table,
table tr th,
table tr td { font-size: 1em; }

tt { font-family: 'courier new', courier, monospace; }
big { font-size: 1.2em; }
small { font-size: 0.8em; }

em { font-style: italic; }
strong { font-weight: bold; }

a:link {
  font-weight: normal;
  text-decoration: underline;
}

#head h1 a span {
    font: italic bold 20px/1em 'Lithos Pro', verdana, arial, helvetica, sans-serif;
    text-indent: -999em;
}

#nav-head {
  font-size: 0.8em;
  text-align: center;
}
#nav-head a:link,
#nav-head a:visited {
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}

#foot {
  font-size: 0.9em;
  text-align: center;
}

