Thanks, Tara.
Unfortunately, the formatting I inserted in the child theme style.css isn’t recognized. Following is the code for the header in the child theme style.css:
@import url(‘../twentyten/style.css’);
/* =Header
————————————————————– */
#header {
padding: 30px 0 0 0;
}
#site-title {
float: left;
font-size: 30px;
line-height: 36px;
color: #4c6e4c;
font-weight: bold;
font-style: italic;
margin: 0 0 18px 0;
width: 700px;
}
#site-title a {
color: #4c6e4c;
font-weight: bold;
font-style: italic
text-decoration: none;
}
#site-description {
clear: right;
float: right;
font-size: 20px;
font-style: italic;
color: #4c6e4c;
font-weight: bold;
margin: 15px 0 18px 0;
width: 220px;
}
#site-description a {
color: #4c6e4c;
font-weight: bold;
font-style: italic
text-decoration: none;
}
#second-line-description {
clear: both;
float: center;
font-size: 40px;
color: #4c6e4c;
font-weight: bold;
margin: 15px 0 18px 0;
width: 940px;
}
#second-line-description a {
color: #4c6e4c;
font-weight: bold;
}
/* This is the custom header image */
#branding img {
border-top: 4px solid #000;
border-bottom: 1px solid #000;
display: block;
float: left;
}
.one-column #content {
margin: 0 auto;
width: 940px;
}