"This theme is a reimplementation of the Bluemarine theme using the "Holy Grail" layout, as presented by A List Apart:
http://www.alistapart.com/articles/holygrail
Visually it should be nearly identical to Bluemarine. It is intended more as a demonstration of using a Holy Grail layout in a Drupal theme than as a theme itself. Hopefully this will help spawn a bunch more pure-CSS themes. :-) Enjoy!"
This layout is most likely unusable for Drupal as it uses the following trick to ensure equal height columns: #container { overflow: hidden; } #container .column { padding-bottom: 20010px; /* X + padding-bottom */ margin-bottom: -20000px; /* X */ } #footer { position: relative; } This is known to cause problems with anchors for which there is no real fix: http://www.positioniseverything.net/articles/onetruelayout/appendix/ equalheightproblems Steven Wittens