@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	outline:0;
}
html,
body{
	height:100%;
}
body{
	background:#222 url(../media/images/bodybg.jpg) repeat-y center top;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:11pt;
	color:#fff;
}
a:link,
a:visited,
a:hover,
a:active{
	text-decoration:none;
	color:#c8c9b6;
}
a:hover{
	color:#fff;
}
ul{
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6{
	font-variant:small-caps;
}
h1{
	font-size:1.3em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.1em;
}
#coit{
	background:#000 url(../media/images/bg.jpg) no-repeat center 35px;
	width:950px;
	margin:0 auto 35px;
	min-height:100%;
}
#menu{
	position:relative;
	width:180px;
	top:187px;
	font-weight:bold;
}
#menu li{
	background:url(../media/images/menubg.gif) no-repeat -45px center;
	padding:3px 3px 3px 15px;
	line-height:19px;
}
#content{
	background:url(../media/images/linebg.gif) repeat-y left top;
	padding:5px 3px 3px 15px;
	margin-bottom:150px;
	position:relative;
	width:770px;
	left:200px;
	top:-35px;
}
#content p,
#content ul,
#content table{
	width:70%;
}
#msgcontent,
#msgform{
	background:url(../media/images/shortlinebg.gif) repeat-y left top;
	position:relative;
	width:385px;
	left:565px;
	top:-354px;
	padding:3px 10px 25px;
}
#msgform{
	left:200px;
	top:-34px;
}
#msgcontent h1{
	font-size:1.1em;
}
#msgcontent li{
	width:90%;
}
#crew{
	margin:10px 25px;
}
#crew img{
	display:block;
}
/* flash layer */
#flash{
	position:absolute;
	top:5px;
	width:940px;
	height:150px;
	margin:0 auto;
}
#log{
	float:left;
}
#btl{
	float:right;
}
/* cfbox & iframe */
#cfbox{
	position:absolute;
	text-align:center;
	width:1px;
	height:1px;
	background:#222;
	margin:0;
	opacity:0;
	overflow:hidden;
	z-index:16000;
}
a#cfboxcloser{
	position:relative;
	float:left;
	color:#ccc;
	font-size:1.1em,
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:2px dotted #ccc;
	margin:-1px 10px;
}
a#cfboxcloser:hover{
	color:#fff;
	border-bottom:2px dotted #fff;
}
#iframe{
	text-align:center;
	background:#222;
}
#admin span{
	display:block;
}
#admin span.hidden{
	display:none;
}
#admin form{
	margin-left:200px;
	margin-top:-100px;
}
#admin form#exit{
	margin:0;
}
#adminmenu{
	margin:10px;
	text-transform:uppercase;
}
#adminlist{
	position:absolute;
	left:600px;
	padding-right:10px;
	text-align:right;
	width:200px;
	height:350px;
	overflow:auto;
	top:10px;
}
/* classes */
ul.stretcher li{
	display:inline;
	margin:2px;
}
li.toggler,
li.stretcher{
	margin-top:10px;
}

li.stretcher p{
	padding:3px;
}
.nextgig{
	color:#00cf00;
}
ul.list li{
	display:block;
}
.date{
	display:block;
	font-size:0.9em;
	font-style:italic;
	opacity:0.75;
}
.dim{
	opacity:0.75;
	cursor:pointer;
}
ul.links li{
	width:70%;
	margin-bottom:5px;
}
ul.links li a{
	font-weight:bold;
	font-size:1.1em;
}
#nonhum{
	display:none;
	visibility:hidden;
}
#footer_banners{
	text-align:right;
	position:relative;
	width:950px;
	margin:0 auto 35px;
}
#footer_banners a{
	margin-right:10px;
}