It's puzzling to me where the extra space in my footer is coming from. It seems to be around 20-30px as you can see on the following url:
Despite the code in my footer being minimal, with no apparent cause for this additional space below my social icons.
footer {
background: #fff none repeat scroll 0 0;
color: #ffffff;
float: left;
padding: 30px 0;
width: 100%;
}