/* style.css - a simple style sheet */
body {
	text-align: center;
	margin-left: 10%; margin-right:10%;
	color: black; background: white;
}

h1 { text-align: center;
	font-size: 60px;
	margin: 0.2em 2em;
}

h2 { margin-top: 0.2em; margin-bottom: 0.4em; 
	font-style: normal; font-weight: normal; font-size: 20px;
	text-align: center; 
}

h3 {margin-top: 0.2em; margin-bottom: 0; 
	font-style: normal; font-weight: normal; font-size: 25px;
	text-align: right; 
}

p { margin-top: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 125%;
	clear: both;
}

.return {
	text-align: right;
	line-height: 2.5em;
}

a {text-decoration: none
}

a:hover, a:active, a:focus {text-decoration: underline;
}	

div#thumbs {
	margin: 0 auto;
	width: 84%;
	height: 150px;
}

.thumbnail {
	float: left;
	width: 16%;
}

.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;
	}

.sIFR-hasFlash h1 {
	line-height: 70px !important;
      	height: 70px;
      	font-size: 70px;  visibility:hidden;
      	margin: 0 auto !important;
	}
.sIFR-hasFlash h3 {
	line-height: 50px !important;
      	height: 50px;
      	font-size: 50px;  visibility:hidden;
      	margin: 0 auto !important;
	}

