/*
	file name:	artifact_base.css
	author:	Eric McClafferty
	date:	1/28/2023
*/
*		{margin: 0; padding: 0;}
body		{background-color: #808080;}
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	{margin: 0 auto; background-color: #000000;}
h1, h2, h3, address, figcaption  { color: #e0e0e0; text-align: center;}
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;}
#coin_home  {float: right; padding-right: 2%;}
#coin_home:hover  {background-color: #f6f6f6;}
header	{padding-top: 6px;}
.break	{display: inline;}
img	{width: 95.8333%;  margin: 1.5% 0 1.5% 2%;}
.sc_conceal  {display: none;}
address {font-size: 0.9em; padding-bottom: 1.2em; clear: both;}
#mnavwrap  {float: left; width: 100%; background-color: #ccc; margin-bottom: 20px;}
#mnavwrap ul  {float: left; width: 100%;}
#mnavwrap ul li	{list-style-type: none; width: 48%; padding: 1px 1% 0 1%; height: 35px;
			float: left; text-align: center; outline: 1px solid #bbb;}
#mnavwrap ul li a  {text-decoration: none; color: #484848; font-size: 0.875em;
				line-height: 1.6em; }
#mnavwrap li a:hover    {color:#222; background-color: #fff;}
#mnavwrap li.ur_here a {color: #666; background-color: #f6f6f6;}
#mnavwrap li.ur_here a:hover  {color: #666; background-color: #f6f6f6;}
