/* 
	WordPress Menubar Plugin
	sf-footer.css stylesheet for the Suckerfish template

*/

.sf-footer {
	width: 98% ;
  	margin-left: auto ;
  	margin-right: auto ;
    background: #7C6E76;
    background: #494D4E;
	color: #0E161A;
	margin: 20px auto 0px ;
	padding: 10px 0px 10px 0px;
	line-height: 17px;
	text-align: center;
}

	
.sf-footer p {
	color: #262223;
	padding: 0px;
	margin: 0px;	
	}
	
.sf-footer p a {
	color: #98A2AC;
	text-decoration: none;
	}

.sf-footer li a {
	color: #98A2AC;
	text-decoration: none;
	}

.sf-footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.sf-footer li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}