/*
	file name:	poad_04.css
	author:	Eric McClafferty
	date:	5/26/2023
*/
h1 { clear: both; text-align: center; font-size: 1.5em; padding-top: 0.8em;}
h2  { text-align: center; font-size: 1.3em; padding: 0.4em 0 0.4em 0;}
#s_caps 	{font-variant: small-caps; font-weight: normal;}
aside	{margin: 1em 0 1em 3em;}
h3  {margin-bottom: .5em;}
.go_url	{margin-bottom: .3em;}
@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_01 > figure:nth-of-type(odd)  {float: left; width: 46.9%; margin-left: 1.25%;}
    #pane_01 > figure:nth-of-type(even) {float: right; width: 49.4%; margin-right: 1.25%;}
    #pane_02 > figure:nth-of-type(odd)  {float: left; width: 44.6%; margin-left: 1.25%;}
    #pane_02 > figure:nth-of-type(even) {float: right; width: 51.3%; margin-right: 1.25%;}
    address {font-size: 0.9em;}
  }

