Hi LeopardOnTheLoose and Howdy_McGee,
Thanks for such quick replies. But still nothing. I tried, just for kicks, padding-top: -100px; in addition to 0, but no luck either way.
My site is hand made and I shh into my own webserver so editing is via command line in a bash terminal.
/* The main theme structure */
#colophon,
#main {
padding-top: 0;
}
#wrapper {
margin: 0 auto;
width: 960px;
}
#wrapper {
margin: 0px auto !important;
padding: 0px;
padding-top: 115px;
width: 100%;
background-color: transparent;
}