@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #c89060;
  /* background-image: url("pattern4.jpg"); */
  background-image: url("parchment.jpg");
  color: /* #2f1a07; */ #333333;
  font-size: 12px;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  max-width: 900px;
  position: relative;
  left: 50%;
  margin-left: -450px;
}

ol, ul {
  padding: 0px;
  margin-left: 0px;
  list-style-type: none;
  /* list-style-image: url("asol2.gif"); */
  line-height: 2em;
}

ol ol, ul ul {
  padding: 0px;
  margin-left: 30px;
  list-style-type: circle;
  /* list-style-image: url("asol2.gif"); */
  line-height: 1.8em;
}

#banner {
  position: relative;
  background-image: url("images/drips.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  height: 200px;
  border: none;
  background-color: #5d2b2a; /* #f0e0d0; #7e7e7e; */
  color: white;
}

#banner h1 {
  font-family: "Kunstler Script", "comic sans ms", cursive;
  font-size: 4em;
  padding: 100px 0 0 20px;
}

.content {
  width: auto;
  min-width: 120px;
  margin: 20px 240px 20px 170px;
  overflow: hidden;
}

#wrapper {
  background-color: #2f1a07; /* 666666; */
  overflow: visible;
}

#letter {
  position: relative;
  right: 2px;
  bottom: 2px;
  overflow: hidden;
  font-family: papyrus, palatino, cursive;
  font-size: 16px;
  background-color: white;
  /* background-image: url("parchmentMH.gif"); */
  padding: 40px;
  line-height: 1.7em;
}

#footer {
  font-size: smaller;
  text-align: center;
  /* color: white; */
}

#nav {
  position: absolute;
  width: 150px;
  top: 220px;
  left: 0px;
  padding: 10px;
}

#nav li {
  font-size: 14px;
}

#pics {
  position: absolute;
  width: 180px;
  top: 220px;
  right: 0px;
  padding: 40px 20px 20px 20px;
  /* background-color: #c89060; */
  /* background-image: url("parchment.jpg"); */
  text-align: center;
  /* color: white; */
}

h2 {
  margin: 20px 20px 20px 0px;
}

h3 {
  margin: 15px 10px 10px 0px;
}

p {
  margin-top: 1em;
}

.centered {
  text-align: center;
}

#nav a:link {
  color: #333333;
  text-decoration: none;
}

a:link {
  color: blue;
  text-decoration: none;
}

#nav a:visited {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: purple;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

#pics img {
  border: 10px;
  border-color: white;
}

img {
  border: 0;
  margin: 0px 5px;
}

.topdate {
  text-align: right;
}

.title {
  font-style: italic;
}

.extract {
  font-size: smaller;
  line-height: 2em;
  text-indent: 1.5em;
  margin-top: 0.5em;
}

.sig {
  text-align: right;
  font-style: italic;
  clear: both;
}

ul.matrix {
  width: 440px;
  margin: 20px 0 20px 0;
}
ul.matrix li {
  margin: 20px 0 0 0;
  float: left;
  width: 220px;
  overflow: hidden;
}

ul.matrix li a
{
  display: block;
}

.floatright {
  float: right;
}

/* .sig:before {
  content:"--";
} */
