/*=: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 {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

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

/*---- Header styling ---*/

.sIFR-active h1 {
	width: 350px;
	visibility: hidden;
	font-family: Verdana;
	line-height: 24px;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.sIFR-active h1.short {
	width: 235px;
}


.sIFR-active h2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 16px;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.sIFR-active .homeuserbox h3 {
	font-size: 16px;
	line-height: 18px;
}

.sIFR-active .homeuserbox a.name,
.sIFR-active .homeuserbox h3.name {
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}

.sIFR-active #private_pwd_box h3 {
	font-size: 16px;
	line-height: 16px;
}

.sIFR-active #profile h2 {
	visibility: hidden;
	font-family: Verdana;
	font-size:26px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	color: #919191;
}

.sIFR-active #profileinfo h3 {
	font-size: 19px;
	line-height: 19px;
	color: #888;
}

.sIFR-active #enq-sifr {
	font-size: 17px;
	line-height: 17px;
	color: #888;
}

.sIFR-active #profileheader h3 {
	font-size: 26px;
	line-height: 26px;
	color: #919191;
	visibility: visible;
	margin: 0 0 5px;
}

.sIFR-active #searchheader h2 {
	font-size: 22px;
	line-height: 22px;
	color: #919191;
	width: 270px;
}

.sIFR-active #enq-item h2 {
	font-size: 26px;
	line-height: 26px;
	color: #919191;
	width: 260px;
}

.sIFR-active #nf-feedback h4 {
	font-size: 17px;
	line-height: 17px;
	color: #000;
}
