/*
	sIFR Stylesheet for Detroit Diesel 2008
	Rules in this sheet are for sIFR flash replacement headlines only.
	Every rule should be prefaced with .sIFR-hasFlash to enforce this.

	Be polite to future developers, and label any hex colors you use! - SV
*/

/* DO NOT EDIT! -------------------------------------------------- */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}	
.sIFR-replaced {
	visibility: visible !important;
}
span.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. */
.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
}

/* Only make edits below this line -------------------------------------------------- */
.sIFR-hasFlash h1 {
	font-size: 5em;
	letter-spacing: -5px;
}
.sIFR-hasFlash h2 {
	font-size: 4.25em;
	letter-spacing: -5px;
}
.sIFR-hasFlash h4 {
	font-size: 2.2em;
	letter-spacing: -2px;
}

