/* It sure is. */

html {
  height:100%;
}

body {
  font-family: Router, "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana;  
  background:#FFF url('../images/bg6.gif') repeat top left;
  background-color:#fff;
  height:auto;
  min-height:100%;
  /*border:5px solid #ddd;*/
  padding:1em;
  position:relative;
}

#wrapper {
  position:relative;
  padding:3em;
  /*height:auto;
    min-height:100%;*/
/*  border:1px solid #ccc;
*/  background-color:#fff;
}

h1 {
  font-size:4em;
  display:inline;
  line-height:1.5;
  font-weight:200;
}

  h1:after {
    content:" ";
  }
  
  h1 a {
    color:#b8860b;
    text-shadow:#EDCE91 0px 0px 1px;
  }
  
/*  h1 a:hover {
    text-decoration:none;
  }*/

h2 {
  font-size:4em;
  line-height:1.4;
  color:#333;
  display:inline;
  font-weight:100;
  text-align:;
  text-align: justify;
  text-shadow:#eee 0px 0px 1px;
}

  h2:after {
    content:" ";
  }

  h2 span {
    white-space:nowrap;
  }

sup {
  vertical-align: super;
  font-size:0.5em;
  color:#333;
  font-weight:bold;
  line-height:0;
}

a {
  text-decoration:none;
  color:#666;
}

  a:hover {
    text-decoration:underline;
  }

  a[href|="#footnote"] {
    color:#bbb;
  }
  
  a[href|="#footnote"]:hover {
    text-decoration:none;
    color:#ccc;
  }

hr {
  border:none;
  border-bottom:1px dotted #CC9966;
  margin-top:5em;
  margin-bottom:1em;
}

#short {
  margin-bottom:3em;
}

#long {
  width:400px;
}



p {
  list-style-position: outside;
  font-size:1.1em;
  line-height:1.5;
  margin-bottom:1em;
  font-weight:200;
  color:#666;
  font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-shadow:#fff 0px 0px 1px;
}
  p a {
    color:#777;
  }
  
  p em {
    font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  }

#contact {
  /*padding:3em;*/
  border-top:1px dotted #ddd;
  margin-top:3em;
  padding-top:3em;
}

  #contact p {
    color:#666 !important;
   /*font-family:verdana;*/
   letter-spacing:0.15em !important;
   font-size:0.909em;
   text-transform:uppercase;
  }

#grouse {
  z-index:50;
  position:absolute;
  bottom:0px;
  right:0;
  background:transparent url('../images/grouse6.gif') no-repeat bottom right;
  width:500px;
  height:385px;
}

#footer {
  z-index:100;
  position:absolute;
  bottom:4em;
  right:4em;
  color:#999;
  font-family:Garamond, Georgia, serif;
}