First, I'm no CSS expert. I have played around with Firebug and made a couple edits to the main.css form but I've struggled on 2 topics of which I sure would appreciate any help, recommendations, support, etc.
Here's how the event listings look now (ignore the dots, represent the table) Note the date and time are "center" aligned in the table column but the event name is top aligned. Center or top aligned is fine as long as there's consistency.
Event Name
Location......................Date
...................................Time
Register Button
Note how the event name entry is top aligned in the table, the date and time are center aligned in the table and the register button is below the event name and location.
The ideal situation would be 3 columns with the register button not under the event name but in the 3rd column and the date and time top aligned so an event would read...
When playing (and I emphasize playing, still trying to figure out the magic of CSS) with the css code I can top align the first line of a multi-line listing, and the 2nd but then the 3rd line is aligned in the middle of the table again.