/* Style sheet for "The House at the Edge of Time," written by
Pat Pflieger and available online at merrycoz.org
*/

/*This was a nice color
background: #cdbe70
*/

body {
  background: url(logosm.gif) no-repeat;
  background-position: 1 1;
  background-attachment: fixed;
  background-color: #cdc0b0;
  color: #000000;
  font-family: serif;
 }

.boxed {
  border-width: 1px;
  border-style: solid;
  padding: 1%;
 }

.content {
  margin-left: 210px;
  height:100%;
  background: #cdc0b0;
 }

.content a:link {
  padding-bottom: 3px;
  white-space: wrap;
 }

.content a:link:hover {
  color: #cdc0b0;
  background: #000000;
 }

.content p {
  margin-top: 0;
  margin-left: 2em;
 }

ul {
  list-style-position: outside;
 }

ul ul {
  list-style: disc;
 }

h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3%;
  font-style: italic;
  font-variant: small-caps;
 }

h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3%;
  font-variant: small-caps;
 }

h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3%;
  font-variant: small-caps;
 }

#left {
  float: left;
  position: relative;
  width: 45%;
  margin-left: 10px;
  margin-bottom: 10px;
 }

#mid {
  margin-bottom: 10px;
  text-align: center;
 }

#right {
  float: right;
  position: relative;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 10px;
 }

#clear {
  clear: both;
 }

.bottom {
  text-align: center;
 }

.bottom a:link {
  background: #cdc0b0;
  text-decoration:underline;
  color: #000000;
 }

.bottom a:visited {
  background: #cdc0b0;
  text-decoration:none;
  color: #000000;
 }

.bottom a:hover {
  color: #cdc0b0;
  background: #000000;
 }


