1 /*****************************************************
4 * Define CSS classes to implement the Holy Grail Layout
5 * to create a table-free, 3-column, 2-column, or single column
6 * layout depending on whether blocks are enabled in the left
9 * http://www.alistapart.com/articles/holygrail/
11 ******************************************************/
14 padding: 10px 10px; /* main padding */ /* horizontal padding considers border width */
17 #container.withleft #main {
19 voice-family: "\"}\"";
20 voice-family: inherit;
24 #container.withright #main {
26 voice-family: "\"}\"";
27 voice-family: inherit;
31 html>body #container.withleft #main {
35 html>body #container.withright #main {
42 padding: 0 10px 0; /* left-side padding */
47 padding:0 0 0 10px; /* right-side padding */ /* horizontal padding considers border width */
58 * html #footer-wrapper {
60 padding-bottom: 10010px;
61 margin-bottom: -10000px;
65 ** Markup free clearing
66 ** Details: http://www.positioniseverything.net/easyclearing.html
77 display: inline-block;
80 /* Hides from IE-mac \*/
87 /* End hide from IE-mac */