What is wrong with the templates that is used right now? Alot of changes can be done throght them and header.php/footer.php + CSS..
When i am at it; wouldn't it be simpler to put everything that relates to a specific div etc. inside one css block?
So that things like
DIV.postleft DT, DIV.postmsg H4, TD.tcl H3, DIV.forminfo H3, P.postlink, DIV.linkst LI,
DIV.linksb LI, DIV.postlinksb LI, .blockmenu LI, #brdtitle H1, .pun SPAN.warntext, .pun P.warntext {FONT-WEIGHT: bold}
can be avoided?
If i (for example) want to change the .postmsg class, i will (as it is right now) have to search every css-file and edit 2-10(?) diffrent css blocks, which is kind of inpractical since it would also affect other classes..
This would also increase the skin making.. ;-)