/*
-----------------------------------------------
Stylesheet: Nourish - sIFR
Media: Screen
Author: Chris Abad
----------------------------------------------- */

/* sIFR
----------------------------------------------- */
  
  .sIFR-alternate {
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 0;
  	height: 0;
  	display: block;
  	overflow: hidden;
    }
  
  .sIFR-flash {
	  visibility: visible !important;
	  margin: 0;
	  padding: 0;
    }

  .sIFR-replaced {
	  visibility: visible !important;
    }

  .sIFR-replaced > div {
    display: none !important;
    }


/* Header Styles
----------------------------------------------- */

  .sIFR-active form h3 { font-size: 19px; }

  .sIFR-active h1,
  .sIFR-active h2,
  .sIFR-active form h3 {
    visibility: hidden;
    line-height: 1em;
    padding: 0;
    margin: 0;
    }
  
  .sIFR-active #banner h2 { font-size: 40px; }

  .sIFR-active table.index tr.header td,
  .sIFR-active table.index tr.header th { padding: 0; }
  