[jQuery] jquery not working in IE...period

[jQuery] jquery not working in IE...period


Hello all,
I just uploaded jquery on my website, http://www.bloompocket.com.
If you're looking at the homepage with FF or Safari, you'll see that
there is 10px padding above the green "ShareThis" icon. However, in
IE, that icon kisses right up against the text above it.
I am using the following code to add a class to the

containing the
ShareThis icon:
$(document).ready(function(){
$(".more-link+p").addClass("share_this");
});
And FYI, here is the code I'm using to call jquery:
<script src="http://www.bloompocket.com/js/jquery/jquery-1.2.6.js"
type="application/javascript"></script>
Can anyone see what I'm doing wrong here?
Thanks!
Doron