I have a few questions, but I’ll start with the most important one.
Website is at http://www.startrailsphotography.com
The box on the left under Regional News should display a list dot followed by the headline. The dot should be left aligned under the Regional news box. In Google Chrome this displays correctly. In FireFox and Internet Explorer, the dot is way off to the left almost completely out of the box. Is there a way to fix that?
You can add the following to the stylesheet:
#popular ul {
margin-left:10px;
}