
.hidden {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

@font-face {
  font-family: "REMOTE";
  src: url(/fonts/fakir-regular.otf) format("opentype"); }

@font-face {
  font-family: "REMOTE";
  src: url(/fonts/fakir-black.otf) format("opentype");
  font-weight: bold; }

@font-face {
  font-family: "DISPLAY";
  src: url(/fonts/fakirdisplay-regular.otf) format("opentype"); }

@font-face {
  font-family: "DISPLAY";
  src: url(/fonts/fakirdisplay-black.otf) format("opentype");
  font-weight: bold; }

html {
  margin: 0; }

body {
  margin: 0;
  font-family: "Fakir", "REMOTE", "Blackmoor", "Blackmoor LET", "Palatino";
  line-height: 1.3em;
  font-size: 120%;
  background: url(/images/p2_02.gif) repeat-y scroll center 168px;
  background-color: #fffde9; }

#top {
  background: url(/images/p2_01.gif) no-repeat scroll top center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 168px; }

#path {
  background: url(/images/path.png) no-repeat scroll center 150px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 950px;
  z-index: -1;
  opacity: 0.15;
  filter: alpha(opacity = 15); }

#outer {
  padding-top: 60px;
  width: 600px;
  margin: 0 auto;
  z-index: 2; }

#rose {
  position: fixed;
  bottom: 10%;
  left: 65%; }

#premise {
  font-size: 120%; }

#nav {
  font-size: 75%;
  margin-bottom: 1em; }
  #nav a {
    border-bottom: 0; }
    #nav a:hover {
      border-bottom: 1px solid black; }
  #nav ul {
    padding: 0; }
    #nav ul li {
      list-style-type: none;
      float: left;
      margin-right: 1em; }

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #000000; }
  a:link, a:visited, a:active {
    color: inherit; }
  a:hover {
    border-bottom: 2px solid #000000; }

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

h1, h2, h3 {
  font-family: "Fakir Display", "DISPLAY", "Blackmoor", "Blackmoor LET", "Palatino"; }

h1 {
  font-size: 240%;
  margin-bottom: 0; }
  h1 a {
    color: inherit;
    border-bottom: 0; }

.fr h1 {
  line-height: 0.9em; }

input, textarea, select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #a99162;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: inherit;
  font-size: 110%; }

input {
  padding: 0; }

textarea, select, .pseudocheck {
  border: 2px solid #a99162; }

.pseudocheck {
  width: 16px;
  height: 16px;
  display: inline-block; }

label {
  display: block;
  margin-bottom: 1em;
  padding-left: 2px;
  font-size: 80%;
  width: 30em;
  line-height: 1.1em; }

input[type="checkbox"] + label {
  display: inline; }
  input[type="checkbox"] + label:after {
    display: block;
    content: ""; }

input[type="submit"] {
  margin-top: 0.5em;
  border: 2px solid #a99162; }
  input[type="submit"]:hover {
    background-color: #bda576; }

.spacer {
  display: block;
  height: 0.5em; }

.bigger {
  font-size: 150%; }

.track {
  width: 100%;
  opacity: 1;
  margin: 0 1em 1em 0; }
  .track .name {
    font-size: 150%; }
  .track a {
    color: inherit; }
  .track a.delete {
    font-size: 50%; }
  .track img {
    overflow: none; }
  .track canvas {
    float: left;
    margin: -5px 5px 5px -2px; }
  .track .votes {
    float: right;
    margin-left: 30px; }
    .track .votes img {
      writingMode: tb-rl;
      padding-left: 0.5em;
      width: 36px;
      height: 36px; }

#loading img {
  padding: 5px;
  margin-right: 0.5em;
  border: 1px solid #a99162;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #caa169; }
