/* 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 h1,
.sIFR-hasFlash .menu h2,
.sIFR-hasFlash #menu-nav .active span,
.sIFR-hasFlash #menu-nav .inactive span,
.sIFR-hasFlash #nav .active span,
.sIFR-hasFlash #nav .inactive span,
.review .content p {
  visibility: hidden;
}

.sIFR-hasFlash h1,
.sIFR-hasFlash .menu h2 {
  font-size: 16px;
}

.sIFR-hasFlash div.location h1 {
  margin-top: -2px;
}

.sIFR-hasFlash div.menu h2 {
	margin-bottom: -5px!important;
}

.sIFR-hasFlash #press h1,
.sIFR-hasFlash #comments h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sIFR-hasFlash #comments h1 {
  /*weird 1px-spacing issue where the border here would be closer to the text*/
  margin-bottom: 1px;
}

.sIFR-hasFlash #nav ul li.home span {
  margin-top: 0;
}
.sIFR-hasFlash #nav ul li span {
  font-size: 22px;
  display: block;
  margin-top: 2px;
}
.sIFR-hasFlash #nav ul li.locations span,
.sIFR-hasFlash #nav ul li.thoughts span,
.sIFR-hasFlash #nav ul li.jobs span {
  font-size: 23px; /*weird bug where these two would be displayed slightly smaller and 1px lower*/
}

.sIFR-hasFlash ul#menu-nav li {
  padding-top: 0px!important;
  font-size: 20px;
  line-height: 1.0;
}

.sIFR-hasFlash ul#menu-nav li embed {
  height: 20px!important;
  margin-top: -3px;
  position: relative;
  top: 1px;
}