Thanks for writing. There are only two sections in the style.css that contain the word header:
#header,
#main,
#footer {
background-color: #fff;
text-align: left;
margin: 0 auto 3px;
width: 985px;
}
#header,
#sidebar,
#footer { font-size: 0.7em; }
#header { height: 146px; margin-top: 10px; position: relative; }
#container { float: left; margin: 0 -350px 0 0; width: 100%; }
#content {
border-right: 3px solid #D5DADD;
margin: 0 350px 0 0;
overflow: hidden;
padding: 19px 0 0;
}
(AND A LITTLE LOWER DOWN THE PAGE)
/* HEADER
——————————————————————- */
/* Start EXAMPLE CODE image logo */
/*
#logo, #logo a { display: block; height: 19px; width: 87px; }
#logo { position: absolute; top: 28px; left: 27px; }
#logo a { background: transparent url(img/logo.png) top left no-repeat; text-indent: -9999em; }
.description { color: #B8860B; display: block; left: 124px; position: absolute; top: 44px; }
*/
/* End EXAMPLE CODE image logo */
/* Start EXAMPLE CODE text logo */
#branding { display: block; position: absolute; top: 30px; left: 28px; }
h1#logo { font-size: 30px; line-height: 1.2; margin: 0; }
#logo, .description { color: #B8860B; float: left; margin: 17px 0 0 10px; }
/* End EXAMPLE CODE text logo */
I thought I could put an image in the logo area, but it is only a small portion of the header. I want an image all the way across the top, like I read in the instructions in the Codex, but there is no code anywhere that looks anything like the instructions in the Codex. It is after all a photography blog and needs a photograph as a header. I would just dump and move to another theme, but there are features I like about this theme. I already am trying out the “Cutline” them as recommended by ProBlogger, but it is lacking in a few areas that my current them has.