Change that to:
class="YourSpecialClass"class="post" id="post-">
The above code will check if the $postCount is 1 (first post), and then add the class="YourSpecialClass" part as its attribute.
A better readable version:
//the first post -- style it
//other posts -- proceed normally
Hope this helps!