Heres my css for the header section. The outlined text is what I edited.
/* header START */
#header {
background:url(img/header.gif) 0 0 no-repeat;
height:90px;
border-bottom:1px solid #A6A6A6;
}
#caption {
padding:25px 30px 0;
text-decoration:none;
font-size:0px;
}
#title a {
text-decoration:none;
font-size:0px;
/* color:#FFF; */
height:30px;
display:block;
font-family:"Trajan Pro";
/* letter-spacing:0; */
}
/* image blog title */
/*
#title a {
background:url(img/title.gif) no-repeat;
text-decoration:none;
color:#FFF;
width:250px;
height:30px;
text-indent:-999em;
display:block;
}
*/
#tagline {
border-top:0px;
text-decoration:none;
font-size:0px;
float:left;
padding:0 3px;
}
#header .banner {
float:right;
padding:15px 15px 0;
color:#999;
}
/* header END */