body {
	font-family: "trebuchet_msregular", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #5D5950;
	line-height: normal;
	padding: 0;
/*	margin: 10px 0 0 0;*/
	margin: 0 0 0 0;
	background-image: url(../images/bg.jpg); 

}
img {max-width:100%; height:auto;}

a:link, a:visited, a:active {
	color: #BE5532;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #333;
	height: 1px;
	width: 100%;
}

/***********************************
container
************************************/
#mainContainer { 
/*	max-width: calc(100% - 5%); */
	max-width: 100%;
	width:1920px;
/*	padding:2px; 
	border:1px solid #b7ab8c; 
	background:#d4cbb3; */
/*	margin:15px auto 0 auto;*/ 
	margin: 0 auto;
}

#container {
/*	max-width:1400px; 
	border: #ddd 1px solid;*/
/*	padding: 0px;
	margin: 0 auto; */
	background-color: #FFFFFF;
}

.site_name h1{
	top: 0;
	margin: 50px 0 70px 30px; 
	padding: 0 0 0 0;
	color:white;
	font-size: 2em;
	position:absolute;
}
	
.stripe {
	margin: -44px 0 0 0; 
	padding: 0 0 0 0;
    opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #E6DBBF;
}
	
.stripe h1  
{
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #000;
	margin: 0px;
	font-style: italic;
}


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width:180px;
	vertical-align: top;
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 0px;
	padding: 0px;
	position: sticky;
  top: 0px;
}

.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ccc;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #EDEAE3;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #EEE4C9;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #666666;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #BE5532;
}
.menu_current, .menu-current {
	color: #fff;
	background-color: #CBA685;
}

#tools {
	float: left;
	width: 170px;
	color: #666;
	text-align: left;	
	background-color: #EDEAE3; 
	font-size: 100%;
	padding: 5px 0 0 10px;
	
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}
/* Back to Top */
#backtotop {
  display: inline-block;
  background-color: #909090;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  transition: background-color .5s, 
  opacity .5s, visibility .5s;
  opacity: 0.4;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #606060;
}
#backtotop:active {
  background-color: #909090;
}
#backtotop.show {
	opacity: 0.4;
  visibility: visible;
}


/***********************************
main content
************************************/
#mainContent {
	padding: 20px;
	background-color: #FFF;
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
    margin-left:190px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px dotted #BE5532; 
}
#mainContent a:hover {
	color: #666;
	background-color: #EEE4C9;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #BE5532;
	margin: 0px;
	font-style: italic;
	border-bottom: 1px solid #EEE4C9;
}
#mainContent h2 {
	font-size: 1.6em;
	color: #633;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #BE5532;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #BE5532;
	margin: 0px;
}

.grid {
  display: grid;
  gap: 10px;
	grid-template-columns: 70% 30%;
}
.main {
	padding: 0 15px 0 0;
}
.side {
	padding: 0 10px 0 25px;
	border-left: 2px solid #b7ab8c;
}
.main,
.side {
  /*nix*/
}

@media(max-width: 800px){
  .grid {
	  grid-template-columns: 100%; 
  }
	.side {
	border-left: none;
		border-top: 2px solid #b7ab8c;
		padding: 20px 0 0 0;
  }
	.main {
	padding: 0 0 10px 0;
  }
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}
/***********************************
footer
************************************/

.thrfooter{
	padding: 25px 0px 15px 0px;
	text-align: center;
	color: #5D5950;
	 		font-weight: bold;
	        font-style: normal;
	        font-size: 16px;  
}
.thrfooter a {
	        color: #333333;
			text-decoration: none; 
}
.thrfooter a:hover {
				color: #BE5532;
				text-decoration: none; 
}
.footer{
	padding: 0px 0px 15px 0px;
	text-align: center;
	color: #5D5950;
	 		font-weight: bold;
	        font-style: normal;
	        font-size: 11px;  
}
.footer a {
	        color: #333333;
			text-decoration: none; 
}
.footer a:hover {
				color: #BE5532;
				text-decoration: none; 
}
.copyright{
	padding: 0px 0px 25px 0px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;  
}
/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}	
	#menuswitch {display:none;}

/* ======================================================================
Smaller Screens */
@media screen and (max-width: 800px) {	
	#mainContainer { 
		width:94%; 
		padding:0; 
		border:none;
		margin: 0 auto 0 auto;
	}
	
	#container {
		width:96%; 
		padding: 2%; 
	}
	
	.site_name h1 { 
	top: 0;
	margin: 30px 0 70px 20px; 
	padding: 0 0 0 0;
		font-size: 1.6em; 
	
}
	
	.stripe { /*height: auto; */
		margin: -30px 0 0 0; 
	}
	.stripe h1 { font-size: 1.4em; }
	
	#mainContent {
    float: none;
    width: 90%;
    padding: 20px 5%;
		margin: 0;
	}
	
	#sidebar {display: none; /*position:absolute;*/ margin: 0 -200px 0 0; z-index:5000; width: 200px; box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1); 
		position: sticky;
		top: 0;
	}
	
	#tools { width: 190px; } 

	.menu a:link, .menu a:visited, .menu a:active { padding: 4px 10px 4px 10px; font-size:16px;}
	#menuswitch { display:block; position: absolute;  top:5%; right: 5%; /*margin: 40px 40px 0 0;*/
 }
	#menuswitch.scrolled {
        position: fixed;
        top:0%; right: 5%; /*margin: 10px 40px 0 0;*/
	    z-index: 1000;
        }
}