If anyone wants to know how I changed anything on my website's look from the default WordPress 2011 theme, just ask. For reference, here are the CSS tweaks:
#container {
float:left;
text-align:justify;
width:100%;
margin:0 -240px 0 0;
}
#content .entry-title {
float:center;
text-align:center;
margin:0;
padding:15px;
}
#access ul {
font-size:14px;
}
#branding {
border-top:0 solid #bbb;
padding-top:-20px;
padding-bottom:-20px;
}
#site-title {
font-size:0;
padding:15px 0 -15px;
}
#site-title a {
font-size:0;
line-height:0;
}
#site-description {
font-size:0;
}
#branding img {
border-top:2px solid #000001;
border-bottom:2px solid #000001;
}
.tag-links {
font-size:0;
}
.cat-links {
font-size:0;
}
.sep {
display:none;
}
.menu {
text-align:center;
}
.menu ul {
display:inline-block;
}
#site-generator {
border-top:2px solid #000001;
color:#666;
font-size:0;
line-height:2.2em;
text-align:center;
padding:0;
}
#site-generator a {
color:#555;
font-weight:normal;
}
#site-generator .sep {
background:url('images/wordpress.png') center left no-repeat;
color:transparent;
display:inline-block;
height:0;
line-height:0;
text-indent:40px;
width:0;
margin:0 7px;
}
#branding #searchform {
display:none;
padding-bottom:0;
}