/* ======================================================
   Skin: IJIS Skin
   Version: 1.0
   Creator: Michael Angeles
   Modification Date: 09/24/08
   Description: Skin modifications for IJIS 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 */

  #utility-nav {
    border-bottom: 1px solid #ddd;
  }

  /* site banner background (site name area)  */
  #site-banner {
    background-color: #fff; 
    background-image: url(images/header-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
  }

  /* site banner text color */
  #site-banner a {
    display: block;
    text-indent: -999999px;
    background: transparent url(images/logo.png) top right no-repeat;
    width: 91px;
    height: 50px;
    padding: 5px 0;
  }
  
  /* section banner background (project name area)
  #sect-banner {
    background-color: #036;
  }
  #sect-banner #search span.first-child button {
    background-color: #036;
  } 
  */
  
  #sect-banner {
    padding-top: 15px;
  }
   
  /* section banner heading color 
  #sect-banner h2, 
  #sect-banner a {  
    color: #333; 
  }
  */


  /* 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: #999;
  }
  */


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

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

  
  /* link drop down menus and tools
  a.drop-menu:hover {
    background-color: #369;
  }   
  */

  /* base link
  a {
    color: #369;	
  }
 */
   
  /*  
  a:hover, ul li a:hover {
    color: #f39; 
  }    
  */  