@charset "UTF-8";

#footer { 
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	padding: 0;
	background:#DDDDDD;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
}
#footer-info {
	width: 75em;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;	
}

/** FOOTER LINKS STYLES **/

#footer-links {
	float: left;
	width: 60%;
	height: 70px;
}
.footer-col ul {
	margin: 0;
	padding: 0;
}
.footer-col li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
}
.footer-col h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}


/** NEWS STYLES **/

#footer-news {
	float: left;
	width: 25%;
}


/** PROJECTS STYLES **/

#footer-projects {
	float: left;
	width: 25%;
}


/** FAN ZONE STYLES **/

#footer-fan-zone {
	float: left;
	width: 25%;
}
#footer-fan-zone  li {
	line-height: 1.5em;
	margin-bottom: .2em;
}


/** ABOUT STYLES **/

#footer-about {
	float: left;
	width: 25%;
}


/** FOOTER NAV STYLES **/

#footer-nav {
	margin: 0 25% 0 63%;
	font-weight: bold;	
}
#footer-nav ul {
	margin: 0;
	padding: 0;
}
#footer-nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
}
#footer-nav h3 {
	padding: 0;
	margin: 0 0 .2em 0;
	font-size: 1em;
	line-height: 1.5em;
}

/** COPYRIGHT STYLES **/

#footer-copyright {
	float: right;
	width: 25%;
	text-align: right;
	color: #666666;
}
#footer-copyright p {
	padding: 0;
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
}


/** SOCIAL LINKS STYLES **/

#social-links img { border: none; }


/** LINK STYLES **/

#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
