I’ve found a way to change the bg color (basically using an image about 900px wide with the colored background).
However, I need to adjust the logo down. My current code is below, and you can see the problem here:
http://74.54.218.226/~gilmore/
#ja-header {
height: 100px;
line-height: normal;
position: relative;
}
#ja-header a {
}
h1.logo, h1.logo-text {
margin: 0;
padding: 0;
font-size: 200%;
}
h1.logo a {
width: 949px;
display: block;
background: url(../images/logo.gif) no-repeat;
position: absolute;
height: 100px;
bottom: 15px;
left: 0;
}
h1.logo a span {
position: absolute;
top: -1000px;
}
h1.logo-text a {
text-decoration: none;
outline: none;
position: absolute;
bottom: 35px;
left: 15px;
}
p.site-slogan {
margin: 0;
padding: 0;
color: #858783;
position: absolute;
bottom: 20px;
left: 15px;
}