here some ideas: – save a back-up first ! –
change following parts of the style.css into (compare how it was before):
#title {
margin:0;
padding:18px;
position:relative;
z-index:86;
background-color:#777; /* new, pick your own color */
}
/* #title remove in the following: */
#frame, #footer_content {
background:white url(images/page-gradient.png) repeat-y right;
}
h1 {
margin:0;
padding:0;
font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
font-weight:normal;
/* here italic removed */
font-size:2.2em;
letter-spacing:-2px;
color:#fff; /* pick your own color */
}
h1 a {
color:#fff; /* pick your own color */
text-decoration:none;
}
.description small {
font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
/* here italic removed */
font-size:1em;
color:#fff; /* pick your own color */
}
and add a blog description in admin/dashboard.
just to get you started and to give you an idea what areas you could change in the style.css – good luck ??