Brianna,
I have designed some custom templates for wordpress in the past. I would actually need to see the template pages to find out how to fix it but I would say that the problem is here in your css:
sidebar ul {
list-style: none; margin-left: -20px; }
The -20px is causing the unordered list items to lineup wrong in IE. Take the margin-left off and see what happens. It may be a matter of adding two different values. We can discuss offline. wfulton@thirdhatch.com
Bill

