Hello,
I was hoping someone might be able to help me with this. On the landing page, the posts are uninterrupted by the background, but on the permalink pages (once you click on a post) it seems to me that the CSS no longer sticks.
This is the site by the way: http://www.nycafterdusk.com/
I have the following code, but like I said, it doesn't seem to apply to the permalink pages.
p.clr, .clr { clear:both; padding:0; margin:0; background:none; }
p.bg, .bg { border-bottom:1px solid #d9d9d9; clear:both; padding:3px 0; margin:0;}
Any help is very much appreciated.