/* $Id: layout-liquid.css,v 1.5.2.4 2009/02/13 19:30:50 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


  #header
  {
  }

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
  }

  #search-box
  {
  }

  #primary
  {
  }

  #secondary
  {
  }

