a {
  color: #fff;
}

body {
  background: #000 url("/images/jonas_akerlund/body_bg.jpg") fixed top center no-repeat;
  color: #fff;
  font-family: "Arial";
  font-size: 12px;
  margin-top: 125px;
  min-width: 1020px;
}

/* LOGO */

#logo {
  padding-top: 90px;
}
  #logo a {
    background: url("/images/jonas_akerlund/logo.png") no-repeat;
    display: block;
    height: 133px;
    margin-left: -55px;
    position: fixed;
    text-indent: -9999px;
    width: 294px;
  }

#nav {
  margin-top: 40px;
}
  #nav div {
    position: fixed;
  }
    #nav div ul {
      margin-bottom: 20px;
      margin-left: -20px;
    }
      #nav div ul li {
        background: url("/images/jonas_akerlund/nav_item.png") no-repeat center left;
        margin-bottom: 6px;
        padding-left: 16px;
      }
        #nav div ul li a {
          text-decoration: none;
          text-transform: uppercase;
        }
      #nav div ul li.selected {
        background: url("/images/jonas_akerlund/nav_item_selected.png") no-repeat center left;
      }
      
/* CATEGORY */

body.categories.view #content {
  padding-top: 40px;
}
  body.categories.view #content .project {
    margin-bottom: 10px;
  }
    body.categories.view #content .project a {
      text-decoration: none;
    }
    body.categories.view #content .project a strong {
      text-transform: uppercase;
    }

/* PAGE */

body.pages.view #content {
  padding-top: 40px;
}
body.pages.view #content p {
  line-height: 14px;
  margin-bottom: 15px;
}
body.pages.view #content p.preamble {
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  text-transform: uppercase;
}
  body.pages.view #content p a {
    text-decoration: underline;
  }

#viewer {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
}
#viewer * {
  height: 100%;
}
