5 @main-body-width: @site-width - @gutter-width - @nav-width;
16 font: 14px "Verdana", sans-serif;
28 background: @framing-color;
29 border-bottom: @gutter-width solid @gutter-color;
34 width: @nav-width - 20px;
36 border-right: @gutter-width solid @gutter-color;
37 background: @framing-color;
45 width: @main-body-width;
52 background: @framing-color;
53 border-top: @gutter-width solid @gutter-color;
57 border: 2px solid red;
82 border: 1px dotted black;
83 padding: 0 15px 15px 15px;
92 border: 2px solid red;
98 /* hack so that vertical margins are only between siblings for the most part */
102 article > :first-child,
103 section > :first-child,
111 fieldset > :last-child,
112 article > :last-child,
113 section > :last-child,