html
{
  background: #666;
}

body
{
  text-transform: uppercase;
  font: 12px Arial, sans-serif;
  text-align: center;
  background: #666;
  margin: 0;
  padding: 0;
}

img
{
  border: 0px;
}

#container
{
  text-align: left;
  margin: 0 auto;
  padding: 0 18px;
  width: 794px;
  background: url(/jubileum/img/lay_background.gif);
}

#container.signup
{
  background: url(/jubileum/img/lay_signup_background.gif);
}

h1
{
  color: #FFF;
  background: #1C2A21;
  text-align: center;
  letter-spacing: 8px;
  font-size: 20px;
  margin: 0;
  padding: 25px 0;
}

h3
{
  font-size: 14px;
}

#menu
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li
{
  display: inline;
}

#menu a:link, #menu a:active, #menu a:visited
{
  float: left;
  display: block;
  text-decoration: none;
  padding: 8px 0;
  width: 198px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFF;
  background: #999;
  text-align: center;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #000;
}

#menu #wider
{
  width: 200px;
}

#menu a.current
{
  background: #808080;
}

#content
{
  color: #777;
  background: url(/jubileum/img/lay_sidebar.png) no-repeat top left;
  padding: 0 20px 10px 320px;
  width: 454px;
  min-height: 397px;
  clear: left;
  line-height: 1.5em;
}

#content a:link, #content a:active, #content a:visited
{
  color: #006;
  text-decoration: underline;
}

#container.signup #content
{
  background: url(/jubileum/img/lay_signup_sidebar.png) no-repeat top left;
}

#festivity, #theme, #calls, #join, #signin, #signup
{
  background: no-repeat;
  height: 64px;
  text-indent: -5000px;
  margin: 0 -20px;
}

#festivity, #signin
{
  background: url(/jubileum/img/lay_festivity.png);
}

#theme
{
  background: url(/jubileum/img/lay_theme.png);
}

#calls
{
  background: url(/jubileum/img/lay_calls.png);
}

#join
{
  background: url(/jubileum/img/lay_join.png);
}

#signup
{
  background: url(/jubileum/img/lay_signup.png);
}

#entry_list
{
  font-size: 16px;
  padding-top: 10px;
  color: #A00;
}

#footer
{
  text-align: right;
  padding: 8px;
  margin: 0;
  background: #1C2A21;
  font: 10px Verdana, sans-serif;
}

#footer a:link, #footer a:active, #footer a:visited
{
  color: #FFF;
  text-decoration: none;
}

#menu a:link:hover, #menu a:visited:hover, #footer a:link:hover, #footer a:visited:hover, #content a:link:hover, #content a:visited:hover
{
  color: #C3362E;
}

form
{
  margin: 0;
  width: 460px;
}

label
{
  width: 185px;
  float: left;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}

.nostyle
{
  display: block;
  width: 435px;
  float: right;
  font-weight: normal;
  letter-spacing: 0;
  color: #777;
}

.formpart
{
  width: 275px;
  float: right;
}

.spacer
{
  font-size: 2px;
  clear: both;
}

input, textarea, select
{
  font: 12px Arial, sans-serif;
  margin: 0 5px 0 0;
}

input
{
  float: left;
}

textarea
{
  width: 100%;
}

input.button
{
  background: #999;
  color: #FFF;
  font-weight: bold;
  border: 1px outset #666;
  padding: 3px;
}

.success
{
  color: #070;
}

.small
{
  text-transform: none;
}

#optional
{
  display: none;
  border: solid #900;
  border-width: 1px 0 1px;
  padding: 10px;
  color: #333;
}

#toggle_story
{
  cursor: pointer;
  text-decoration: underline;
}

.info
{
  border-top: 1px solid #A00;
  border-bottom: 1px solid #A00;
  padding: 8px;
  font-size: 12px;
  color: #333;
  margin: 1.5em 0;
  text-transform: none;
}

.warning
{
  color: #E00;
}
