/* -------------------------------------------------------------- 
	
	footer.css	
	* Styles for footer elements
	
-------------------------------------------------------------- */

			#footer { }
			
				/* Styles for Share Menu Portion of the Footer */
				#shareMenu {
					height: 34px;
					}

					#shareMenu h2 {
						float: left;
						width: 86px; 
						height: 23px;
						background: url(../../img/content-design/hdr-share_this.gif) top left no-repeat;
						text-indent: -100000px;
						margin-right: 5px;
					}

					#shareMenu h2.find-us {
						float: left;
						width: 53px; 
						height: 23px;
						background: url(../../img/content-design/hdr-find_us.gif) top left no-repeat;
						text-indent: -100000px;
						margin-right: 5px;
						margin-top: -2px;
					}
	
					#shareMenu ul {
						float: left;
						}
		
						#shareMenu ul li {
							float: left;
							height: 23px;
/*							text-indent: -100000px; */
							margin: 0 10px 0 0;
							}
							
							#shareMenu ul li#digg {
								width: 66px; 
								background: url(../../img/content-design/share-digg.gif) top left no-repeat;
							}
	
							#shareMenu ul li#delicious {
								width: 97px; 
								background: url(../../img/content-design/share-delicious.gif) top left no-repeat;
							}
	
							#shareMenu ul li#facebook {
								width: 98px; 
								background: url(../../img/content-design/share-facebook.gif) top left no-repeat;
							}
	
						#shareMenu ul a {
							display: block;
							text-decoration: none;
							color: #3A3A3A;
							font-size: 12px;
							line-height: 16px;
							height: 16px;
							}
							
						#shareMenu ul li.facebook a{
							text-indent: -5000em;
							display: block;
							width: 76px;
							height: 23px;
							margin-top: -3px;
							background: url(../../img/content-design/facebook.gif) top left no-repeat;
						}
						
						#shareMenu ul li.twitter a{
							text-indent: -5000em;						
							display: block;
							width: 76px;
							height: 23px;
							margin-top: -3px;
							background: url(../../img/content-design/twitter.gif) top left no-repeat;
						}
							
						#shareMenu ul a img{display: block; float: left; margin-right: 5px;}
													
				/* Styles for Copyright Portion of the Footer */
				#copyright {
					clear: both;
					float: left;
					font-size: 1.1em;
					color: #E0DCD0;
				}

			
				/* Styles for Navigation Portion of the Footer */
				#footerNavigation {
					float: left;
					font-size: 1.1em;
					color: #E0DCD0;
				}

					#footerNavigation ul {
						float: left;
						}
		
						#footerNavigation ul li {
							float: left;
						}

						#footerNavigation ul a {
							color: #E0DCD0;
							text-decoration: none;
							}

							#footerNavigation ul a:hover {
								text-decoration: underline;
							}
							
							#footerNavigation ul a#rss {
								display: inline-block;
								padding-right: 26px;
								background: url(../../img/content-design/footer-rss.gif) 100% 0 no-repeat;
							}

			
				/* Styles for Site Credit Portion of the Footer */
				#credit {
					clear: both;
					padding-top: 24px;
					height: 8px;
				}

					#credit span {
						display: none;
					}
					
					#credit.black a {
						display: block;
						width: 116px;
						height: 22px;
						background: url(../../img/genius-credit_color_black.png) top left no-repeat;
					}
			
					#credit.white a {
						display: block;
						width: 130px;
						height: 22px;
						background: url(../../img/genius-credit_color_white.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

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.

**********************************************************************************************/
