@font-face {
  font-family: "Bellbottom Laser";
  src: url("http://evan.tiggerpalace.com/BellBottom.ttf");
}
    
body {
  background-color: white;
  color: black;
  font: 0.8em Arial, Sans-Serif;
}

#header {
  text-align: center;
  font: 48px Bellbottom Laser;
  background-color: #fefefe;
  color: Orange;
  padding: 10px;
}

#header #site-subtitle {
  font: 0.8em Arial, Sans Serif;
}

.ruby {
  color: #FF3333;
}

#main {
  width: 800px;
  line-height: 130%;
  margin: 0 auto;
}

#content-wrapper {
  width: 570px;
  float: left;
  margin-right: 30px;
}

#sidebar-wrapper {
  top: 0px;
  width: 200px;
  float: right;
}

#footer {
  right: 10px;
}

.hidden {
  visibility: hidden;
}

a {
  color: orange;
}

a:hover {
  color: #FF3333;
}

.conf_list {
  list-style: none;
}

.conf_list li {
  list-style-type: none;
}

.conf {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

#content h3 {
  color: orange;
  font: 24px Arial, Sans Serif;
}

#content h1 {
  line-height: 1.25em;
}

.clear {
  clear: left;
  clear: right;
  clear: both;
}