does anyone know where i can get just a basic full width(adjustable) theme with a rite sidebar. i dont need a wordpress theme site, i want a download specific themes. im sick of looking, thanks for any help
Everything is adjustable via CSS. If you use the default theme Twenty Twelve (http://wordpress.org/extend/themes/twentytwelve) you can change the width to 100% just like in the example below:
i thought it wasnt adjustable and i thought i read that somewhere too i added this and got 100%, thanks for the help, and the tag plugin in your sig .site { margin: 0 auto; max-width: 100%; overflow: hidden; }