FANTASTIC THEME!
Sorry, this is the closest section I could find to post this.
I'm running into an issue with Firefox 3.6.13 not showing rounded corners on my layout container.
Of course it does not show in IE9. But it's very odd that it does not show in Firefox.
They show up in Safari and Chrome just fine. Also, this is ONLY happening with the layout container. Widgets, etc. are all showing up with rounded corners just fine in Firefox..
I'm using Atahualpa 3.5.3 and WP 3.0.1.
Any ideas?
Thanks in advance for your help.

btw, here is my CSS:
padding: 20px; /*This effectively only affects top/bottom padding */
background: #212221;
/* border: solid 2px #F9B512; */
/* box-shadow: 0 0 15px #333;
-moz-box-shadow: 0 0 15px #333; */
uncomment next block for round corners
-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;