/****************************/
/* 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 */
#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(images/preface-blue2.png) repeat-x bottom;
padding-left:15px;
}

#sidebar-first h2.block-title {
  background-color: #ff6600;
  font-size: 1.3em;
  color: #fff;
  padding: 4px 8px 1px 46px;
  text-align: center;
  text-shadow: #545454 1px 1px; 
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}

#sidebar-last h2.block-title {
  background-color: #3d70e6;
  font-size: 1.3em;
  color: #fff;
  padding: 4px 8px 1px 46px;
  text-align: center;
  text-shadow: #545454 1px 1px; 
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  }
  /*postscript-wrapper*/
  #postscript-wrapper h2.block-title {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#3BCD6B;
color:#FFFFFF;
font-size:1.3em;
padding:4px 8px 1px 46px;
text-align:center;
text-shadow:1px 1px #545454;
}

/*preface regions*/
#preface {
  background: #F4F2F2 url(images/snurrad.png) repeat-x bottom;
  min-height: 0px;
  padding: 0 10px;
}
#preface-wrapper {
  color: #F4F2F2;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 0 0px 0;
  width: 95%;
}

img {
  border: 0;
  margin: 0;
  padding: 2px 2px 2px 0px;
  float: left;
}