At first I thought it was a styling issue, but then I realized the sidebar <div> is inside the main body <div> on your site like this:<div class="rt-container">
<div class="rt-grid-8">
<div class="rt-grid-4 sidebar-right">...</div>
</div>
</div>
It should look like this:<div class="rt-container">
<div class="rt-grid-8">...</div>
<div class="rt-grid-4 sidebar-right">...</div>
</div>
I downloaded the latest version of the ionosphere template and it had the correct structure. Try downloading it again from here:
www.rockettheme.com/joomla-downloads/club/2816-ionosphere
That should fix the problem.