/* $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 */

#header-wrapper {
  background: #fff url('../../files/images/THM_header-acquia.png') no-repeat left top;
  height: 33px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0px 20px 58px 20px;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;

}

#preface-wrapper {
  background: transparent url('../../files/images/ENS_ensemble3.jpg') no-repeat left top;
  height: 300px;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  width: 960px;
  -moz-border-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#preface-sidebar {
  background: transparent url('images/preface-sidebar-bg.png') no-repeat center;
  float: right;
  height: 300px;
  margin: 0 20px 0 0;
  padding: 20px;
  width: 190px;
}

/* Two column layout
 * sidebar | main content
-------------------------------------------------------------- */

body.layout-first-main #sidebar-first {
  margin: 0 20px 0 20px;
  width: 160px;
}

body.layout-first-main #content-wrapper {
  margin: 0;
  width: 750px;
}

body.layout-first-main #content {
  border-left: 1px solid #444444;
  padding: 30px 0 30px 60px;
}

body.front.layout-first-main #content {
  border-left: none;
  padding: 0;
}
