/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 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  
 */

/**********/
/* LAYOUT */
/**********/

html {
  background: #f9efcc;                               /* background & font color */
  color: #737373;
  min-width: 975px;
}

/************/
/* HEADINGS */
/************/

h1.title {                                        /* page titles */
  border-bottom: 1px solid #ccaf4a;
  clear: left;    /* LTR */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.2727em;
}  

}  

div.node h2.title {
  border-bottom: 1px solid #f5e5ad;
}

/*********/
/* NODES */
/*********/

div.node.full-node div.content {
  border-bottom: 1px solid #f5e5ad;
}

#postscript-wrapper div.block div.content {
  background: transparent url('images/block-gradient.png') no-repeat center bottom;
  border-bottom: 3px solid #ccaf4a;
  padding: 10px 10px 8px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px; 
}


/********************************/
/* PREFACE REGIONS */
/********************************/

#preface {
  background: #003366;
  min-height: 4px;
}

/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li ul li {
  background: #ccaf4a;
  border-bottom: 1px solid #f5e5ad;
  float: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
}

/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/

#main-wrapper {
  background: #FFFFFF;
}

/**********/
/* BLOCKS */
/**********/

#preface-wrapper h2.block-title {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1em;
  padding: 0;
}

#preface-wrapper .block .content {
  margin: 10px 0 0;
  color: #FFFFFF;
}

/**********/
/* TABLES */
/**********/

tr.even {
  background-color: #f5e5ad;
  border-bottom: 1px solid #CCC;
}

tr.odd {
  background-color: #ccaf4a;
  border-bottom: 1px solid #CCC;
}
