/* 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 0 0.2em 0;
	}

h2 { text-align: center;
	font-size: 40px;
	margin: 0.75em 0 0 0;
}

h3 { text-align: right;
	font-size: 35px;
}

p { margin-top: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 125%;
	}

a {text-decoration: none}

a:hover, a:active, a:focus {text-decoration: underline;
}

.months {
 height: 30px;
 width: 100%;
 border-top: solid #000 1px;
 border-bottom: solid #000 1px;
 background-color: white;
}

.months ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFF;
 line-height: 30px;
 white-space: nowrap;
}

.months li {
 display: inline;
}

.months li a {
 padding: 7px 10px;
}

div#videos ul {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style:none;
}
 
div#videos li {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

div#videos span {
	padding: 0 50px 0 50px;
}

.new {
	margin: 0 50px 0 0;
}

.return {
	text-align: right;
	line-height: 2.5em;
}

.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 !important;
	}

.sIFR-hasFlash h2 {
	line-height: 40px !important;
      	height: 40px;
      	font-size: 40px;  visibility:hidden;
      	margin: 0.5em 0 0 0 !important;
	}

.sIFR-hasFlash h3 {
	line-height: 25px !important;
      	height: 25px;
      	font-size: 25px;  visibility:hidden;
      	margin: 10% 0 0.5em 0 !important;
	}

