/**
 * THEME NAME: FFC
 *
 * Background: #999999
 * Text: #000000
 * Link: #FF0000
 * Hover: #FF0000
 * Footer: #6d6d6d
 * Blocking: #999999
 * Heading: #FF0000
 * Sub Heading: #1a1a1a
 * Navigation: #e1e1e1
 * Navigation Hover: #e1e1e1
 * Page: #ffffff
 */

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

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

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

#top {
  border-color: #999999;
}

#footer {
  border-color: #999999;
  background-color: #6d6d6d;
}

#content {
  background-color: #ffffff;
}

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

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

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

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

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

html body #menu a.handle {
  border-color: #e1e1e1;
  color: #FF0000;
}

html body #menu a.handle:hover {
  background-color: #e1e1e1;
  color: #FF0000;
}

html body #menu a.handle.selected, html body #menu a.handle.selected:hover {
  background-color: #e1e1e1;
  color: #FF0000;
}

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

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

html body #menu .drawer a {
  color: #1a1a1a;
}

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

.commentlist .author p {
  color: #FF0000;
}

