/*
	file name:	e_menu.css
	author:	Eric McClafferty
	date:	6/18/2025
*/
*	{margin: 0; padding: 0;}
body *	{font-family: Verdana, Geneva, sans-serif; font-size: 100%;
	    font-weight: bold; line-height: 1.4em; vertical-align: baseline;}
article, aside, figure, figcaption, footer, header, nav, section	{display: block;}
#wrapper	{max-width: 960px; margin: 0 auto; background-color: #f0f0f0;}
h1, h3, address	{ color: #484848;}
nav		{height: 30px; width: 100%; background-color: #e0e0e0; padding-bottom: 6px;}
#gohome		{float: left; padding-left: 2%;}
#gohome:hover	{background-color: #f6f6f6;}
#site_name	{font-family: "Times New Roman", serif; color:#484848;
		    font-size: 1.3em; font-variant: small-caps; font-weight: bold;
		    letter-spacing: 2px; line-height: 1.7em; margin-left: 20%; display: none;}
.break	{display: inline;}
h1	{clear: both; text-align: center}
h1	{font-size: 1.7em; padding: 0.3em 0 0.3em 0;}
h3	{clear: both; font-size: 1.15em;padding: 0 0 0.2em 1em;}
img	{width: 100%; outline: 1px solid #bbb;}
figure	{float: left;}
figcaption	{font-size: 0.9em; text-align: center;}
#pane_01a, #pane_02a, #fig_1a, #fig_4a	{display: none;}
div 	{clear: both;}
#pane_01, #pane_02, #pane_03	 {width: 100%;}
    #pane_01 > figure:nth-of-type(odd)  {float: left; width:33.3%; padding:  0 2.7% 0 2.7%;}
    #pane_01 > figure:nth-of-type(even) {float: right; width: 58.1%; padding: 7% 2.7% 1% 0;}
    #pane_02 > figure:nth-of-type(odd)  {float: left; width: 46.5%; padding: 1% 1% 1% 2.5%;}
    #pane_02 > figure:nth-of-type(even) {float: right; width: 44.8%; padding: 1% 2.7% 1% 0;}
    #pane_03 > figure:nth-of-type(odd)  {float: left; width: 44.1%;padding: 1% 0 1% 2.5%;}
    #pane_03 > figure:nth-of-type(even) {float: right; width: 46.1%;padding: 1% 3% 1% 0}
address {clear: both; text-align: center; font-size: 0.8em; padding: 0.7em 0 1em 0;}
@media screen and (min-width: 481px) and (max-width: 667px)
  {
    #pane_01, #pane_02, #pane_03, footer, header, nav {width: 480px; margin: 0 auto;}
  }
@media screen and (min-width: 668px)
  {
    #wrapper	{outline: 1px solid #bbb ;}
    #site_name	{display: inline;}
    .break	{display: none;}
    header	{width: 98%; padding: 0 1%; float: left;}    
    #pane_01, #pane_02, #pane_03	{display: none;}
    #pane_01a, #pane_02a, #fig_1a, #fig_4a	{display: inline-block;}
    #fig_1a	{width: 18%; margin: 7% 2%;}
    #fig_4a	{width: 24%;margin: 0.5% 1.2% 0 1.5%;}    
    #pane_01a	{width: 75%;}
    #pane_02a	{width: 51%;}    
    #pane_01a > figure:nth-of-type(odd)  {float: left; width:44%; padding:  0 0 0 8%;}
    #pane_01a > figure:nth-of-type(even) {float: right; width: 36.5%; padding: 0 4% 0 0;}
    #pane_02a > figure:nth-of-type(odd)  {float: left; width: 44.1%;padding: 1% 0 1% 2.5%;}
    #pane_02a > figure:nth-of-type(even) {float: right; width: 46.1%;padding: 1% 3% 1% 0}
    
  }
