/* $Id: local_sample.css,v 1.1 2009/02/28 23:33:58 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 */
#preface-wrapper {
/*  background: transparent url('/images/site/bears_header_lined.jpg') no-repeat left top; */
  background: transparent url('/images/site/CP_Web_Banner_2011.gif') no-repeat left top;
  height: 420px;
  margin: -33px 0 20px;
  overflow: hidden;
  position: relative;
  width: 960px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#header-first h1 a {                /* site name link */
  color: #FFFF00;
  text-decoration: none;
}
#header-wrapper {
  background: #fff url('/images/site/Pl_BantaySrei_header_960_91.jpg') no-repeat left top;
  height: 33px;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 26px 20px 32px 20px;
  position: relative;
}
#slogan {                          /* site slogan */
  display: inline;
  color: #FFFF00;
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  top: 10px;
}

