@Kim:
1. I see that you have already hide this.
2. There is no option to move title above the featured image in the archive page. You can see the available layout in “Appearance => Theme Options => Layout Options”. If you don’t want like this then you can use it like in your live Site, where you have set Layout Options to “Full Content Display”, this will display any featured image and it will show just want ever is there in the post before more tag break. So, you can add image and all as per your need.
3. You can replace your custom css
#main { padding-top: 10px; }
with the
#main { padding-top: 0; }
4 and 5. You can add the following css in “Appearance => Theme Options => Custom CSS” box and if you further want to reduce it then you can reduce that 5px as per your need.
#secondary .widget,
#third-sidebar .widget {
margin-bottom: 5px;
padding-bottom: 5px;
}
6) Can you show me the url where you have this issue.