960bc WordPress Theme by Troy Dean (http://www.guardianwebdesign.com.au) This WordPress Theme is designed for developers who require a blank canvas with no styling or images to begin developing their WordPress sites. It is built using the 960 12 column grid system (http://www.960.gs). Please read up on the 960 12 column grid system. It's pretty easy to understand and start using. Unzip and install into wp-content/themes/960bc as per normal theme installation and activate this theme in the wp-admin section of your installation. Make sure the 960bc folder contains a subfolder called "css". This is where the 960 grid system files live. Do not remove, rename or change the structure of this directory otherwise the 960 grid system will break. In the header.php file in the 960bc folder you will find a link to the two css files provided by the 960 grid system. (reset.css and 960.css) Do not remove, rename or edit these files otherwise the 960 grid sytem will break. Place your custom CSS in the style.css, colours.css and typography.css files in the 960bc directory. The grid system will make your site 960px wide with padding of 10px left and right. To view the grid columns while your designing simply uncomment line 39 - 44 in header.php. To use the grid system simply assign a div the appropriate class as required. EG: If you need a seven column div assign the class "grid_7" to the div. It's a good idea to still use semantic naming for div id's. EG: