Dear gus1558!
Here is the solution for you
#1: you open the file: /templates/ja_norite/css/template.css and find the following code:
#ja-header .main .inner { padding: 65px 10px 0; }
Pls replace the value 65px by yours
#2 pls open the file: /templates/ja_norite/layouts/blocks/header.php and find the following code at line 2:
<div class=”main”>
replace:
[PHP]
<div class=”main”>
<?php if( $this->countModules(“search”) ) : ?>
<div class=”ja-search” style=”float:right; clear:both; padding-top:35px”>
<jdoc:include type=”modules” name=”search” style=”raw” />
</div>
<?php endif; ?>
[/PHP]
3) you should use the firefox and the firebug plugin to complete your issue: http://www.kristarella.com/2009/02/how-to-use-firebug-for-css/
Good luck