/* $Id: zen.css,v 1.14 2008/09/15 10:36:22 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */
 
 #main
  {
    position: relative;
	background:url(body-bg-home.jpg) left repeat-y;
  }
  
  #main-inner 
  {
    background:none;
  }
 
 #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  margin:0;
  padding:0;
  color:#ffffff;
  background-color:#ef4136;
  height: auto;
  width:950px;
  height:254px;
  float:left;
  z-index:0;
  clear:both;
  }
  
  #content-area /* Wrapper for any blocks placed in the "content top" region */
  {
  clear:both;
  margin: 0px;
  }
  
  #sidebar-left
  {
  padding-top:260px;
  width:318px;
  background:url(bg-home-left.jpg) top repeat-x;
  z-index:1;
  }

  /*#bucket-left, #bucket-middle, #bucket-right
  {
  padding: 10px 0px 10px 0px;
  }*/
  
  #bucket-text
  {
  padding: 10px 20px 0px 20px;
  }
  
  table
  {
  pad: 0;
  border: 0;
  margin: 0;
  }
