/* Hand-crafted. Rock. */

/* i can never remember this:
  margin: top right bottom left;
*/

html
{
  height: 100%; /* FooterStickAlt */
}

body
{
  background-color: #00002d;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11pt;
  line-height: 1.67em;
  height: 100%; /* FooterStickAlt */
}

div#nonFooter
{
  position: relative; /* FooterStickAlt */
  min-height: 100%; /* FooterStickAlt */
}

#header
{
  display: block;
  width: 100%;
  height: 130px;
  padding-top: 70px;
  background-image: url(../images/bg_header.png);
  background-repeat: repeat-x;
  background-color: #ffe42e;
  text-align: center;
}

#header h1
{
  margin: 0;
  padding: 0;
}

#badie
{
  color: #000000;
  padding: 1em;
  background-color: yellow;
  background-image: url(../images/badie.png);
  border-bottom: 2px solid red;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25em;
}

#badie p
{
  margin: 1em;
}

#nav
{
  display: block;
  width: 100%;
  height: 70px;
  padding-top: 3px;
  background-image: url(../images/bg_nav.png);
  background-repeat: repeat-x;
  background-color: #b5978b;
  text-align: center;
}

#nav ul
{
  color: #333333;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  text-transform: lowercase;
  font-family: "Gill Sans", "Gill Sans MT", Candara, sans-serif;
  font-size: 20px;
  white-space: nowrap;
}

#nav ul li
{
  display: inline;
  list-style-type: none;
/*
  margin-left: 0.5em;
  margin-right: 0.5em;
*/
}

#nav a:link, #nav a:visited
{
  padding: 3px 15px 4px 15px;
  color: #333333;
  text-decoration: none;
}

#nav a:link.current, #nav a:visited.current
{
  background-color: #a08178;
}

#nav a:link:hover, #nav a:visited:hover
{
  color: #161616;
}

#article
{
  color: #ffffff;
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
  padding-bottom: 100px; /* FooterStickAlt */
}

#article a:link, #article a:visited
{
  color: #6191e9;
}

#article a:link:hover, #article a:visited:hover
{
  color: #81b1ff;
}

p
{
  margin: 1.75em 0;
}

img
{
  border: none;
}

blockquote
{
  margin-left: 10px;
  padding-left: 10px;
  border-left: 3px solid #6191e9;
  font-style: italic;
}

#footer
{
  display: block;
  margin-top: 2em;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
  height: 25px;
  background-color: #000000;
  background-image: url(../images/bg_footer.png);
  background-repeat: repeat-x;
  color: #aaaaaa;
  font-size: 9px;
  text-align: center;
  position: relative; /* FooterStickAlt */
  margin-top: -75px; /* FooterStickAlt */
}

#footer span
{
  margin-left: 1em;
  margin-right: 1em;
}

#footer a:link, #footer a:visited
{
  color: #aaaaaa; /* AAAAAAAAAAAAAH! */
}

#footer a:link:hover, #footer a:visited:hover
{
  color: #ffffff;
}

