/* menu */
#header .menu {
  background-image: -webkit-linear-gradient(top, #b41913 0%, #e8160d 100%);
  background-image: -o-linear-gradient(top, #b41913 0%, #e8160d 100%);
  background-image: linear-gradient(to bottom, #b41913 0%, #e8160d 100%);
  background-repeat: repeat-x;
}
#header .menu > li a {
  color: #f7f3a2;
}
#header .menu > li > a:hover,
#header .menu > li.active > a,
#header .menu > li:hover .sub-menu,
#header .menu > li:hover > a {
  background-color: #b41913;
}
#header .menu > li .sub-menu a {
  color: #ffffff;
}
#header-small .toggles {
  background-image: -webkit-linear-gradient(top, #e8170f 0%, #b41913 100%);
  background-image: -o-linear-gradient(top, #e8170f 0%, #b41913 100%);
  background-image: linear-gradient(to bottom, #e8170f 0%, #b41913 100%);
  background-repeat: repeat-x;
}
#header-small .toggles .small-menu-toggle span {
  background-color: #f7f3a2;
}
#small-menu {
  background-image: -webkit-linear-gradient(top, #b41913 0%, #e8160d 100%);
  background-image: -o-linear-gradient(top, #b41913 0%, #e8160d 100%);
  background-image: linear-gradient(to bottom, #b41913 0%, #e8160d 100%);
  background-repeat: repeat-x;
}
#small-menu a {
  color: #f7f3a2;
}
#small-menu .search {
  border: 1px solid #f7f3a2;
}
/* slider */
#slider li a {
  color: #f0dc81;
}
#slider li a .read-more {
  color: #ffffff;
  background-color: #b41913;
}
/* h1 */
h1 {
  background-image: -webkit-linear-gradient(top, #e8170f 0%, #b41913 100%);
  background-image: -o-linear-gradient(top, #e8170f 0%, #b41913 100%);
  background-image: linear-gradient(to bottom, #e8170f 0%, #b41913 100%);
  background-repeat: repeat-x;
  color: #f7f3a2;
}
/* section and gameslist title */
.section-title,
.games.with-thumb-title-contents-and-read-more li a .title {
  color: #2a98ae;
}
/* footer */
#footer-lower,
#footer-lower a {
  color: #f0dc81;
}
/* vertical */
