Thank you very much.
I added this to the css:
body.single #primary {
float: left;
margin: 0 -26.4% 0 0;
width: 100%;
}
body.single #content {
margin: 0 34% 0 7.6%;
width: 58.4%;
}
and nothing happened. Then I went down a little following your advice and found .singular #primary and added the width and it working perfect. Thanks for the heads up.
.singular #primary {
width: 100%;
margin: 0;
}