/**
 * THEME NAME: LBF
 *
 * Background: #A4AD11
 * Text: #666666
 * Link: #A4AD11
 * Hover: #A4AD11
 * Footer: #0C2F66
 * Blocking: #0C2F66
 * Heading: #0C2F66
 * Sub Heading: #0C2F66
 * Navigation: #D8DFD3
 * Navigation Hover: Has not been defined
 * Page: #ffffff
 */

body {
  background-color: #A4AD11;
  color: #666666;
}

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

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

#top {
  border-color: #0C2F66;
}

#footer {
  border-color: #0C2F66;
  background-color: #0C2F66;
}

#content {
  background-color: #ffffff;
}

h1, h1 a,
html body #content h1, html body #content h1 a{
  color: #0C2F66;
  border-color: #0C2F66;
}

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

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: #0C2F66;
  border-color: #0C2F66;
}

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: #A4AD11;
  border-color: #A4AD11;
}

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

html body #menu a.handle {
  border-color: #D8DFD3;
  color: #0C2F66;
}

html body #menu a.handle:hover {
    color: #0C2F66;
}

html body #menu a.handle.selected, html body #menu a.handle.selected:hover {
  background-color: #D8DFD3;
  color: #0C2F66;
}

html body #menu span.big {
  color: #0C2F66;
}

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

html body #menu .drawer a {
  color: #0C2F66;
}

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

.commentlist .author p {
  color: #0C2F66;
}
