Hi @coalculture, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.
I did take a quick look, and the following CSS would remove the author, but it would leave the “|” after it since that does not have a css class assigned to it. They should be able to help you at the Themes and Templates forum with how to remove that from the theme PHP script files.
.theauthor {
display: none;
}
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.