
/* ---------- Color Module Styles ----------- */

body,
body.overlay {
  color: #3b3b3b;
}
.comment .comment-arrow {
  border-color: #e0e3d9;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
  /*background: #e0e3d9;*/
  background: #fff;
}
.tabs ul.primary li a.active {
  /*background-color: #e0e3d9;*/
  background-color: #fff;
}
.tabs ul.primary li.active a {
  background-color: #fff;
  /*background-color: #e0e3d9;
  border-bottom: 1px solid #e0e3d9;*/
}
a {
  color: #e82d2d;
}
a:hover,
a:focus {
  color: #ff2525;
}
a:active {
  color: #ff5757;
}
#main-wrapper a {
  color: #FF4E00!important;
}
#main-wrapper a:hover,
#main-wrapper a:focus {
  color: #018fe2!important;
}
#main-wrapper a:active {
  color: #23aeff!important;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
  border-radius: 12px 0;
}
#page-wrapper,
#footer-wrapper {
  background: #292929;
}
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
  color: #666666;
}