/**
 * THEME NAME: Marrowthon
 *
 * Background: #E9E9CF
 * Text: #000000
 * Link: #3e1f1c
 * Hover: #5b8448
 * Footer: #5b8448
 * Blocking: #5b8448
 * Heading: #5C4033
 * Sub Heading: #5C4033
 * Navigation: #E9E9CF
 * Navigation Hover: #E9E9CF
 * Page: Has not been defined
 */

body {
  background-color: #E9E9CF;
  color: #000000;
}

a, html body #content a, html body #content p a {
  color: #3e1f1c;
  border-color: #3e1f1c;
}

a:hover, html body #content a:hover, html body #content p a:hover {
  color: #5b8448;
  border-color: #5b8448;
}

#top {
  border-color: #5b8448;
}

#footer {
  border-color: #5b8448;
  background-color: #5b8448;
}

#content {
  }

h1, h1 a,
html body #content h1, html body #content h1 a{
  color: #5C4033;
  border-color: #5C4033;
}

h1 a:hover,
html body #content h1 a:hover {
  color: #5b8448;
  border-color: #5b8448;
}

h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a,
html body #content h2, html body #content h2 a, html body #content h3, html body #content h3 a, html body #content h4, html body #content h4 a, html body #content h5, html body #content h5 a, html body #content h6, html body #content h6 a {
  color: #5C4033;
  border-color: #5C4033;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
html body #content h2 a:hover, html body #content h3 a:hover, html body #content h4 a:hover, html body #content h5 a:hover, html body #content h6 a:hover {
  color: #5b8448;
  border-color: #5b8448;
}

html body #menu {
  border-color: #E9E9CF;
}

html body #menu a.handle {
  border-color: #E9E9CF;
  color: #5C4033;
}

html body #menu a.handle:hover {
  background-color: #E9E9CF;
  color: #5C4033;
}

html body #menu a.handle.selected, html body #menu a.handle.selected:hover {
  background-color: #E9E9CF;
  color: #5C4033;
}

html body #menu span.big {
  color: #5C4033;
}

html body #menu .drawer {
  border-color: #E9E9CF;
}

html body #menu .drawer a {
  color: #5C4033;
}

html body #menu .drawer .selected a, html body #menu .drawer a:hover {
  color: #5b8448;
}

.commentlist .author p {
  color: #5C4033;
}

