@charset "utf-8";

/* CSS Document */
/*This CSS document styles the skyline footer at the bottom of the page and keeps it stationary.*/

#skyline
{
	color:#f5f9c5;
	position:fixed;
	top:100%;
	margin-top:-218px;
	left:50%;
	margin-left:-900px;
	font-family:"Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	text-align: center;
}

/*#skyline img {opacity:0.85; filter: alpha(opacity = 85)}

*/

#skyline p
{
	position:absolute;
	top:140px;
	left:650px;
	font-size: 16px;
	text-align: center;
}

/*page navigation links*/

#skyline ul 
{
	position:absolute;
	color:#dfdfdf;
	top:180px;
	left:514px;
	margin-top:-2px;
	padding: 0;
	list-style-type: none;
}

#skyline ul li 
{
	display:inline;
	font-size:10px;
	opacity:0.65; 
	filter: alpha(opacity = 65);
}

#skyline ul li a
{
	color: #dfdfdf;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:12px;
}

#skyline ul li a:visited
{
	color: #dfdfdf;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	text-align: center
}

#skyline ul li a:hover 
{
	color: #990000;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}

.sub 
{
	position:absolute;
	top:200px;
	left:650px;
	color: #999999;
	font-size: 10px;
}

/* movie nav link */

#skyline a 
{
	color: #f5f9c5;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}

#skyline a:visited 
{
	color: #f5f9c5;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}

#skyline a:hover 
{
	color: #990000;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}
