hi folks, I'm revamping my old phpBB integrated HTML site into a new drupal driven site based on the Foundation theme downloadable here at drupal.org and I'm having some problems styling the blog nodes.

how does a problem styling them equate to needing php help, you ask?

Well, take a look at my site you'll notice some gaps...

If you look at the code, you'll notice that the "blogs" h2.title is outside the blog node and each blog has its own h3.title element.

What I want to do is style the fist h3.title element with a solid backgound and left/right borders so it ties into the h2.title element smoothly. Then, I want each subsequent blog to have a unique element class or div# so that I can style its h3.title differently that the first published blog on the page.

basically:

1st published blog: seperate h3.title class or div.

2nd + published blog: one collective h3.title class or div that distinguishes it from the first.

Does anyone know how and if this can accomplished? I'd greatly appreciate any available help.