/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech 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.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

OL { counter-reset: item }
  OL LI { display: block; list-style-type:inherit;
 } 

   OL LI:before { content: counters(item, ".") ". "; counter-increment: item }

UL LI:before { 
content: normal ; counter-increment: none; 
}

.header-top-wrapper {
background:#030000 url(/sites/all/themes/acquia_prosper/design_packs/gray/images/secondary-menu-bt.jpg) no-repeat scroll right bottom;
}

.header-primary-menu-wrapper {
background:#030000 url(/sites/all/themes/acquia_prosper/design_packs/gray/images/primary-menu-bt.jpg) no-repeat scroll right top;
}

.header-group-wrapper {
background:#241F1F url(/sites/all/themes/acquia_prosper/design_packs/gray/images/bm.jpg) no-repeat scroll right bottom ;
}

.header-group .inner {
 background:none; 
}

#page .sidebar-first .block, #page .sidebar-last .block 
{
z-index:0;
}
