Re: Working on new theme, please critique
Refueled, this is pretty slick!
To center the theme, you can just add margin: 0pt auto;
to the #container div.
Another thing… You have a float: left;
on #front-page #discussions. This makes hottags float to the right and be invisible (because of the overflow:hidden on container). If you delete that float: left, the hottags will appear on the bottom. This also fixes the little bottom border artifact you see to the right of the only sticky post.