/**
 * @title		Global Footer Styles
 */


#footer {background-color:#fff;}

#footer-inner {
	margin:0 auto; padding:12px 20px;
	width:920px;
}

/**
 * @section		Navigation
 */
#footer-nav {
	float:left;
	padding-top:5px;
}
#footer-nav li {
	float:left;
	padding:0 10px; border-left:1px solid #dae5e7;
	font-size:11px;
	line-height:1.4;
}
#footer-nav li:first-child {
	padding-left:0; border-left:0;
}
#footer-nav a {
	color:#007e7e;
}

/**
 * @section		Social
 */
#footer-social {
	float:right;
}
#footer-social li {
	float:left;
	margin-left:10px;
}
#footer-social img {
	display:block;
	width:25px; height:25px;
}

/**
 * @workaround		Clearing
 */
#footer-inner:after {
	display:table;
	clear:both;
	content:'';
}
