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


<style type='text/css'>
a {text-decoration:none;color:#fff;}
a.img {text-decoration:none;color:#fff;}

a.feed {text-decoration:none;color:#fff;}
a.feed:hover {text-decoration:none;color:#FFFF99;}

a.menu {text-decoration:none;color:#fff;}
a.menu:hover {text-decoration:none;color:#000;background-color: #fff;}

a.media {text-decoration:underline;color:#CCFFFF;}
a.media:hover {text-decoration:none;color:#000;background-color: #fff;}

a.about {text-decoration:none;color:#FFF;}
a.about:hover {text-decoration:none;color:#FFF;}

a.thumbnail:hover {text-decoration:none;color:#FFFFFF;}

img.thumbnail
{
position: relative;
height: 30px;
width: 30px;
opacity:1;
filter:alpha(opacity=100);
border: solid #fff 2px;
}

body {
margin: 0px;
padding: 0px;

font-family: Courier New, Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
background-color:#000000;
background-image: url(images/bg3s.jpg); 
background-position: top center; 
background-repeat: no-repeat;


overflow: hidden;
}

#body_div {
z-index: 1;
position: fixed;
width:100%;
height:100%;
margin: 0px;
padding: 0px;
border:0px #000 solid;
/*overflow: hidden; - causes IE glitch*/
}

#sitemenu {
z-index: 1001;
position: absolute;
top: 0px;
left: 0px;
height: 22px;
width: 100%;
text-align: left;
letter-spacing: 1px;
overflow: visible;
font-size: 12px;
font-variant: small-caps;
font-weight: bold;

background-color:#111;
border-bottom: #666 solid 1px;
opacity:0.5;
filter:alpha(opacity=50);

}





#news {
z-index: 10;
position: absolute;
top: 0px;
right: 0px;
margin-top: 30px;
width: 380px;
height: 100%;

}

#newsbg {
z-index: 1;
position: absolute;
top: 0px;
right: 0px;
width: 400px;
height: 100%;
background-color:#666;
opacity:0.1;
filter:alpha(opacity=10);
border-left: #fff solid 1px;
}
	
	#news_container {
	z-index: 11;
	position: relative;
	right: 0px;
	width: 360px;
	color: #CCCCCC;
	text-align: left;
	
	margin-right: 4px;
	padding-right: 14px;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 0px;

	}

	#signup {
	z-index: 1;
	position: absolute;
	top: 88%;
	right: 0px;
	width: 400px;
	height:30px;
	color: #CCCCCC;
	text-align: right;
	vertical-align: middle;
	letter-spacing: 1px;
	filter:alpha(opacity=50);
	opacity:0.5;
	padding-right: 20px;
	}

#section {
z-index: 1;
position: fixed;
top:75%;
left: 10px;
height:600px;
width:2000px;
font-size:100px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
letter-spacing: -7px;
filter:alpha(opacity=8);
opacity:0.08;
overflow:hidden;
color:#CCCCCC;
}

#menu {
z-index: 10;
position: absolute;
top: 0px;
left: -190px;
height: 100%;
width: 100%;

background-image: url(images/map.png); 
background-position: center; 
background-repeat: no-repeat;

text-align: center;
vertical-align: middle;

letter-spacing: 1px;
filter:alpha(opacity=50);
opacity:0.5;
overflow: visible;

}

#container {
z-index: 3;
position: relative;
height: 100%;
width: 550px;

text-align: center;

	margin-left: auto;
	margin-right: auto;
overflow: visible;

}

	#aboutus {
	z-index: 3;
	position: absolute;
	top: 45%;
	left: 0px;
	height:96px;
	width:96px;
	color: #CCCCCC;
	text-align: center;
vertical-align: middle;
	overflow: hidden;
	}



	#liminal_state {
	z-index: 3;
	position: absolute;
	top: 46%;
	right: 0px;
	height:96px;
	width:96px;
	color: #CCCCCC;
	text-align: center;
vertical-align: middle;
	overflow: hidden;
	}	

#container-vertical {
z-index: 4;
position: absolute;
height: 96px;
width: 96px;
top: 50%;
left: 220px;

text-align: center;
vertical-align: middle;
letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
overflow: visible;

}

	#blotch {
	z-index: 3;
	position: relative;
	top: -210px;
	margin-left: auto;
	margin-right: auto;
	height:96px;
	width:96px;
	color: #CCCCCC;
	text-align: center;
vertical-align: middle;
	overflow: hidden;
	}


#links {
z-index: 1001;
position: fixed;
bottom: 4px;
left: 10px;
height:26px;
width:190px;
color: #666;
line-height: 12px;
font-size: 12px;
font-family: Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
text-align:left;
vertical-align: bottom;
filter:alpha(opacity=50); opacity:0.5;

}	

#signature {
z-index: 110;
position: fixed;
bottom: 0px;
right: 400px;
height:65px;
width:330px;
text-align:right;
opacity:0.5;
filter:alpha(opacity=50);
}	

#copyright {
z-index: 1000;
position: absolute;

width: 400px;
height: 16px;
right: 0px;
bottom: 2px;
text-align: center;
font-size: 10px;
letter-spacing: 0px;
color: #666;

}




</style>