@font-face{
	font-family: "Gotham-Black";
	src: url(/media/fonts/Gotham-Black.otf) format("opentype");
/*	*src: url(/media/fonts/GOTHAM-B.eot);*/
	*src: url(/media/fonts/DIN-BOLD.EOT);
}
body{
	background: #666;
}
body, h1, h2, h3{
	font-family: helvetica, "Lucida Grande","Lucida Sans Unicode", verdana, arial, sans-serif;
}
#logo{
	margin-left: 100px;
}
#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 0;
	overflow: hidden;
}
#bg_image img{
/*	width: 100%;
	height: 100%;*/
}
#contents {
	position:absolute;
	z-index:1;
	width: 100%;
	padding: 0px;
	left: 0px;
	top: 0px;
}
#content{
	padding: 20px 0px;
/*	width: 500px;
	margin-left: 100px;*/
	clear: both;
}
#copy{
	margin-left: 100px;
	position: absolute;
	width: 500px;
	padding-bottom: 90px;
	margin-bottom: 100px;
}
#copy ul, #copy ol{
	padding-left: 20px;
}
#copy ul{
	list-style: disc;
	margin: 10px 0px;
}
#sidebar{
	position: absolute;
	width: 200px;
/*	margin-top: 47px;*/
	margin-left: 630px;
	margin-bottom: 90px;
	background: #000;
	padding: 20px;
	color: #fff;
}
#sidebar li{
	line-height: 1em;
	margin: 5px 0px;
}
#sidebar a{
	text-decoration: none;
}
#sidebar a small{
	color: #666;
}
#sidebar a:hover{
	color: #fff;
}
.slideshow_caption{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	z-index: 100;
	text-shadow: 1px 1px 3px #000;
}
#footer{
	position: fixed;
	bottom:  0px;
	background: url(/media/images/black_50.png);
	width: 100%;
}
#footer ul{
	margin-left: 20px;
}
#footer div{
	float: right;
	margin: 15px;
	margin-bottom: 0px;
}
#footer li{
	float: left;
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Gotham-Black", helvetica, arial, verdana;
	font-weight: bold;
/*	letter-spacing: -.1em;*/
	color: #ff682b;
}
#footer li a{
}
#footer li a:hover, ul.footer li a.selected{
	color: #fff;
}
hr{
	border: none;
	color: #000;
	background: #000;
	height: 1px;
}
a.tn{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2em;
	text-decoration: none;
	line-height: 1em;
}
a.tn img{
	background: #000;
}
a.tn:hover{
	color: #ff682b;
}
a.tn.small{
	height: 65px;
	overflow: hidden;
	display: block;
	border: 1px solid #000;
}
a.tn.small:hover{
	border-color: #fff;
}
a{
	text-decoration: none;
}
.post_summary{
	margin-bottom: 10px;
}
#copy.post{
	background: url(/media/images/black_60.png);
	padding: 10px;
	color: #fff;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.post_summary, #banner{
	display: block;
	background: url(/media/images/black_50.png);
	padding: 10px;
	text-decoration: none;
	color: #fff;
}
.post_summary h1{
	font-size: 3em;
}
.post_summary:hover{
	background: #000;
}
.post_summary:hover h1{
	color: #ff682b;
}
.post_summary:hover h3{
	color: #666;
}
div.alt{
	display: none;
	visibility: hidden;
}