@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: none;
}
a:active, a:visited, a:link {
	color:#FF0000;
	text-decoration:none;
} 
a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	color: #FFFFFF;
}
h1, h2, h3 {
	text-align:center;
}
h1 {
	margin-top:30px;
	font-size:16px;
}
h2 {
	margin-top:15px;
	font-size:14px;
}
h3 {
	margin-top:30px;
	font-size:10px;
	font-style:italic;
}
#mainWrapper {
	background: url(../img/logo.jpg) no-repeat center top;
	width: auto;
	padding-top: 525px;
}
#mainWrapper p {
	text-align: center;
	width: 800px;
	margin: 10px auto;
	font-size:11px;
}
div#index p{
	font-size:14px;
	width: 1000px;
}
div#index p.special{
	font-size:18px;
}
#mainWrapper div {
	margin: 50px 0;
	padding-bottom:1px;
}
#globalWrapper {
	width: 800px;
	margin: 0 auto;
	background: #333333;
	padding-bottom:20px;
}
#globalWrapper p {
	padding: 10px 40px;
}
#header {
	height: 200px;
}
#header:hover {cursor:pointer;}
#header.burn{
	background: url(../img/bnr-bn.jpg) no-repeat;
}
#header.orchard{
	background: url(../img/bnr-or.jpg) no-repeat;
}
#header.night{
	background: url(../img/bnr-ns.jpg) no-repeat;
}
#header.deed{
	background: url(../img/bnr-dd.jpg) no-repeat;
}
#header.border{
	background: url(../img/bnr-br.jpg) no-repeat;
}
#header.links{
	background: url(../img/bnr-links.jpg) no-repeat;
}
#header.ian{
	background: url(../img/bnr-i.jpg) no-repeat;
}
#header.brian{
	background: url(../img/bnr-b.jpg) no-repeat;
}
#header.hindsight{
	background: url(../img/bnr-hind.jpg) no-repeat;
}
#header.empty{
	background: url(../img/bnr-empty.jpg) no-repeat;
}
#header.capistrano{
	background: url(../img/bnr-cap.jpg) no-repeat;
}
#header.ghostclub{
	background: url(../img/bnr-club.jpg) no-repeat;
}
#menu {
	background: #222222;
	height: 30px;
	text-align:left;
}
#menu div {
	font-family: Impact, Georgia, Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	cursor:pointer;
}
#menu a {
	font-family: Impact, Georgia, Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	cursor:pointer;
	padding:0 41px;
}
#menu .drop {
	float: left;
	line-height: 30px;
	text-align:center;
}
#burn {width:120px;}
#night {width:160px;}
#orchard {width:180px;}
#deed {width:180px;}
#border {width:160px;}
#menu .dropItem {
	display:none;
	font-size: 12px;
	background:#222222;
	height:20px;
	line-height:20px;
	letter-spacing: 1px;
	text-align:left;
}
#menu div:hover {
	color:#999999;
	text-decoration:none;
}
#menu div.selected {
	color: #CCCCCC;
}
#menu a:hover {
	color:#999999;
	text-decoration:none;
}
#menu a.selected {
	color: #CCCCCC;
}
div#menu.main {
	text-align:center;
}
#footer {
	height: 50px;
	width: 800px;
	background-color: #111111;
	line-height: 50px;
	text-align: center;
	margin:0 auto;
	font-size:12px;
}
#footer.index {
	width: 100%;
}
.drop div {
	padding-left:10px;
}
p.logline {
	font-style: italic;
	margin:50px 0 30px 0;
	font-size:14px;
}
p.charName {
	font-size: 14px;
	font-weight: bold;
	width: 600px;
	margin-top: 20px;
}
p.description {
	width: 700px;
	text-align: justify;
	margin-left: 20px;
	display:none;
}
p.synopsis {
	width: 700px;
	text-align: justify;
	margin-left: 20px;
}
p.link a, p.link a:hover {
	cursor:pointer;
	color:#CC0000;
}
p.link {
	text-align:center;
	width:700px;
}
.clear {
	clear: both;
}
.expand {
	cursor: pointer;
}
span.award {
	color: #FF0000;
	font-size: 14px;
	text-align: center;
	font-style:normal;
	display:block;
}
span.announce {
	color: #FF0000;
	font-size: 18px;
	text-align: center;
	font-style:normal;
	display:block;
}
span.award a {
	font-size: 14px;
	color: #FF0000;
}

span.smAnn {
	font-size: 12px;
	color: #FF0000;
	text-align: center;
	display:block;
}
.bio {margin-top:40px;width:800px;}
.bio p {text-align:justify;}
.ctr {margin: 0 auto;}
.yt {text-align:center;}