I just tried the Hybrid theme with Sideblogging and everything works fine even if I put the breadcrumb in the footer and sideblogging before.
Do you have the latest version of Hybrid ?
Anyway Sideblogging doesn’t use the main query_post but a custom one, probably because I had similars issues than yours before.
However you can put use the function :
wp_reset_query();
just before the breadcrumb. That will reset the Query Post to the default one. That should fix your problem.