/* -------------------------------------------------------------- 
	
	footer.css	
	* Styles for footer elements
	
-------------------------------------------------------------- */

			#footer { margin-top: 30px;}
			
				/* Styles for Navigation Portion of the Footer */
				#footerNavigation {
					position: relative;
					margin: 0 auto;
					padding-top: 16px;
					width: 960px;
					font-weight: bold;
					text-align: left;
					color: #8a9ca7; 
					}
					
					#footerNavigation ul {
						display: inline;
						}

						#footerNavigation ul li {
							display: inline;
							font-weight: normal;
							color: #8a9ca7; 
						}
				
						#footerNavigation ul a {
							text-decoration: none;
							color: #8a9ca7;
							}
							
							#footerNavigation ul a strong {
								font-weight: bold;
								}
				
						#footerNavigation ul a:hover {
							color: #fff;
							}
				
					#fbLike {
						position: absolute;
						top: 10px;
						right: 0;
					}


/*******************************************************************************************

TITLE: the genius development framework

VERSION: 1.0.0
URI: http://www.geniusswitchstudio.com/
AUTHOR: Christian Alexander Seeber, Principal + User Experience Architect
COPYRIGHT: 2009 genius switch studio llc

DESCRIPTION: HTML/CSS/JS Framework or Repository created by genius switch studio
in order to streamline all builds. HTML Structure is always the same, 
CSS Structure is always the same, jQuery drives everything. 

**********************************************************************************************/
