looks good so far.
little tip for you, you can add item icons to your posts that when hovered over show a tooltip like the item tooltips in game.
If the wordpress admin page on wordpress.com sites is the same as the one you can install on your own host then go in to the admin panel and select .. appearance -> themes -> editor
On the right of the page you will see a list of the theme files, find and click on header and in the main box you will get a display of all the coding for that file.
Copy and paste the following code anywhere between the "head and /head" tags.
Code:
<script src="http://static.yg.com/js/exsyndication.js" type="text/javascript"></script>
Then click update file.
Now when you are posting you can click the html tab and insert the following ..
Code:
<a class="yg-iconlarge" href="ITEM URL">ITEM NAME</a>
Where ITEM URL is the items webpage at
http://aoc.yg.com and ITEM NAME is the name of the item.
For example if you want to display an icon with a tooltip for the Legguards of the Black Dragon which is found at
http://aoc.yg.com/item/legguards-of-...gon?h=rmkpV8EM you would add ..
Code:
<a class="yg-iconmedium" href="http://aoc.yg.com/item/legguards-of-the-black-dragon?h=rmkpV8EM">Legguards of the Black Dragon</a>
You can see an example of it working on wordpress on my site here ...
http://harakoni.com/aoc/?page_id=135