how is the front page programmed?
on first glance, it appears to be two posts, but the html code in the browser does not match that:
it starts with (2 divs opened):
<div id="content" role="main"> <div class="entry-content">
and ends with (3 divs closed):
</div><!-- .entry-content --> </div><!-- #post-## -->
</div><!-- #content -->
and has another post title in the middle:
<h2 class="entry-title"><a href="http://www.powdork.com/?p=5">lake tahoe is stoked</a></h2>
also, the validation reports an extra </div> somewhere:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.powdork.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
can you describe how the front page is done;
and can you paste the code of the front page template into a http://pastebin.com/ and post the link to it here?