marjiec, thank you for the help. Just changing those repeating ID tags to class tags solved the alignment problem with the post titles. Actually I have left the navigate inner as a repeating tag, because when I changed it to a class tag, the layout of some of the blog became odd.
One thing - I'm a total n00b when it comes to code, and I had to do some google searches to figure out how to write a class tag - and I'm still not sure that I did it correctly, even though the title alignment problem has now been solved. For example, I took this code:
#navigate {
float: right;
width: 240px;
font-size: 0.9em;
}
and changed it to:
<class>
float: right;
width: 240px;
font-size: 0.9em;
</class>
Did I do that correctly? Like I said, it seems to have fixed the problem, although I'm not certain I did it correctly.
Regards,
Eric