pluggable_packs_v1.1 readme bradleycushing.com | creative grid system width 560px, 620px, 740px, 860px, 980px column width for 560px one: 20px, one frame: 8px column width for 620px one: 30px, one frame: 18px column width for 740px one: 40px, one frame: 28px two: 100px, two frame: 88px three: 160px, three frame: 148px four: 220px, four frame: 208px five: 280px, five frame: 268px six: 340px, six frame: 328px seven: 400px, seven frame: 388px eight: 460px, eight frame: 448px nine: 520px, nine frame: 508px ten: 580px, ten frame: 568px eleven: 640px, eleven frame: 628px twelve: 700px, twelve frame: 688px column width for 860px one: 50px, one frame: 38px column width for 980px one: 60px, one frame: 48px standard values for screen.css font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; font-family: Georgia, "Times New Roman", Times, serif; font-family: "Courier New", Courier, monospace; color: #666; line-height: 1.5; margin: em px em px; (margin scales top and bottom) padding: em px em px; (padding scales top and bottom) width: px; height: em; standard values for print.css font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; font-family: Georgia, "Times New Roman", Times, serif; font-family: "Courier New", Courier, monospace; color: #666; line-height: 1.5; margin: em em em em; (margin scales) padding: em em em em; (padding scales) width: em; height: em; screen.css document notes 1. measurements across in px for fixed width 2. measurements vertical in em for scaling 3. margins next to eachother collapse to largest 4. cite must be encapsulated for ie (paragraph, blockquote, defenition description) 5. variable default renders in italics 6. secondary structure floats need display inline for ie (double margins) 7. default/reset css additions (ins, del, var, input, select) print.css document notes 1. measurements change from px to em 2. background unsupported in print.css