/*----------------------------------------------------------*/
/* Gearin' Up												*/
/* CSS name: footer.css										*/
/* Developer: MindPick Software LLC							*/
/* Date: 4/17/2009											*/
/*															*/
/* Description: Style sheet for footers on all pages	 	*/
/* 		and all media.										*/
/*----------------------------------------------------------*/

/*----------------------------------------------------------*/
/* Footer has a smaller font, slight drop from body.	 	*/
/* Overflow causes containing block to envelop everything.	*/
/*----------------------------------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
	padding: .5em 0;
	color: #ffcc00;
	font: bold .625em Arial,SunSans-Regular,sans-serif;
	text-align: center;
}

/*------------------------------------------------------*/
/* Size and position sections of footer.				*/
/*------------------------------------------------------*/
#footer_left, #footer_right {
	width: 20%;
}

#footer_center {
	width: 59%;
}

#footer_left, #footer_center, #footer_right {
	float:  left;
	text-align: center;
}

/*----------------------------------------------------------*/
/* Links have no text decoration until hovered over.		*/
/*----------------------------------------------------------*/
#footer a {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
