Social media icons out of whack in IE7

Im kinda of in the home stretch here, but of course IE7 is giving me issues. Chrome, FF, Safari, IE8+, the layout looks consistent. But when I test in IE7, my social media icons are all over the place. I have no clue what it could possibly be? Any advice? I would appreciate the help. Thanks in advance.

Heres the site: www.nu-klear.com

Delete the lines in RED.

klear.css (lines 103 and 109)


.facebook {
    float:right;
    [color=red][s]clear:left;[/s][/color]
    margin-top: -30px;
    margin-right: 8px;
}
.youtube {
    float:right;
    [color=red][s]clear:left;[/s][/color]
    margin-top: -30px;
    margin-right: 40px;
}

Wow. Thank you so much ronpat. This is the piece in the puzzle. So very much appreciated!!