/* Footer CSS
 * Copyright 2010 WebCamp One, LLC
 * Jim Pietrangelo, webcampone.com
 * For: All4Hym
*/
footer {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	margin-top: -5px;
	font-size: 1.2em;
	z-index: 10;   
    opacity: .95;  	
	border-top: 2px solid #3F2301;
	border-bottom: 1px solid #3F2301;
	background: #A56C03; }
	ul#navF {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background: transparent;
		float: left; }
		ul#navF > li {
			position: relative;
			display: inline-block;
			width: auto;
			height: 20px;
			margin-top: 0px;
			background: transparent;
			float: left; }
		/*
		ul#navF li#designer:before {
                display: inline-block;
                float: left;
                padding-top: 0px;
                margin-left: -15px;
                content: url('../images/logos/wco_man.png'); }
            ul#navF li#designer {
                float: right; }
        */
		ul#navF li#designer {
			display: inline-block;
			width: 20px;
			height: 20px;				
			float: right;
			margin-right: 5px;
			}
			ul#navF li#designer a {
				display: block;
				width: 100%;
				height: 100%;
				text-indent: -9999px;
				background: url('../images/logos/wco_man.png') 5px 0 no-repeat; }        		
		ul#navF > li a {
			display: block;
			width: auto;
			height: auto;
			padding: 3px 12px 3px;
			text-align: center;
			text-transform: capitalize;
			text-shadow: 1px 1px 1px #704A06;
			filter: dropshadow(color=#704A06, offx=1, offy=1);				
			font-weight: bold;		
			background: transparent; }
			ul#navF > li ul li a {
				text-align: left; }
			ul#navF li a:link,
			ul#navF li a:visited,
			ul#navF li a:active {
				color: #fff; }
			ul#navF li a:focus,
			ul#navF li a:hover {
				color: #FFC467;				
				text-decoration: none; }
				
/* Highlight selected Items */
body#home ul#navF > li a.fHome,
body#terms ul#navF > li a.fTerms,
body#privacy ul#navF > li a.fPrivacy,
body#press ul#navF > li a.fPress,
body#faq ul#navF > li a.fFaq,
body#contact ul#navF > li a.fContact,
body#sitemap ul#navF > li a.fSitemap {
	color: #ffc467; }