
body {
  background-color: #889988;
  color: #003300;
}

a {
  color: #000050;
}

a:visited {
  color: #867A55;
}
p.tags a { color: #000050; }

a:active {
  color: #D48014;
}

/* * * * * * Navigation Style * * * * * */

div#left {
  position: absolute;
  left: 0px;
}
div#nav {
  width: 160px;
}
div#nav div.content2 {
  padding: 5px 10px;
}
div.nav a {
  display: block;
  padding: 2px 10px;
  font-family: "Black Chancery", BlackChancery,
               "BlackChancery Regular", cursive;
  font-size: 18px;
  text-decoration: none;
}
div.nav a:hover {
  background: #BBCCBB;
}

/* * * * * * Logo Style * * * * * */

div.logo {
  text-align: center;
  font-family: "Black Chancery", BlackChancery,
               "BlackChancery Regular", cursive;
  font-size: 30pt;
  color: #000000;
}
div.logo img {
  margin-bottom: -20px;
}

/* * * * * * Content Style * * * * * */

div#super {
  position: absolute;
  left: 185px;
  left: 225px;
}

div.content {
  margin: 15px;
    margin-top: 0px;
  border: 5px solid #000000;
    -moz-border-image: url('/skin/plain/images/second_knot.png') 48% / 30px repeat;
    -webkit-border-image: url('/skin/plain/images/second_knot.png') 48% / 30px repeat;
  background-color: #889988;
  color: #8B4513;
}
div.content2 {
  padding: 1ex 2em;
  background-color: #DEE5DE;
}

h1, h2 {
  font-family: "Black Chancery", BlackChancery,
               "BlackChancery Regular", cursive;
  font-weight: normal;
  color: #003300;
}
h2 {
  border-bottom: 1px solid #8B4513;
}
.imgleft + h2, .imgright + h2 {
  border: none;
}

div.multi_column {
  width: 100%;
}
div.multi_column div.column {
  display: table-cell;
}
div.multi_column div.column + div.column {
  padding-left: 4em;
}
