How about this, here is my code I modified yours:
PHP Code:
<span class="smallfont">Reputation: </span><span class="smallfont" style="color: <if condition="$post['reputation'] > 0">green<else />red</if>"><b>$post[reputation]</b></span>
How would I go about lets say um, if 0 its red, if above 0 its green, if above 1,000 its yellow, if above 2,000 its orange, and so on.. can someone help me get this? please