/* Futher Instructions can be found at: http://wiki.novemberborn.net/sifr3/How+to+use */

/* not sifr 3 or Flash compatible? (Safari 3+) Browser reads these styles */

/* page headers  */
h1 {
	color:#ffffff;
	font-size:32px;
	/*line-height:1em; */
	font-weight:normal;
}

h2 {
	color:#ffffff;
	font-size:23px;
	line-height:1em;
	font-weight:normal;
}

.mainNavLink {
	color:#fbdba7;
	font-size: 18px;
	text-transform:uppercase;
} 

.mainNavLink a:link,
.mainNavLink a:active,
.mainNavLink a:visited {
	color:#fbdba7;
	text-decoration: none;
}

.mainNavLink a:hover,
.mainNavLink a:visited:hover {
	color:#ffffff;
	text-decoration: none;
}

body#dining .diningLink {
	color:#ffffff;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; padding: 0; }
.sIFR-unloading .sIFR-flash { visibility: hidden !important; }
.sIFR-replaced, .sIFR-ignore { visibility: visible !important; }
.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden;}
.sIFR-replaced div.sIFR-fixfocus { margin: 0pt;  padding: 0pt;  overflow: auto;  letter-spacing: 0px;  float: none;}
.sIFR-dummy { width: 0px; height: 0px; margin-left: 42px; z-index: 0;}

/* 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... any weird sizing issues
you may run into are usually fixed by tweaking these decoy styles */


/* page headers  */
.sIFR-active h1 {
	visibility:hidden;
	line-height:1em;  
	font-size:32px;
	margin-bottom:0px;
	margin-top:20px;
}

.sIFR-active .homehead {
	visibility:hidden;
	line-height:1em;  
	font-size:70px;
    margin:15px 40px -15px 40px;
}

.sIFR-active h2 {
	visibility:hidden;
	line-height:1em;  
	font-size:23px;
	margin-bottom:3px;
	margin-top:2px;
}


.sIFR-active .mainNavLink {
	visibility:hidden;
	line-height:1em;
	font-size:18px;
	margin:0px;
}

.sIFR-active body#dining .diningLink {
	visibility:hidden;
	line-height:1em;
}


