body {
	background: black url(/images/background.jpg) top center no-repeat;
	font-family: 'Garamond', 'Times New Roman', serif;
	line-height: 16pt;
	color: white;
}

#wrapper {
  width: 900px;
  margin: 0px auto;
  padding-top: 8em;
}

#content {
  float: right;
  width: 75%;
}

#sidebar {
  float: right;
  width: 17%;
  padding-top: 6.7em;
  padding-left: 3em;
}


#sidebar form input {
  margin-bottom: 0.5em;
}

#sidebar form div.button {
  text-align: right;
}

#home_link {
  float: right;
  margin-bottom: 5px;
  background-color: transparent;
  font-family: 'Courier New', Courier, monospace;
  color: black;
  font-weight: bold;
  font-size: 14pt;
  border: 1px solid black;
  padding-bottom: 0.15em;
}
#home_link:hover,
#home_link.active {
  background-color: black;
  color: white;
}
#home_link.active:hover {
  cursor: default;
}

#navigation {
  clear: right;
  margin-bottom: 1em;
}
#navigation li:first-child a {
	border-top-width: 1px;
}
#navigation a {
  display: block;
  background-color: transparent;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14pt;
  font-style: italic;
  letter-spacing: 0.5em;
  border-style: solid;
  border-color: black;
  border-right-width:   1px;
  border-left-width:    1px;
  border-bottom-width:  1px;
  color: black;
  padding: 0.25em 0.5em;
}
#navigation a:hover,
#navigation a.active {
  background-color: black;
  color: white;
}
#navigation a.active:hover {
  cursor: default;
}
#navigation li {
  text-align: center;
}

#footer {
  display: none;
  width: 100%;
  margin-top: 3em;
  padding: 2em 1em;
  text-align: center;
  -moz-border-radius: 4px;
  background-color: #111;
  color: white;
  opacity: 0.5;
  font-family: Arial, Helvetica, sans-serif;
}

#title {
  font-size: 38pt;
  line-height: 42pt;
  color: black;
  margin-bottom: 1em;
}


a {
  padding: 0em 0.25em;
	background-color: black;
	text-decoration: none;
}
a,
a:visited,
a:active {
  color: #bbb;
}
a:hover {
  color: white;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* end clearfix */

.placeholder {
  font-weight: bold;
}
.placeholder.example {
  color: gray;
}