/*
	file name:	poad_09.css
	author:	Eric McClafferty
	date:	9/27/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;}
h3  { text-align: center; font-size: 1.1em; padding: 0.5em 0 0.25em 0;}
figcaption	{text-align: center;margin: 0 0 0.3em 0;}
#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;}
    .sc_conceal {display: inline;}
    .break {display: none;}
    header	{width: 98%; padding: 0 1%; float: left;}
/*    div {clear: both;}	*/
    #pane_1 > figure:nth-of-type(odd)  {float: left; width: 45%; margin: 0.5% 0 0.5% 1.35%;}
    #pane_1 > figure:nth-of-type(even) {float: right; width: 50.5%; margin:0 1% 0.5% 0;}
    #pane_2 > figure:nth-of-type(odd)  {float: left; width: 52.4%; margin-left: 1.25%;}
    #pane_2 > figure:nth-of-type(even) {float: right; width: 43.5%; margin-right: 1.25%;}
    address {font-size: 0.9em;}
  }

