timchez
I just took a quick look on your site and compared it’s stylesheet file with the Vistalicious original stylesheet.
And I was able to find this two differences (posting only the different parts of the code):
Your Stylesheet:
#wrapper {
<strong> margin: 0 auto 0 auto;</strong>
text-align: left; /* IE Centering Technique */
}
#header {
<strong> margin: 0 0 0;</strong>
padding: 5px 0 25px 0;
}
#header h1.sitename {
<strong>padding: 0 0 0 10;</strong>
position: relative;
font-size: 20pt;
}
Vistalicious Stylesheet:
#wrapper {
text-align: left; /* IE Centering Technique */
}
#header {
<em>margin: 0</em>;
padding: 5px 0 25px 0;
}
#header h1.sitename {
<em>padding: 0 0 0 0;</em>
position: relative;
font-size: 20pt;
}
For the moment the best try is to re-upload the original theme files, but first deactivate it meaning switch to a different theme and after the original Vistalicious files are up on your server, you can try again to activate it. ??