/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* Modified for AAD by KH
*/

/* #Footer Styles
================================================== */
footer{
	background: url(../images/dotted.png) top left repeat-x;
	margin: 35px auto;
	padding: 35px 0;
	width: 980px;
}
footer ul{
	text-align: center;
}
footer ul li{
	margin: 0; padding: 0;
}
footer ul li a{
	text-decoration: underline;
}
footer .quicksearch{
	width: 500px;
	margin: 35px auto;
}
footer .quicksearch label{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
footer .quicksearch .search-image{
	float: left;
	margin: 0 16px 0 30px;
}
footer .quicksearch .keywords{
	background: #F2F2F2;
	border: 0;
	border-radius: 15px;
	color: #cccccc;
	float: left;	
	font: 14px/20px 'Avenir LT W01 55 Roman', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	padding: 5px 10px;
	width: 360px; 
}
footer .quicksearch input.keywords:focus{
	background: #333333;
	border: 0;
	outline: none; 	
}
footer p.about{
	text-align: center;
}
footer p.credit{
	font-size: 14px;
	margin: 45px auto;
	text-align: center;
	width: 500px;
}
footer p.credit a, footer p.about a{
	text-decoration: underline;
}
footer .contact{
	margin: 45px auto;
	padding-bottom: 45px;
	width: 610px; 
}
footer .contact .logo{
	float: left; 
	margin: 0 45px 0 0;
}
footer .contact .col{
	float: left;
	margin: 0 20px 0 0;
	width: 170px;
}
footer .contact .col:last-child{
	margin-right: 0;
}
footer.pad-bottom{
	padding-bottom: 196px;
}


