/*----------------------------------------------------------
Color CSS file for Easy-Designs.net
Created 23 November 2007 by Aaron Gustafson
of Easy! Designs, LLC (easy-designs.net)

Colors:

----------------------------------------------------------*/

/* =Base */
html,
body {
  background: #ebebeb;
  color: #515857;
}
a, a:link, a:visited {
  color: #167f34;
}
a:focus, a:hover {
  color: #54af46;
}
a img, a:link img, a:visited img {
  border-color: #167f34;
}
a:focus img, a:hover img {
  border-color: #54af46;
}

/* =Forms */
form abbr {
  color: #167f34;
}
legend, input, select, textarea {
  color: #515857;
}
input:focus, select:focus, textarea:focus {
  color: #333;
}
button {
  background: #167f34;
  color: #fff;
}
.error, label .e {
  color: #bf0015;
}
#errors,
.error input,
.error textarea,
.error select {
  background: #ffafb8;
  border-color: #bf0015;
  color: #bf0015;
}
#errors a {
  color: #000;
}

/* =Sections */
#testimonial {
  color: #167f34;
}
#testimonial cite {
  color: #515857;
}