For some reason I really like the Paradox template and think you've done a great job styling it. However I still think you could do better with the footer. Why not match the footer with the showcase? Get rid of the backgrounds in the modules and simply add this to the bottom of your template.css#rt-footer-surround {
background: url("../images/style3/overlay-color1.png") repeat scroll 0 0 #999999;
border-top: 6px solid #BB0500;
}
The shade of red is still hard to read, but you should be able to tone that down a bit in the template settings. The red is a bit too bright on the entire page so maybe think about a softer color. Of course this is just my opinion, but as a visitor to your site I see the colors to be a bit too contrasting. Don't get me wrong I like the colors and everything else about the site it's just getting the right shade. This template also adds that shadow in the module titles. If you don't care for that add this to your template.cssbody * {text-shadow: none !important;}
And if you decide to keep the footer as it is then you may want to make sure those 3 modules are the same height. You can do that by creating a custom module suffix. Add this to your template.css....height310 .rt-block{height: 310px;}
You would add "height310" to each of your module class suffixes and obviously change the {height: 310px;} to meet your needs.
These are just my opinions.....
Very well done though and it's nice to see some effort was taken to make this template your own!