Solved the search box font size difference prob:
1. Had found lots of feedback on this forum regarding... left header and right header....
....Followed what was described with no end result (for my template anyway).
2. Then found some feedback on some of the fonts in the headers being created as 'labels' and the answer was to add 'label' to the first mentioned left header and right header alterations....
....Followed what was first described, then added 'label' to it with no end result.
Solution.....looking in my 'view source' I had seen it mention as a 'label' so this knowledge was good to learn.... had also noticed the class in my view source was named 'other left outer'
Code:
<div id="leftsection"><!--// bof: search //-->
<div class="other-left-outer"><h1><label>Search</label></h1>
so....
.... followed what had been learned in 1. , but replaced 'left/right header' with 'other left outer'...
.... followed what was learned in2. and placed 'label' next to it....
.... then copied the font attributes that were ascribed to the good fonts on my page and placed it all in the CSS....
RESULT: searchbox font is now same as other good fonts in sidebox headers.
Hope feedback helps
Stephenn