Okay, everything validates, and your problem could be in the ie style sheet you are using, but since that is embedded, it doesn’t get validated, so I’m not sure about the answer there.
And congrats for getting rid of the nested list problems. That ain’t easy, even for folks who know code. I always have problems with them so I keep a little reminder chart to keep me on track – I hate them but they are a fact of WordPress life now.
Here are the things I would try if I were in charge of your life:
1. Comment out or remove the import of the ie style sheet and leave the regular one in there. Anything you do to make MSIE show up will also work in FF. If things are screwed up in FF, they are much easier to work with and fix and the fix usually applies across the board.
2. With one style sheet, run a validation on your stylesheet again and see if that holds water. If it does, then move on to the next step.
3. With one style sheet, does the same problem happen in Firefox or still only IE?
4. The problem begins here:
<div class="entry">
<p>Here is our Friday list of articles you might want to read over the weekend to get a feel for how things shaped-up the week of April 10, 2005.</p>
<blockquote><p>
<a href="https://www.bloomberg.com/apps/news?pid=10000103&sid=aCvVeUXZIzy0&refer=us">U.S. Stock Benchmark Indexes Hit 2005 Lows: Dow At 10279</a></p>
and continues forward from there. Somewhere between here and the start of the next “entry” class (next post), the problem resides. Begin your hunt here. I’m hunting but I haven’t found it yet, unless it relates to all the extra spaces showing up between the <p>
and the actual link in the lower part of that first list in the blockquote.
5. Since the problem is there, try “changing” the problem (thinking outside of the box) and change those paragraph tags into <br />
tags with a paragraph tag at the beginning and the end and see if that fixes things below it. If not, put them back and move onto another section to figure out if that is the problem.
I recommend you take a few minutes to learn how to play Sherlock Holmes CSS Detective.
I’ll keep poking for another couple of minutes but I got to get to bed. But get started on this part.