/* ======================================================
   Skin: BCG Skin
   Version: 1.0
   Creator: Michael Angeles
   Modification Date: 09/24/08
   Description: Skin modifications for BCG look and feel.
   ====================================================== */
/* OVERRIDES 
   This stylesheet should be used to make skin customizations, 
   which are based on CSS overrides.
*/

  /* html background color
     this is the background color of the body (main content area) of the page.
     if you change this color, also change the color of local navigation sidebar below.  
  html {
    background: #fff;
  }
  */
  
  /* header background
  #hd {
      background: #fff;
  }
   */

/* WRAPPER CUSTOMIZATIONS */

  /* site banner background (site name area)  */
  #site-banner {
    background-color: #006f52; 
    background-image: none;
    background-position: top left;
    background-repeat: repeat-x;
  }

  /* site banner text color */
  #site-banner a {
    display: block;
    text-indent: -999999px;
    background: transparent url(images/logo.png) top right no-repeat;
    width: 131px;
    height: 40px;
  }
  
  /* section banner background (project name area) */
  #sect-banner {
    background: #006f52;
    padding-top: 5px;
  }
  #sect-banner #search span.first-child button {
    background-color: #006f52;
  }  
   
  /* section banner heading color */
  #sect-banner h2, 
  #sect-banner a {  
    color: #fff; 
    font-family:  Cambria, Georgia, Times;
  }  

  /* site search */
  #sect-banner #search {
    padding-top: 0;
    margin-top: -10px;
    _margin-top: 0;
  }

  /* section nav (primary tabs) background color. 
     Uses alpha transparent image for Moz, Safari, IE7. 
     IE 6 falls back to gray bg image.        */
  #sect-nav ul#primary-tabs {
    background-color: #666;
  }

  /* primary tabs, tab edge (replace image with border)     */
  ul#primary-tabs li {
    background: none;
    border-right: none;
  }
  ul#primary-tabs li.current {
    border-right: none;
  }

  ul#primary-tabs li.current {
    background: transparent url(../../../images/sect-tab-cur-left-dedede.png) top left no-repeat;
  }

  ul#primary-tabs li.current a {
    background: transparent url(../../../images/sect-tab-cur-right-dedede.png) top right no-repeat;
    text-shadow: 000;    
  }

  /* primary tabs link color  
  ul#primary-tabs li a {
    color: #fff;
  }
  */
  
  /* secondary navigation background color   */
  #sect-nav #secondary-bar {
    background: #dedede;
    border-bottom: none;
  }

  ul#secondary-tabs li.current {
    background: none;
  }

  ul#secondary-tabs li.current a {
    background: none;
  }

  ul#secondary-tabs li a {
    color: #666;
  }

  /* tags and filters */
  #local-nav ul.tags li a {
    background-image: url(images/pill-edge.png);
  }

  #local-nav ul.tags li.current {
    background-image: url(images/pill-cur.png);
  }
  
  #local-nav ul.tags li.current a {
    background-image: url(images/pill-edge-cur.png);
  }

  /* font size overrides */
  /* 24 */
  .t24, 
  #main #ttl h2 { 
    font-size: 2em; /* 24px */ 
    color: #006f52;
  }
  
  /* link drop down menus and tools
  a.drop-menu:hover {
    background-color: #369;
  }   
  */

  /* base link */
  a {
    color: #ea983c;	
  }
   
  a:hover, ul li a:hover {
    color: #d19240 ; 
  }    