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

			#footer { }
			
				#footer a {
					text-decoration: none;
					}
					
					#footer a:hover { }

				/* Styles for Navigation Portion of the Footer */
				#footerNavigation { }
			
					#footerNavigation h2 {
						display: none;
					}
					
					#footerNavigation ul { }
				
						#footerNavigation ul li {
							float: left;
							width: 124px;
							margin-right: 30px;
							}
							
							#footerNavigation ul li h3 {
								margin: 0 0 3px 0;
								padding: 0 0 3px 0;
								border-bottom: 1px solid #683032;
								font-weight: normal;
								font-size: 1.1em;
							}
							
							#footerNavigation ul li a {
								padding-left: 1px;
								color: #DDC5C5;
								}
								
								#footerNavigation ul li a:hover {
									color: #fff;
								}
						
							#footerNavigation ul ul { }
						
								#footerNavigation ul ul li {
									float: none;
									margin: 0 0 0 0;
									font-size: 1.1em;
								}
									
								#footerNavigation ul ul a {
									color: #EB9599;
								}
									
				/* Styles for Contact Info Portion of the Footer */
				#contactInfo {
					position: absolute;
					top: 28px;
					left: 681px;
					}
					
					#contactInfo h2 {
						margin: 0 0 3px 0;
						padding: 0 0 3px 0;
						border-bottom: 1px solid #683032;
						font-weight: normal;
						font-size: 1.1em;
						}
				
						#contactInfo h2 a {
							padding-left: 1px;
							color: #DDC5C5;
							}
							
							#contactInfo h2 a:hover {
								color: #fff;
							}
						
					#contactInfo p {
						margin: 0;
						color: #C47786;
						font-size: 1.1em;
						}
				
					#contactInfo li {
						margin: 0;
						color: #C47786;
						font-size: 1.1em;
						}
				
						#contactInfo li a {
							color: #C47786;
							}
							
							#contactInfo li a:hover {
								color: #fff;
							}
						
				/* Styles for Copyright Portion of the Footer */
				#copyright {
					padding: 48px 0 0 0;
					color: #EBE6E6;
					}

					#copyright a {
						color: #EBE6E6;
						}
						
						#copyright a:hover {
							text-decoration: underline;
						}

				/* Styles for Site Credit Portion of the Footer */
				#findUsAt {
					position: absolute;
					bottom: 6px;
					right: 25px;
					height: 48px;
					background: url(../../img/navigation/footernav-links.png) no-repeat;
					}
				
					#findUsAt ul { }

						#findUsAt ul li {
							float: left;
							width: 32px;
							height: 48px;
						}
							
						#findUsAt ul a {
							display: block;
							width: 32px;
							height: 48px;
							background: #300405;
							filter: alpha(opacity=40);
							-moz-opacity: 0.4;
							-khtml-opacity: 0.4;
							opacity: 0.4;
							}
							
							#findUsAt ul a:hover {
								filter: alpha(opacity=0);
								-moz-opacity: 0;
								-khtml-opacity: 0;
								opacity: 0;
								}
								
							#findUsAt a span {
								display: none;
							}


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

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

DISCLAIMER: Of course the copyright is not worth much to me, 
please feel free to borrow, steal, learn, critique (not critisize). I certainly
borrowed from countless bits i've accumulated over the years to reach this level, and 
i'm sure we'll be making updates as time goes on. I think the world of web dev is a 
great place to share and teach each other, not get pissy about who owns what... That said
we're proud of this framework, and hope if you're reading this far down, that you're gaining 
something here. Metta!

DESCRIPTION: HTML/CSS/JS Framework or Repository created by genius switch 
in order to streamline all our builds. HTML Structure is always the same, 
CSS Structure is always the same, jQuery drives everything. 
Our Markup is nearly identical on every build except for the content, 
our stylesheets, elements and classes are structured nearly identically 
every time with the only difference being the actual stylings.

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

