/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 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                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */


/* niceEdit Module Fixes */

#edit-body
{
width: 600px;
}
.panelContain
{
width: 600px;
}
.resizable-textarea
{
width: 600px;
}


#primary-menu {                                   /* menu layout */

  margin-top: 0px;
  text-transform: capitalize;
 
}

#sidebar-first h2.block-title, #sidebar-last h2.block-title, #postscript-wrapper h2.block-title {

background-color:#719374;
color:black;
text-align:center;
text-shadow:0px 0px #719374;
}

h2.title {

text-transform:capitalize;
}

#main-wrapper {
  background: #304c33;

}

#main {
  background: #F4F7E7;

}

#header-wrapper {
  background: #304c33;
 
}
#primary-menu-wrapper {
  background: #304c33;
}

#page {
  background: #304c33;
}


#legal-notice {
  display: none;
}
