/*
Boxes, another CSS Framework
by Stephane Curzi
*/

/******************** Baseline grid: 12/22px ********************/
/* body font-size × font-size = n, line-height ÷ n = line-height */
body								{ font-size:  12px; line-height: 22px; }
h1									{ font-size: 2em; line-height: 1.833em; }
h2									{ font-size: 1.6667em; line-height: 2.2em; }
h3									{ font-size: 1.5em; line-height: 2.444em; }
h4									{ font-size: 1.3333em; line-height: 1.375em; }
h5									{ font-size: 1.1667em; line-height: 1.572em; }
h6									{ font-size: 1em; line-height: 1.833em; }
p, ul, ol, dl, pre, address, table, form	{ margin-bottom: 1.833em; }
hr									{ margin: .8em 0 1em 0; }

/* Baseline Grid */
body								{ background: url(/Resources/images/common/baseline_22.png) repeat 0px 13px; }