/*GENERAL*/
body {
  background: #dfd6df url("../bg.png") repeat-x;
  margin: 0;
  font-family: Georgia, serif;
}

p {
  color: #372948;
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: justify;
  word-spacing: -1px;
}

strong {
  color: #AC7088;
}

em, s, u {
  color: #947a8b;
  letter-spacing: 0;
}

blockquote {
  padding: 10px;
}

blockquote p {
  border-left: 5px solid #47597E;
  color: #000000;
  font-family: Source Serif Pro, serif;
  letter-spacing: 3px;
  margin: 2px;
  padding: 10px;
}

.indent {
  text-indent: 30px;
}

h1 {
  color: #7D6E83;
  font-family: Beth Ellen, cursive;
  letter-spacing: 2px;
  position: absolute;
  right: -80px;
  text-shadow: 2px 2px #FFFFFF;
  top: -270px;
  width: 500px;
}

h2 {
  font-family: Inconsolata, monospace;
  font-size: 15px;
  letter-spacing: 2px;
  position: absolute;
  right: -230px;
  text-shadow: 1px 1px #FFFFFF;
  top: -210px;
  width: 500px;
}

h3 {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 3px;
  text-align: right;
  text-shadow: 2px 2px #F5E8E4;
}

h3::first-letter {
  color: #47597E;
  font-size: 30px;
  font-style: normal;
}

h4 {
  border-bottom: 1px solid #47597E;
  color: #000000;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
  text-shadow: 2px 2px #F5E8E4;
}

h4::first-letter {
  color: #47597E;
  font-style: normal;
}

a {
  color: #5F6F94;
}

a:hover {
  background-color: #CBA0AE;
  color: #645CAA;
  cursor: crosshair;
}

hr {
  border-top: 1px solid #000000;
}

/*TOP*/
header {
  background-image: url("../header.png");
  height: 653px;
  margin: 0 auto;
  position: relative;
  width: 752px;
}

/*CONTAINER*/
.container {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 800px;
}

/*CONTENT*/
.content {
  float: left;
  margin-top: -20px;
  width: 550px;
}

.sites p {
  background: transparent;
  margin: 0 auto;
  text-align: center;
}

.sites a {
  background: transparent;
  color: #7D6E83;
  font-size: 20px;
  letter-spacing: 10px;
  text-decoration: none;
  text-shadow: 1px 1px #FFFFFF;
}

.sites a:hover {
  color: #5F6F94;
  cursor: crosshair;
  letter-spacing: 12px;
}

/*NAVIGATION*/
.navigation {
  float: right;
  margin: -20px 100px 0 0;
  width: 100px;
}

.navigation a {
  color: #372948;
  display: block;
  letter-spacing: 1px;
  line-height: 1;
  text-align: right;
  text-decoration: none;
  word-spacing: -1px;
}

.navigation a:hover {
  background-color: transparent;
  border-left: 7px solid #FFFFFF;
  color: #947a8b;
  cursor: crosshair;
  letter-spacing: 3px;
}

/*IMAGES*/
.av {
  float: left;
  padding: 2px;
}

.av2 {
  float: right;
  padding: 2px;
}

.characterimg {
  text-align: center;
  display: inline-block;
}

.charactericon {
  border: 1px dotted #47597E;
  height: 100px;
  margin: 2px;
  padding: 5px;
  width: 100px;
}

.layouticon {
  border: 1px dotted #47597E;
  height: 100px;
  margin: 10px;
  padding: 5px;
  float: left;
}

/*FOOTER*/
footer {
  background: #dfd6df url("../bg2.png") repeat-x;
  clear: both;
  padding: 200px 0 50px 0;
  height: 100%;
  width: 100%;
}

.footertxt {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}
