body {
  background-color: #320000;
}
.content,
.footer,
.content .sidebar {
  background: none;
  background: url('/img/backgrounds/bodybg-christmas.png') top left repeat-x #320000;
  color: #fff;
}

article.game,
article.game a {
  /* color: #252525; */
}

.tabs-content {
  color: #fff;
  border-color: #500000;
}

.tabs > div {
  background-color: #500000;
  border-color: #500000;
}

a,
.tabs > div > a {
  color: #fff;
}

.main-navigation {
  border: none;
  background: url('/img/backgrounds/bg-christmas.png') top center no-repeat transparent;
  min-height: 150px;
}

.main-navigation .navbar-nav li {
  background-color: #aa0000;
}
.list-group-item, .game-description {
  background-color: #500000;
}

.list-group-item-action {
  color: #fff;
}

.game-description a,
a:hover {
  color: #f46667;
}

.color-mood, .editorsChoiceGameEntry h4, .randomGameEntry h4 {
  color: #ffbcbc;
}

.button {
  color: #444;
}

.pure-modal,
.pure-modal h1,
.pure-modal h2,
.pure-modal h3 {
  color: #252525;
}

.pure-modal .pure-modal-content,
.admin-grid .content {
  background-color: #320000;
}

a.tag:hover, .tag:hover {
  box-shadow: none;
  color: #444;
  background: #fff;
}

.game-card-small {
  background-color: #7a0001;
  padding: 1%;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

h1.calendar-day {
	background: url('/img/icons/santa.png') 7% 10% no-repeat #360930;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	padding: 8px;
}
