I have a small "clean-up" suggestion. Normally when a post hasn't recieved any ratings and when a user doesn't have permission to rate (mostly guests), there is still an empty dark_postrating container in the post that takes up space in form of a white gap.
HTML:
<div class="dark_postrating ">
<div class="dark_postrating_container">
<ul class="dark_postrating_outputlist">
</ul>
<script type="text/javascript">
var dark_postrating_minimum_opacity = 1;
</script>
<ul class="dark_postrating_inputlist " style="opacity: 1;">
</ul>
</div>
<div style="clear: right;"></div>
</div>
Can you make it that this container is only produced in the html output if the post has at least one rating or if you don't have permission to rate?