/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/


.sIFR-active div#banner_left h2 {
	visibility: hidden;
  	line-height: 22px;
  	font-size: 22px;
	margin: 0;
	padding: 10px 0 0 16px;
}

.sIFR-active div#banner_left h3 {
	visibility: hidden;
  	font-size: 14px;
  	line-height: 1em;
	margin: 0;
	padding: 0 16px 0 16px;
}

.sIFR-active div#banner_left p.quote {
	visibility: hidden;
	font-weight: heavy;
  	font-size: 13px;
  	line-height: 1em;
	margin: 0;
	padding: 3px 16px 4px 16px;
}

.sIFR-active div#banner_mid h2 {
	visibility: hidden;
	font-size: 22px;
  	line-height: 1em;
	margin: 0;
	padding: 10px 0 0 12px;
}

.sIFR-active div#banner_mid h3 {
	visibility: hidden;
  	font-size: 16px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0 12px;
}

.sIFR-active div#banner_mid h4 {
	visibility: hidden;
	font-size: 15px;
  	line-height: 1em;
	margin: 0;
	padding: 0 0 0 12px;
}

.sIFR-active div#banner_mid h5 {
	visibility: hidden;
	font-size: 16px;
  	line-height: 1em;
	margin-left: 10px;
	padding: 8px 0 8px 14px;
	background: transparent url("/images/bg_arrow.jpg") no-repeat 3px 8px;
}

/* body content headings */

.sIFR-active div#content h2 {
	visibility: hidden;
	font-size: 18px;
  	line-height: 1em;
	margin: 0;
	padding: 10px 16px 0 16px;
}

.sIFR-active div#content div#middle_col h2,
.sIFR-active div#content div#right_col h2 {
	padding: 10px 16px 3px 16px;
}

.sIFR-active div#content h3 {
	visibility: hidden;
	font-size: 15px;
  	line-height: 1em;
	margin: 0;
	padding: 5px 16px 0 16px;
}

.sIFR-active div#content div#left_col h3 {
	visibility: hidden;
	font-size: 15px;
  	line-height: 1em;
	margin: 0;
	padding: 15px 16px 0 16px;
}

.sIFR-active div#content h4 {
	visibility: hidden;
	font-weight: normal;
  	line-height: 1em;
  	font-size: 17px;
	margin: 0;
	padding: 5px 16px 0 16px;
}

.sIFR-active div#content h4 a {
	visibility: hidden;
	font-weight: normal;
  	line-height: 1em;
  	font-size: 17px;
	margin: 0;
	padding: 5px 16px 0 16px;
}
