/*
custom.css
Width alterations to the main website
*/

/* Main structure
----------------------------------------------- */
body.custom #wrapper { width: 975px; margin: 0 auto; }
body.custom #content { padding-right: 240px; }
body.custom #footer { padding-right: 220px; }
body.custom #navigation { padding-right: 220px; }
body.custom #theme-info { margin-right: 220px; padding-left: -220px; }
body.custom .primary { width: 100%; }
body.custom .secondary { margin-right:-220px; }
