@charset "UTF-8";
/* CSS Document */

body
{
	background: #27153D url(images/future_nights_background.jpg) no-repeat top left fixed;
	color:#fff;
}

a
{
	color:#6cf;
        cursor: pointer;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

li {
  margin-bottom: 5px;
}

.header
{
        color:#ddd;
	height:80px;
	padding-top:20px;
	position:relative;
	text-align:right;
	vertical-align:bottom;
	width:100%;
}

.header span,
.header div
{
	bottom:0;
	font-family: "Century Gothic", Arial;
	font-size:50px;
}

.header div
{
  float: right;
  top: 50px;
}

.wrapper
{
  width: 100%;
}

.content
{
	background-color:#333333;
	color:#CCCCCC;
	filter:alpha(opacity=95);
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	min-height:300px;
	margin:20px 0 0 auto;
	opacity:0.95;
	padding:50px 100px;
	position:relative;
	width:650px;
}

.content a:hover
{
	background-color:#555;
}

.content td
{
	padding:5px;
}

.contact-info
{
	text-align:right;
	width:300px;
}

#text-bio {
  background-color: #555;
  color: #FFF;
  padding: 10px;
}

.hidden {
  display: none;
}

.official-link {
  font-size: 150%;
}

