/* menu */
#header .menu {
  background-image: -webkit-linear-gradient(top, #fceba0 0%, #d49520 100%);
  background-image: -o-linear-gradient(top, #fceba0 0%, #d49520 100%);
  background-image: linear-gradient(to bottom, #fceba0 0%, #d49520 100%);
  background-repeat: repeat-x;
}
#header .menu > li a {
  color: #4f3838;
}
#header .menu > li > a:hover,
#header .menu > li.active > a,
#header .menu > li:hover .sub-menu,
#header .menu > li:hover > a {
  background-color: #ffffff;
}
#header .menu > li .sub-menu a {
  color: #666666;
}
#header-small .toggles {
  background-image: -webkit-linear-gradient(top, #d49520 0%, #fceba0 100%);
  background-image: -o-linear-gradient(top, #d49520 0%, #fceba0 100%);
  background-image: linear-gradient(to bottom, #d49520 0%, #fceba0 100%);
  background-repeat: repeat-x;
}
#header-small .toggles .small-menu-toggle span {
  background-color: #4f3838;
}
#small-menu {
  background-image: -webkit-linear-gradient(top, #fceba0 0%, #d49520 100%);
  background-image: -o-linear-gradient(top, #fceba0 0%, #d49520 100%);
  background-image: linear-gradient(to bottom, #fceba0 0%, #d49520 100%);
  background-repeat: repeat-x;
}
#small-menu a {
  color: #4f3838;
}
#small-menu .search {
  border: 1px solid #4f3838;
}
/* slider */
#slider li a {
  color: #f9edb4;
}
#slider li a .read-more {
  color: #ffffff;
  background-color: #b41913;
}
/* h1 */
h1 {
  background-image: -webkit-linear-gradient(top, #d49520 0%, #fceba0 100%);
  background-image: -o-linear-gradient(top, #d49520 0%, #fceba0 100%);
  background-image: linear-gradient(to bottom, #d49520 0%, #fceba0 100%);
  background-repeat: repeat-x;
  color: #4f3838;
}
/* 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: #f9edb4;
}
/* vertical */
