/*
	file name:	poad_16.css
	author:	Eric McClafferty
	date:	12/17/2023
*/
h1 { clear: both; text-align: center; font-size: 1.5em; padding: 0.5em 0 0.5em 0;}
h2  { text-align: center; font-size: 1.3em; padding-bottom: 0.5em;}
#s_caps 	{font-variant: small-caps; font-weight: normal;}
@media screen and (min-width: 481px) and (max-width: 667px)
  {
    section, figure, footer, header, nav {width: 480px; margin: 0 auto;}
  }
@media screen and (min-width: 668px)
  {
    #wrapper  {outline: 1px solid #bbb ;}
    #site_name {display: inline;}
    #squeeze {padding: 0 8% 0 8%;}
    .sc_conceal {display: inline;}
    .sc_reveal {display: none;}
    .break {display: none;}
    header	{width: 98%; padding: 0 1%; float: left;}
    div {clear: both;}
    #sd_home	{clear: right;}
    #pane_1 > figure:nth-of-type(odd)  {float: left; width: 44.1%; margin: 1.6% 0 0.5% 1.35%;}
    #pane_1 > figure:nth-of-type(even) {float: right; width: 51.8%; margin: 1.4% 1.35% 0 0;}
    #pane_2 > figure:nth-of-type(odd)  {float: left; width:49.1%; margin: 0.2% 0 0 1.25%;}
    #pane_2 > figure:nth-of-type(even) {float: right; width: 46.9%; margin-right: 1.25%;}
    address {font-size: 0.9em;}
  }
