/* $Id: backgrounds.css,v 1.1 2009/02/02 03:38:46 johnalbin Exp $ */

/**
 * @file
 * Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */

body.front,
body.node-type-kites-rabbit,
body.node-type-kites-rabbit-temp,
body.page-gangspace {
 background: #000;
}

body.shop,
body.page-kites-rabbit-white-smoke,
body.page-kites-rabbit-white-gypsy,
body.page-kites-rabbit-white-boss {
 background: #fff;
}

body
{
 /* background: url('images/bg-body.gif'); */
 background: #fff;
}

#page
{
}

#page-inner
{
}

#header
{
 /*  background: url('images/bg-header.gif'); */
 background: #000;
}

.shop #header-inner
{
  background: url('images/shop/welcome.png') no-repeat top right;
}

#header-center {

}

#primary-links {
  background: #fff url('images/bg-primary-links.gif') repeat-x;
}

#secondary-links {
 background: url('images/bg-secondary-links.gif') repeat-x;
}

#main
{
  background: #fff;
 /* background: #fff url('images/bg-main.gif'); */
}

body.section-rabbit-gang-european-tour {
  background-position: 0 247px;
  background-repeat: repeat-y;
}

body.section-rabbit-gang-european-tour #main {
  background: none;
}

body.front #main,
body.node-type-kites-rabbit #main,
body.node-type-kites-rabbit-temp #main,
body.page-gangspace #main {
  background: #000;
}

body.shop #main,
body.page-kites-rabbit-white-smoke #main,
body.page-kites-rabbit-white-gypsy #main,
body.page-kites-rabbit-white-boss #main {
 background: #fff;
}

#main-inner
{
}

#footer
{
  background: #fff;
}

body.section-rabbit-gang-european-tour #footer
{
  background: none;
}

body.front #footer,
body.node-type-kites-rabbit #footer,
body.node-type-kites-rabbit-temp #footer,
body.page-gangspace #footer {
  background: #000;
}

body.shop #footer,
body.page-kites-rabbit-white-smoke #footer,
body.page-kites-rabbit-white-gypsy #footer,
body.page-kites-rabbit-white-boss #footer {
 background: #fff;
}

body.page-node-22 #footer {
/*  background: url('images/footers/buy-online.gif'); */
}

#footer-inner
{
}
