body {
  font-family: Remote, Helvetica, "Helvetica Neue", Arial; }

.clear {
  clear: both; }

label {
  display: block;
  font-weight: bold;
  font-size: 80%;
  line-height: 120%; }

input, textarea, select {
  margin-bottom: 0.5em; }

input[type='radio'] + label {
  display: inline; }

form {
  padding: 1em;
  background-color: #524152;
  width: 60%;
  border: 1px solid #2a192a; }
  form input[type='submit'] {
    display: block;
    margin-top: 1em; }
  form .short label {
    display: inline; }
  form .important {
    background-color: #2a192a;
    padding: 0.5em;
    margin: 0.5em 0; }

.flash {
  font-size: 150%;
  border: 1px solid #3e2d3e;
  background-color: #665566;
  padding: 0.5em;
  margin-bottom: 0.5em; }

.smaller {
  font-size: 80%; }

@font-face {
  font-family: "Remote";
  src: url(univers/Univers.otf) format("opentype"); }

@font-face {
  font-family: "Remote";
  src: url(univers/Univers-Oblique.otf) format("opentype");
  font-style: italic; }

@font-face {
  font-family: "RemoteCondensed";
  src: url(univers/Univers-Condensed.otf) format("opentype"); }

@font-face {
  font-family: "RemoteLight";
  src: url(univers/Univers-Light.otf) format("opentype"); }

@font-face {
  font-family: "Remote";
  src: url(univers/Univers-Bold.otf) format("opentype");
  font-weight: bold; }

body {
  background-image: url(images/tile.jpg);
  background-color: black;
  color: white;
  margin: 0;
  min-height: 100%;
  height: 100%; }

p {
  line-height: 140%;
  font-family: RemoteLight, Helvetica, "Helvetica Neue", Arial;
  clear: both; }

a {
  text-decoration: none;
  color: #ffbbff;
  border-bottom: 1px dotted #ffbbff; }
  a:link, a:visited {
    color: inherit; }
  a:hover {
    color: #ffe3ff;
    border-bottom: 1px solid #ffe3ff; }

.inset {
  float: left;
  margin: 0 10px 10px 0; }
  .inset a {
    text-decoration: none;
    border: 0; }
  .inset img {
    border: 0; }
  .inset .hidden {
    display: none; }
  .inset .caption {
    margin-top: 5px;
    width: 200px;
    font-size: 70%; }
  .inset:hover .hidden {
    display: block; }
  .inset:hover .shown {
    display: none; }

a[name] {
  border-bottom: 0;
  color: white; }

#premise {
  font-size: 110%;
  margin-bottom: 1em;
  font-family: Remote, Helvetica, "Helvetica Neue", Arial; }

#u {
  width: 40em;
  margin: 0 auto;
  opacity: 0.9;
  border-width: 0 1px;
  border-style: solid;
  border-color: #2a192a; }

#u {
  background-color: #3e2d3e;
  min-height: 100%;
  padding: 1em 1em; }

#navigation {
  background-color: #2a192a;
  padding: 0.75em 1em;
  width: 40em;
  margin: 0 auto; }
  #navigation a {
    font-size: 70%;
    margin-left: 1em; }
    #navigation a:first-child {
      margin: 0; }

#header {
  position: relative;
  text-decoration: none;
  color: inherit;
  margin-bottom: 1em;
  text-shadow: 0 0 5px white; }
  #header img {
    border: 1px solid #2a192a;
    float: left; }
  #header .text {
    position: absolute;
    top: 200px;
    left: 10px;
    margin-top: -1em;
    text-decoration: none;
    font-size: 300%;
    font-weight: bold;
    width: 8em;
    line-height: 120%; }
  #header:hover .text {
    color: #ffbbff; }

#and {
  margin-top: 1em; }
