/* 
	Object: content-header sIFR
	
	File: content-header.sifr.css
	
	Usage: To create a smooth transition from html text to sIFR replaced text, A min-height is established on h1 and reset on replacement. Before including this in an identity other than 'adobe', test the height setting and ensure this is only included when sifr is set in the template.

*/

#content-header h1,
#brand-label {
	min-height: 50px;
	_height: 50px; /* min-height for IE 6 */
	top: 0;
	padding-top: 32px;
	padding-bottom: 0px;
}

#content-header h1.sIFR-replaced, 
#brand-label.sIFR-replaced {
	padding-top: 36px;
	min-height: 46px;
	_height: 46px; /* min-height for IE 6 */
}

.sIFR-active #content-header h1,
.sIFR-active #brand-label  {

	line-height: 1; /* Fixing mis-calculated height in Win XP Firefox */
}

.sIFR-flash {
	position: relative;
	top: -8px; /* Fixing clipping on extended latin characters */
}