If you add the following to your template's custom CSS file, or wherever your template recommends putting custom changes, it should do what you're looking for:
#scprofile-pic {
float:left;
}
.sclogout-button {
clear:left;
}The only thing you may need to do is add some margin to the greeting itself, with the following:
.scloging-greeting {
margin-top: 10px;
}I hope that helps,
Alex