:root
{
  background-color: #1c1c1c;
  color: #ffd700;
}

body
{
  background-image: url('./../img/blackrock.1280x1024.jpg');
  background-position: center top;
  background-repeat: repeat;
}

body>main
{
  background-image: url('./../img/anart.dark.1280x1024.jpg');
}

a:hover
{
  color: #bd5d00;
}

#ancap .menuItem
{
  color: #c4c4c4;
}

#freeHaven .menuItem
{
  color: #c4c4c4;
}

#other .menuItem
{
  color: #c4c4c4;
}

#sun
{
  border-left: 1px solid #ffd700;
  border-right: 1px solid #ffd700;
}

#landerOpenerForm input[type=submit]
{
  border: 0px;
  background-color: inherit;
  color: inherit;
  font-weight: normal;
}

#landerOpenerForm input[type=submit]:hover
{
  color: #fcd600;
  font-weight: bold;
  cursor: pointer;
}

.description
{
  color: #c4c4c4;
}

.arrowed::before
{
  background-image: url('./../img/arrow.left.dark.gif');
}

.arrowed::after
{
  background-image: url('./../img/arrow.right.dark.gif');
}


@media only screen and (max-width: 999px)
{
  :root
  {
    background-color: #1c1c1c;
    color: #ffd700;
  }
  
  body
  {
    background-image: none;
  }

  body>main
  {
    background-image: none;
  }
  
  a
  {
    color:#ffd700;
  }
}