@import url(/stylesheets/fontface/Cantarell/stylesheet.css);
@import url(/stylesheets/fontface/TeX-Gyre-Adventor/stylesheet.css);
body {
  background-color: white;
  font-family: CantarellRegular, Verdana, Helvetica, Arial;
  font-size: 14px;
  color: #555555; }

h1, h5 {
  font-family: CantarellRegular, Verdana, Helvetica, Arial; }

h2, h3, h4 {
  font-family: CantarellBold, Verdana, Helvetica, Arial; }

h1, h5 {
  letter-spacing: .1em; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 1.6em; }

h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px dotted #666666; }

h4 {
  font-size: 1em; }

a {
  color: #777777;
  text-decoration: none; }
  a:hover {
    color: #666666;
    text-decoration: underline; }

.hint {
  font-style: italic;
  font-size: .8em;
  text-transform: uppercase; }

.center {
  text-align: center; }

.right {
  text-align: right; }

#sitenav, #copyright {
  font-family: CantarellBold, Verdana, Helvetica, Arial;
  font-size: .8em;
  text-align: right;
  text-transform: uppercase; }
  #sitenav a, #copyright a {
    color: #999;
    text-decoration: none; }
    #sitenav a:hover, #copyright a:hover {
      color: #666;
      text-decoration: underline; }

#sitenav {
  color: #5399e0; }

#content {
  color: #666666; }

#screenshots-gallery-item-title {
  font-family: CantarellRegular, Verdana, Helvetica, Arial;
  font-size: 1.2em; }

#copyright {
  color: #bbb; }

.admin {
  color: #B00; }
  .admin * {
    color: #B00; }

#admin-access {
  font-family: Times, serif;
  font-weight: bold; }
  #admin-access a {
    color: #eee;
    text-decoration: none; }
    #admin-access a:hover {
      color: #888; }
