props to the theme guys! May 12th, 2007

I've finally got the theme selected and tweaked! Using inf02 which was in the Mephisto Theme Gallery

Props go out to the following:

Design by Inf infscripts

Ported by railsgrunt

Powered by mephisto

Also, I made the following MOD to layout.liquid enabling search:
<div id="menu">
	<div>
		<form method="get" id="sform" action="/search">
		<input type="text" id="q" value="search" name="q" size="10" onfocus="q.value='';" onblur="q.value='search' "/>
		</form>			
	</div>
...