another odd thing is when i installed a plugin that added a new link to my nav when im on that page http://www.blokmovaz.com/media/photo_2 it seems to be working…
You shouldn’t start a new thread for the same issues.
The problem with your layout is this. Your container is inside a div with inline styles. Your container div for your WP theme has no id and inline styling. Then you have the BP files shoved inside that.
< div some inline style
< div some inline style
** then you have
< div container
< div content
The container should be the outside of your theme holding it all together. Also looks like the sidebar is outside the container.