I would like to know to align the text in a p element to be vertically centered.
p
Here are my styles:
You can use line-height for that. Just set it up to the exact height of your p tag.
line-height
p.event_desc { line-height:35px; }