/*css layout formatting done by mtness.net*\
 for CFFS.html
\*              2009-03-29                */

* { margin: 0; border: 0; padding: 0; }

body {
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 13px;
	background: #000;

}
#passepartout
{
	display: block;
	position: relative;
	height: 100%;
}


/* moosizer Plugin Styles */
/* ************************************************************************* */
#supersize { position: fixed; top: 0; left: 0; z-index: 0; }
#supersize img, #supersize a
{
	height:100%;
	width:100%;
	display:none;
	cursor:pointer;
}

#supersize .activeslide, #supersize .activeslide img
{
	display:inline;
}
/* ************************************************************************* */

#header
{
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 23;
	position: fixed;
}
	#header-bg
	{
		position: relative;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

	#logo
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 113px;
		height: 70px;
		background: #000;
		z-index: 24;
		
	}
		#logo a
		{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 113px;
			height: 70px;
		}
		#logo a img
		{
			position: absolute;
			top: 42px;
			left: 16px;
		}

#footer
{
	display: block;
	position: fixed; 
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	clear: both;
}
#footer a {
	 color: #777;
	 text-decoration: none;
	 padding:2px;
	 text-align:left;
	 line-height: 26px;
	 height: 36px;
	 font-size:14px;
	 font-style:normal;
}
#footer a:link   {}
#footer a:visited{}
#footer a:hover  { color: #000; }
#footer a:active {}

	#footer-bg
	{
		position: relative;
		top: 0;
		width: auto;
		height: 100%;
		background: #fff;
		padding:20px;
		font-family:Georgia, Garamond, "Times New Roman", Times, serif;
		font-style:italic;
		color:#333333;
		text-align:justify;
		font-size:17px;
		line-height:1.3em;
		z-index: 4;
	}

#dates{
	width:100%;
}
#desc{
	position:absolute;
	left:0px;
	background-color:#000;
	padding:10px;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	font-size:17px;
	opacity:.50;
	filter: alpha(opacity=50);
}
.selected{
	border:1px dashed #000;
}
#credits{
	padding:10px;
	position:absolute;
	top:0px;
	left:0px;
	color:#CCCCCC;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#credits a{
	color:#CCCCCC;
	text-decoration:underline;
}
#overlaytext1{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:85px;
	position:absolute;
}
#splashimg{
	position:absolute;
	top:175px;
	left:0px;
}
.keys{	
	font-size:11px;
}
#birdseye{
	position:absolute;
	top:50px;
	left:10px;
	text-transform:uppercase;
	text-align:justify;
	padding-right:10px;
	font-size:32px;
	color:#FFFFFF;
	
}
#birdseye a:link{
	border-bottom:1px dashed #999999;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-decoration:none;
}
#birdseye a:visited{
	border-bottom:1px dashed #999999;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
}
#birdseye a:hover{
	background-color:#999999;
	color:#333333;
}
#birdseye .back a{
	color:#FFFFFF;
	text-decoration:none;
	border:1px dashed #fff;
	padding:3px;
}
