/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */
 
#main-wrapper {
  background:none repeat-x scroll 0 1px #FFFFFF;
}

#sidebar-first h2.block-title, #sidebar-last h2.block-title, #postscript-wrapper h2.block-title {
  background-color:#5B9C0A;
}

/*#block-block-1 div.block-icon {
  background: transparent url('icons/heart48.png') no-repeat left center;
}*/
#postscript-wrapper.postscripts-3 div.column {
  width:32.00%;
}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color:#FFFFFF;
}
