Hello Crip,
Thanks for another excellent theme. Simple, elegant, distinct. Well done!
As another user reported in the first page of the thread, there's a small problem with the quote boxes. Look at this:

The only thing I've changed is the forum's width to 95% instead of 1000px, but I don't think that would break that?
I found how to eliminate the scroll bar:
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
background: #fcfcfc;
color: #333333;
padding: 5px;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
width: 90%;
}
Width was 100%, I put it within the percentage I have for the entire forum, now it's fine. But the box containing the actual quote is wider that the box containing the quote header. My html has, in the output:
<div class="inner"><div class="quoteheader">
blahblahblah
So I set the quoteheader to a modest 85%, but I can't find any 'inner' section to touch... Hmmmm!
SOLVED (almost): add a "width" element to "blockquote". But even though I have both blockquote and quoteheader set to 80%, blockquote appears slightly shorter... Hmmmm (bis)
And another (final?!) question: take a look at
http://www.cpcwiki.com/forum/index.php?action=post;topic=107.0 , the message summary doesn't look too good and the messages are not very well distinguished from one another. Where do these setting lie?
Thanks once more...