Thanks for the quick reply, Ryan. I'll be looking for that option when it's released.
Is there a way to reduce the size of the special area: Top Sidbar Box, without affecting the width of the other two sidebars below it? Basically, I'm trying to place an optin box above the two sidebars, but having it double width is too wide.
If that can't be done, I can deselect Top Sidebar, and insert optin form code into one of the sidebars.
It can be placed just below this code in, 'sidebar.php'.
<div id="sidebar-left">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_right') ) : else : ?>
Side Note: It's interesting that I can't seem to find the function, 'dynamic_sidebar( )'