4 @site-gutter-width: 18px;
5 @site-main-body-width: @site-width - 2*@site-gutter-width - @nav-width;
8 @site-header-color: #ddf;
10 @site-body-color: #fff;
11 @site-window-color: #eee;
12 @site-footer-color: #ddf;
13 @site-gutter-color: #fff;
15 header, hgroup, section, footer, aside, nav, article, figure, img {
23 background: @site-window-color;
24 font: 14px "Verdana", sans-serif;
29 background: @nav-color;
32 -moz-box-shadow: 2px 2px 15px #777;
33 -webkit-box-shadow: 2px 2px 15px #777;
34 box-shadow: 2px 2px 13px #777;
40 background: @site-header-color;
46 width: @nav-width - 2*@nav-padding;
47 padding: @nav-padding;
48 background: @nav-color;
56 width: @site-main-body-width;
57 padding: @site-gutter-width @site-gutter-width @site-gutter-width @site-gutter-width;
58 background: @site-body-color;
65 background: @site-footer-color;
69 border: 2px solid red;
94 border: 1px dotted black;
95 padding: 0 15px 15px 15px;
104 border: 2px solid red;
110 /* hack so that vertical margins are only between siblings for the most part */
114 article > :first-child,
115 section > :first-child,
123 fieldset > :last-child,
124 article > :last-child,
125 section > :last-child,