/* These are standard sIFR styles... do not modify */

.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;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFlash #wrapper-middle #bottom-panel med h1.page_title {
	width: 80%;
	visibility: hidden;
	font-size: 300%;
	margin: 0;
}

.sIFR-hasFlash #wrapper-middle #bottom-panel h1.page_title {
	width: 100%; /*was 180px*/
	visibility: hidden;
	font-size: 300%;
	margin: 0;
}

.sIFR-hasFlash #wrapper-middle #bottom-panel h1 {
	width: 80%;
	letter-spacing: -4px;
	margin: 0.6em 0 0 0;
	visibility: hidden;
	font-size: 200%;
}

.sIFR-hasFlash .text_holder h2 {
	width: 80%;
	visibility: hidden;
	font-size: 200%;
	letter-spacing: -4px;
}

.sIFR-hasFlash .text_holder_small h2 {
	width: 80%;
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 200%;
}

.sIFR-hasFlash .entry h2 {
	width: 80%;
	visibility: hidden;
	font-size: 180%;
}

.sIFR-hasFlash .entry h3 {
	width: 80%;
	visibility: hidden;
	font-size: 160%;
}

.sIFR-hasFlash .sub-panel h2 {
	width: 140px;
	visibility: hidden;
	font-size: 220%;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash .sub-panel-end h2 {
	width: 150px;
	visibility: hidden;
	font-size: 220%;
	letter-spacing: -4px;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash #wrapper-middle #bottom-panel .home_header {
	width: 100%;
	padding: 0;
	margin: 0;
}

.sIFR-hasFlash #bottom-panel h4.home_latest {
	font-size: 180%;
	padding: 0;
	margin: 0;
	letter-spacing: -4px;

}

.sIFR-hasFlash #bottom-panel h2 {
	font-size: 210%;
	padding: 0;
	margin: 10p 0 0 0;
	letter-spacing: -4px;

}