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

body {
  color: #555555;
  background: #222222;
}
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #ffffff;
}
.tabs ul.primary li a.is-active {
  background-color: #ffffff;
}
.tabs ul.primary li.is-active a {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
#header {
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #b0b0b0 0%, #e4e4e4 100%);
  background-image: linear-gradient(to bottom, #b0b0b0 0%, #e4e4e4 100%);
}
a,
.link {
  color: #8b0000;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #bb0606;
}
a:active,
.link:active {
  color: #ea1d1d;
}
.sidebar .block {
  background-color: #ffffff;
  border-color: #e4e4e4;
}
.site-footer {
  background: #222222;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.site-branding__text,
.site-branding,
.site-branding__text a,
.site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #222222;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
