body {
  background: #fff6e6;
  /*page*/
}
body #page {
  /*header*/
  /*content*/
}
body #page h1, body #page h2, body #page h3 {
  font-family: 'Raleway';
  font-weight: 200;
  color: #fff;
}
body #page #header #intel-logo {
  background: url("../images/gamejam/intel-logo.png") no-repeat 0 0;
}
body #page #header #soundplay-logo {
  background: url("../images/gamejam/soundplay-logo.png") no-repeat 0 0;
}
body #page #content {
  /*gamejam-game*/
}
body #page #content #gamejam-game {
  color: #fff6e6;
  /*gamejam-grid*/
}
body #page #content #gamejam-game a, body #page #content #gamejam-game a:visited {
  color: #fff6e6;
  text-decoration: underline;
}
body #page #content #gamejam-game .game-top {
  height: 79px;
  background: url("../images/gamejam/48hours.png") no-repeat 62px 16px;
}
body #page #content #gamejam-game .game-top.constant-conversations {
  background-color: #2fe1af;
}
body #page #content #gamejam-game .game-top.ill-be-alright {
  background-color: #ef5559;
}
body #page #content #gamejam-game .game-top.love-is-greed {
  background-color: #00afff;
}
body #page #content #gamejam-game .game-top.carried-away {
  background-color: #fdb813;
}
body #page #content #gamejam-game #game-bottom {
  height: 134px;
  padding: 16px 20px;
  position: relative;
  background: url("../images/gamejam/long-tab.png") no-repeat -12px 133px #ef5559;
}
body #page #content #gamejam-game #game-bottom.constant-conversations {
  background-color: #2fe1af;
}
body #page #content #gamejam-game #game-bottom.ill-be-alright {
  background-color: #ef5559;
}
body #page #content #gamejam-game #game-bottom.love-is-greed {
  background-color: #00afff;
}
body #page #content #gamejam-game #game-bottom.carried-away {
  background-color: #fdb813;
}
body #page #content #gamejam-game #game-bottom h1, body #page #content #gamejam-game #game-bottom h2, body #page #content #gamejam-game #game-bottom h3 {
  color: #fff6e6;
}
body #page #content #gamejam-game #game-bottom h1 {
  font-style: italic;
  font-weight: 300;
}
body #page #content #gamejam-game #game-bottom p {
  font-weight: 400;
  font-size: 16px;
}
body #page #content #gamejam-game #game-bottom p#call-to-vote {
  margin-top: 6px;
}
body #page #content #gamejam-game #game-bottom .line {
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #fff6e6;
  margin-bottom: 20px;
}
body #page #content #gamejam-game #game-bottom .game-title {
  width: 80%;
  float: left;
}
body #page #content #gamejam-game #game-bottom #like-to-vote {
  display: block;
  float: right;
  background: url("../images/gamejam/like-to-vote.png") no-repeat 0 -48px;
  width: 51px;
  height: 101px;
  /* height: 36px; */
  padding-top: 40px;
  padding-left: 4px;
}
body #page #content #gamejam-game .gamejam-game-holder {
  height: 546px;
  background: #fff6e6;
}
body #page #content #gamejam-game .gamejam-game-holder.ill-be-alright {
  height: 480px;
  background: #000;
}
body #page #content #gamejam-game .gamejam-game-holder.ill-be-alright #ill-be-alright-holder {
  width: 640px;
  margin: 0 auto;
}
body #page #content #gamejam-game .gamejam-game-holder.love-is-greed {
  height: 606px;
}
body #page #content #gamejam-game .gamejam-game-holder.carried-away {
  height: 479px;
  width: 970px;
  margin: 0 auto;
  background: #000;
}
body #page #content #gamejam-game .gamejam-game-holder.carried-away #carried-away-holder {
  width: 639px;
  height: 479px;
  overflow: hidden;
  margin: 0 auto;
}
body #page #content #gamejam-game .gamejam-game-holder.carried-away iframe {
  border: none;
  width: 639px;
  margin: 0 auto;
}
body #page #content #gamejam-game .gamejam-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin-top: 60px;
  /*li*/
}
body #page #content #gamejam-game .gamejam-grid li {
  display: block;
  float: left;
  height: 206px;
  width: 485px;
  margin-bottom: 40px;
  /*leaderboard*/
  /*game*/
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard {
  height: 254px;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart {
  background: #FFEACC;
  width: 388px;
  padding: 8px 30px;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart h3 {
  font-family: 'Raleway';
  color: #231F20;
  font-size: 33px;
  margin: 0 0 10px 0;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart .bars {
  height: 180px;
  border-bottom: 5px solid #fff;
  position: relative;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart .bars .bar {
  width: 58px;
  height: 50px;
  position: relative;
  background-color: #ef5559;
  position: absolute;
  bottom: 12px;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart .bars .bar.constant-conversations {
  background-color: #2fe1af;
  left: 0;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart .bars .bar.ill-be-alright {
  background-color: #ef5559;
  left: 110px;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart .bars .bar.love-is-greed {
  background-color: #00afff;
  left: 220px;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart .bars .bar.carried-away {
  background-color: #fdb813;
  left: 330px;
}
body #page #content #gamejam-game .gamejam-grid li#leaderboard #chart .bars .bar .cutout {
  position: absolute;
  background: url("../images/gamejam/cutout.png") no-repeat 0 0;
  width: 58px;
  height: 27px;
  bottom: 0;
  left: 0;
}
body #page #content #gamejam-game .gamejam-grid li.right img {
  float: right;
}
body #page #content #gamejam-game .gamejam-grid li.right .game {
  float: right;
}
body #page #content #gamejam-game .gamejam-grid li img {
  float: left;
  border: none;
}
body #page #content #gamejam-game .gamejam-grid li .game {
  float: left;
  background: url("../images/gamejam/arrow.png") no-repeat 18px 80px;
  width: 83px;
  height: 206px;
  position: relative;
}
body #page #content #gamejam-game .gamejam-grid li .game.constant-conversations {
  background-color: #2fe1af;
}
body #page #content #gamejam-game .gamejam-grid li .game.ill-be-alright {
  background-color: #ef5559;
}
body #page #content #gamejam-game .gamejam-grid li .game.love-is-greed {
  background-color: #00afff;
}
body #page #content #gamejam-game .gamejam-grid li .game.carried-away {
  background-color: #fdb813;
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info {
  display: none;
  position: absolute;
  top: 0;
  right: 82px;
  width: 234px;
  padding: 16px;
  height: 174px;
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info.constant-conversations {
  background: url("../images/gamejam/sprite-green.png");
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info.ill-be-alright {
  background: url("../images/gamejam/sprite-pink.png");
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info.love-is-greed {
  background: url("../images/gamejam/sprite-blue.png");
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info.carried-away {
  background: url("../images/gamejam/sprite-yellow.png");
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info h1, body #page #content #gamejam-game .gamejam-grid li .game .game-info h2, body #page #content #gamejam-game .gamejam-grid li .game .game-info h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Raleway';
  font-weight: 300;
  margin-bottom: 8px;
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info h1 {
  font-family: 'Open Sans';
  font-weight: 200;
  font-style: italic;
  font-size: 36px;
  line-height: 35px;
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info h2 {
  font-size: 19px;
}
body #page #content #gamejam-game .gamejam-grid li .game .game-info h3 {
  margin-bottom: 0;
  font-size: 16px;
}
body #page #content #gamejam-game .doc-link {
  margin-top: 20px;
  background: #ef5559;
  background: url("../images/gamejam/arrow-right.png") no-repeat 910px 19px #ef5559;
  height: 58px;
  width: 910px;
  font-size: 28px;
  font-weight: 200;
  color: #fff6e6;
  line-height: 58px;
  padding: 0 30px;
  float: left;
  clear: both;
  text-decoration: none;
}
body #page #content #gamejam-game .doc-link:hover {
  text-decoration: underline;
}
body #page #content #gamejam-game .doc-link.constant-conversations {
  background-color: #2fe1af;
}
body #page #content #gamejam-game .doc-link.ill-be-alright {
  background-color: #ef5559;
}
body #page #content #gamejam-game .doc-link.love-is-greed {
  background-color: #00afff;
}
body #page #content #gamejam-game .doc-link.carried-away {
  background-color: #fdb813;
}

/*body*/
