/*
The font "TeX Gyre Bonum" is by GUST
http://www.gust.org.pl/projects/e-foundry/tex-gyre/bonum
GUST Font License (LaTeX Project Public License)
*/

@font-face {
  font-family: "eblong-bonum";
  font-style: normal;
  src: url("../../font/texgyrebonum-regular.otf");
}

@font-face {
  font-family: "eblong-bonum";
  font-style: italic;
  src: url("../../font/texgyrebonum-italic.otf");
}

@font-face {
  font-family: "eblong-bonum";
  font-weight: bold;
  font-style: normal;
  src: url("../../font/texgyrebonum-bold.otf");
}

@font-face {
  font-family: "eblong-bonum";
  font-weight: bold;
  font-style: italic;
  src: url("../../font/texgyrebonum-bolditalic.otf");
}


body {
    font-family: eblong-bonum, palatino, georgia, serif;
    font-size: 14px;
    background: #FFE0F0;
}

#banner {
    background-image: url(wallpaper-tile.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 70px;
    border-bottom: 10px solid #FFE0F0;
}

#gametitle {
    color: #100030;
    font-size: 18pt;
    font-weight: bold;
}

#scontent {
    margin-top: 80px;
}

#content {
    margin-top: 80px;
}

.buffered-window {
    top: 80px;
}

.HeaderTab {
    color: #180030;
    font-size: 9pt;
    line-height: 12pt;
    font-weight: bold;
}

.HeaderTab a {
    color: #000060;
}

.LineInput input {
    color: #000;
}

.finished-input {
    color: #000;
}


