Try changing this line in the Theme Options file from
PHP Code:
$settings = 'theme_mods_'.get_current_theme(); // do not change!
to
PHP Code:
$settings = 'theme_mods_church'; // do not change!
Be sure to use a lowercase version of your actual theme name.