2
bogart:
I assume you mean placing the content (in this case, News) before the blocks.
To do this, you need to edit your theme.html file. But since theroetically you can't edit, by definition, the default theme (as a security provision), you should first clone the theme, define your clone as the working theme, and then edit the file.
What you need to do there is to look for the HTML code that displays the main content and place it above the code that displays the blocks. You just need to be careful because of the placement of the IF statements.
This of course poses an interesting idea that I've already used in the only theme I've done so far (MP00): theme authors should be urged to include several theme options for their users: one with the content on top, another with the blocks on top. I even added options for full-width theme, fixed-width theme, centered-fixed-width and left-aligned-fixed-width. It's actually quite easy, once you grasp how it's done.
If you feel you're in exploration mode, look for the theme MP00, download it and see how it's done.
Cheers.