Open template.css (line 1149) and find…
.narrow #ja-mainnav {
width:524px;
}
change the 524px to whatever you wish.
Find on line 1118…
h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll 0 0;
bottom:10px;
display:block;
height:70px;
left:20px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
position:absolute;
width:285px;
}
and change to…
h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll center 0;
bottom:10px;
display:block;
height:70px;
left:20px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
position:absolute;
width:285px;
}
This will moce your logo over to the right a bit but you could make your logo image wider either.