Thanks so much for this contribution, your definitely on the list for donations when I hit it big!

I'm only getting 1 error when I run it through the w3.org validation test and it is the following on my home page
1. Error Line 28, Column 349: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".

…cb8eede5c31a9a" /><input type="search" name="keyword" id="searchTop" size="20



The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.
I believe it's something in the header search bar, but haven't been able to fix it myself (tried unsuccessfully)

Thanks so much for anyones and everyones help!