/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article 
{	 display: block;}  

body 
{	margin: 0 auto;  
    width: 1000px;  
    font: 13px/18px Helvetica, Arial, sans-serif;  
    background: #fefef2 url(bgf.jpg) fixed 0px 100%;}  

.dimscreen
{	left: 225px;
	top: 50%;
	width: 820px; 
	height: 450px; 
    margin: 0 auto;  
    position: fixed;
	z-index:5;
	background-color: rgba(231,228,220,0.7); /* #fefef2; */
	transform: translate(0,-70%);
	display:none;	
	opacity:1;}
	
.messagescreen
{	left: 50%;
	top: 50%;
	width: 580px; 
	height: 280px; 
    margin: 0 auto;  
    position: fixed;
	z-index:10;
	background-color: rgba(254,251,242,0.8); /* #fefef2; */
	transform: translate(-50%, -50%);
	display:none;	
	opacity:1;		
	border:2px solid #550000;
	border-radius:10px;
	box-shadow: -8px 8px 10px 3px #aaa;}
	
.close 
{	font-size:30px; 
	font-weight:bold;} 

.close:hover,
.close:focus {
    color: #550000;
    text-decoration: none;
    cursor: pointer;}

h1 {  
    font-size: 20px;  
    padding: 2px 0px 0px 0px; 
	font-weight: normal;  
    color: #7070b7;}  
    
h2 {  
    font-size: 20px;  
    padding: 2px 0;  
}  
  
h3 
{	font-size: 16px;  
    line-height: 22px;  
    padding: 11px 0;}  
	
#h0 
{	font-size: 20px;  
    padding: 2px 0px 0px 0px; 
	font-weight: normal;  
    color: #7070b7;}  
	  
p {	padding-bottom: 2px;}  

#smallprint
{	font: 11px/14px Helvetica, Arial, sans-serif;}

#title {  
    margin-top: 3px;  
    padding: 5px 15px 5px 15px;  
    background: #9ac8f3 url("title-bkg.jpg"); 
	background-repeat: no-repeat;  
    background-size: 100% 100%;  
    border: 1px solid #818cda;
	border-radius: 10px; 
	height: 90px;} 

#logo
{	padding: 0px;  
    height: 90px;
	text-align: center;}

#title h2 {  
    padding: 0 0 2px 0;  
    font-weight: normal;  
    color: #ffffff;}  
      
#title h3 {  
    padding: 0 0 2px 0;  
    font-weight: normal;  
    color: #ffffff;}  
      
aside
{	position: fixed;
	left: 0px;
	top: 0px;  
    padding: 10px;  
    display: table-cell;  
    width: 200px;
	z-index: 3;}  
	
#pitch 
{	position: absolute;
	left: 220px;
	padding: 16px; 
	text-align:justify; 
    display: table-cell;  
    width: 800px;
	z-index: 0;}  

footer 
{	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;  
    text-align: center;
	z-index: 1;
	background: #fefef2; 
	background-size: 100% 100%; }  
	
.myfoot
{	font-size: 10px;  
    transition-duration: 0.6s;
	padding: 2px 2px 2px 2px; 
	height=10px;}

.myfoot:hover
{	font-size: 15px;  
    padding: 5px 5px 5px 5px; 
	font-weight: normal; 
	transition-duration: 0.3s;}
	
section#menuitem  
{	padding: 4px;
	padding-left: 12px;  
    box-shadow: -2px 2px 8px #666;
	border: 2px solid #7070b7;    
    border-radius: 10px;
	animation-name: pouf;
  	animation-duration: 1s;} 
	
@keyframes pouf
{	0% 	{	opacity: 0;
			top: 0px;
			left: -50px;}
  	30% {	opacity: 0;
			top: 0px;
			left: -50px;}
  	100% {	opacity: 1;
			position: relative;
			top: 0px;
			left: 0px;}
}

.paf
{	animation-name: inp1;
  	animation-duration: 3s;}

@keyframes inp1
{	0% 	{	opacity: 0;}
  	30% {	opacity: 0;}
  	100% {	opacity: 1;}
}	

A:link
{ 	color: #550000;
  	text-decoration : none;
	transition-duration: 0.6s;}

A:visited
{ 	color: #550000;
  	text-decoration : none;}
   
A:hover
{ 	color: #C29538;
  	text-decoration : none;}

A:active
{ 	color: #550000;
  	text-decoration : none;}
   
.splashrow
{	display:table-row;}

.splash1
{	padding: 6px;  
    display: table-cell;
	width: 450;}

.splash2
{	padding: 6px;  
    display: table-cell;
	width: 350;
	vertical-align: middle;}

.bugtext1
{	padding: 4px;  
    display: table-cell;
	width: 80;}

.bugtext2
{	padding: 4px;  
    display: table-cell;
	width: 720;}
	
.bugtext1 b, .bugtext2 b
{	color: #550000;
  	text-decoration : none;}

/********* menu flapping ********/

.flapout, .flapSSSout, .flaplink
{	position: relative;
	z-index: 5;}	
	
.flapout span img, .flapSSSout span img, .flaplink span img 
{	border-width: 0;
	padding: 2px;}

.flapout:hover, .flapSSSout:hover, .flaplink:hover
{	background-color: transparent;
	z-index: 6;}

.flapSSSout span
{	position: absolute;
	background: #fffef3 url(bgsss.jpg) fixed 0px 100%;
	padding: 25px;
	left: 40px;
	border: 2px solid #7070b7;    
	border-radius: 10px; 
	visibility: hidden;
	color: black;
	text-decoration: none;}

.flaplink span /*CSS for enlarged image*/
{	position: absolute;
	background: #fffef3 url(bgsss.jpg) fixed 0px 100%;
	padding: 5px;
	left: 40px;
	border: 2px solid #7070b7;    
	border-radius: 10px; 
	visibility: hidden;
	color: black;
	text-decoration: none;}

.flapSSSout:hover span /*CSS for enlarged image on hover*/
{	visibility: visible;
	box-shadow: -8px 8px 12px #aaa;
	top: 50px;
	left: 140px; /*position where enlarged image should offset horizontally */
	width: 450px;
	height: 360px;}
	
.flapSSSout .s1
{	position: absolute;
    overflow: hidden;
	top: 30px;
    left: 15px;
	opacity: 0;}
	
.flapSSSout:hover .s1
{	opacity: 1;
	transition-duration: 0.3s;}

.flapSSSout .s2
{	position: absolute;
    overflow: hidden;
	top: 30px;
    left: 90px;
	opacity: 0;}
	
.flapSSSout:hover .s2
{	opacity: 1;
    transition-duration: 0.3s;
	transition-delay: 0.3s;}

.flapSSSout .s3
{	position: absolute;
    overflow: hidden;
	top: 30px;
    left: 170px;
	opacity: 0;}
	
.flapSSSout:hover .s3
{	opacity: 1;
    transition-duration: 0.3s;
	transition-delay: 0.6s;}

.flapSSSout .s4
{	position: absolute;
    overflow: hidden;
	top: 30px;
    left: 250px;
	opacity: 0;}
	
.flapSSSout:hover .s4
{	opacity: 1;
    transition-duration: 0.3s;
	transition-delay: 0.9s;}

.flapSSSout .t0
{	position: absolute;
    overflow: hidden;
	top: 370px;
    left: 100px;
	opacity: 0;}
	
.flapSSSout:hover .t0
{	opacity: 1;
	transition: 1.5s ease-in-out;}

.flaplink:hover span 
{	visibility: visible;
	box-shadow: -8px 8px 12px #aaa;
	left: -480px;
	top: -210px;} 

.flapout:hover span 
{	visibility: visible;
	box-shadow: -8px 8px 12px #555;
	top: -22px;
	left: 200px;
	opacity: 1;
	transition: 0.5s;} 

.flapout span
{	position: absolute;
	padding: 5px;
	top: -22px;
	left: 300px;
	border: 2px solid #7070b7;    
	border-radius: 10px; 
	visibility: hidden;
	color: black;
	text-decoration: none;
	opacity: 0;
	transition: 0.2s;}	 
		
#flap-text   
{   margin-top: 3px;  
    padding: 5px 15px 5px 5px;  
    background: #9ac8f3 url("flap-bkg.jpg"); 
	background-repeat: no-repeat;  
    background-size: 100% 100%;  
    border: 1px solid #818cda;
	border-radius: 10px; 
	overflow: hidden;
	width: 450px; 
	font-weight: normal;  
    color: #00187d;} 
	
#flap-imag   
{   margin-top: 3px;  
    padding: 15px;  
    border: 1px solid #818cda;
	border-radius: 10px; 
	background: #fffef3; 
	font-weight: normal;  
    color: #ffffff;} 
