Verringere die Breite von site-title:
#site-title {
float:left;
font-size:30px;
line-height:36px;
margin-bottom:18px;
margin-left:0;
margin-right:0;
margin-top:0;
[COLOR="Red"]width:700px;[/COLOR]
}
Versuchs mal mit 500px. Dann änderst Du die Breite von site-description:
#site-description {
clear:right;
float:right;
font-style:italic;
margin-bottom:18px;
margin-left:0;
margin-right:0;
margin-top:15px;
[COLOR="Red"]width:220px;[/COLOR]
}
Versuch's da mal mit 300px. Musst selbst mal ein bisschen testen, bis es passt.
Das Firefox Addon Firebug könnte dabei hilfreich sein.