I have noted that the vote mechanism assign the same score for one vote up/down independently by the user score. In my opinion this is not fairly as high scored users has a deeper understanding of the subject discussed. I think that a better way would be assign a score by this formula
vote up/down = +/- int(log(user score))
what do you think?