/* -------------------------------------------------------------- 
	
	footer.css	
	* Styles for footer elements
	
-------------------------------------------------------------- */

			#footer {
				position: relative;
				}
			
				/* Styles for Copyright Portion of the Footer */
				#copyright {
					position: absolute;
					top: 24px;
					right: 26px;
					font-weight: bold;
				}
			
				/* Styles for Navigation Portion of the Footer */
				#footerNavigation { }
				
					#footerNavigation ul {
						clear: both;
						padding-bottom: 24px;
						}
						
						#footerNavigation ul li {
							display: inline;
						}
							
						#footerNavigation ul a {
							float: left;
							display: block;
							margin-right: 7px;
							color: #959595;
							text-decoration: none;
							font-weight: bold;
							}
							
							#footerNavigation ul a:hover {
								color: #c9873b;
							}

							ul#languages li a {
								margin-right: 13px;
								padding-left: 26px;
								height: 24px;
									min-height: 24px; 
								}
								
								ul#languages li.eng a {
									background: url(../img/interface/icon-english_footer.gif) top left no-repeat;
								}
						
								ul#languages li.fr a {
									background: url(../img/interface/icon-french_footer.gif) top left no-repeat;
								}
						
			
				/* Styles for Site Credit Portion of the Footer */
				.credit {
					position: absolute;
					}
					.credit.genius {right:233px;top: 54px;}
                    .credit.atom {right:24px;top: 50px;}

					.credit span {
						display: none;
					}
					
					.credit.genius a {
						display: block;
						width: 147px;
						height: 20px;
						background: url(../img/site_design_by_genius.png) top left no-repeat;
					}
			
					.credit.atom a {
						display: block;
						width: 140px;
						height: 25px;
						background: url(../img/site_powered_by_atom.png) top left no-repeat;
					}





/*******************************************************************************************

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. 

**********************************************************************************************/
