/* =============================================================================

color.css

This file should contain any styles for:
  * background
  * border
  * color

----------------------------------------------------------------------------- */

body {
  background: #fff none;
  color: #000;
}

body.boxed { background-image: none; }

h2 {
  background-color: #bcd;
  border-bottom: 1px dotted #999;
  border-top: 1px solid #036;
  color: #000;
}

h3,
.profile h2 {
  background-color: #eee;
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #036;
  color: #000;
}

form fieldset { border: 1px dotted #036; }
form fieldset legend {
  background-color: #fff;
  color: #036;
}
form input,
form select option,
form textarea {
  background: #fff none;
  color: #036;
}
form input,
form textarea { border: 1px solid #666; }

a:link {
  background-color: transparent;
  color: #036;
}
a:visited {
  background-color: transparent;
  color: #369;
}
a:hover,
a:active {
  background-color: transparent;
  color: #009;
}

#wrap {
  background: transparent url(/images/template/head-gradient.png) scroll left top repeat-x;
  color: #000;
}

body.boxed #wrap {
  background: transparent none;
  color: #000;
}

#head h1 a span {
  background: transparent url(/images/template/masthead.png) scroll left center no-repeat;
  color: #000;
}

#nav-head {
  border-top: 3px groove #036;
  font-weight: bold;
}
#nav-head li { border: 0; }

#nav-head a:link,
#nav-head a:visited {
  background-color: #eee;
  border: 1px dotted #666;
  color: #000;
}

#nav-head a:hover,
#nav-head a:active {
  background-color: #eee;
  border-color: #000;
  color: #369;
}
