html
{
	background-color: #F5F5DC;

	#D3D3D3;

	#E6E6FA;

	#FFE4B5;
}

body, html
{
	max-width: 1100px;
	margin: 0 auto;

	padding-left: 75px;
	padding-right: 75px;


#	border-width: 1px;
#	border-spacing: 2px;
#	border-style: outset;
#	border-color: gray;
#	border-collapse: separate;
}

body
{
	font-family:  "Century Gothic",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;

}


#body_container
#{
#	background-color: #fefefe;
#}



.site_title
{
	float:left;
	margin-top: -3px;
	margin-left: 10px;

 	font-weight: bold;
	color: #ffce2e;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	font-size:2.5em;
	text-align: left
	text-color: black;
	width: 300px;
}



/*
img 
{
  max-width:100%; 
  height: auto;
}
*/

img#above_fold_img
{
  /* max-width:100%; Once screen size is smaller than 500px, the image reverts to the width value*/
  /* height: auto; */

  width: 90%;
  height: 90%;

}
















.nav_bar
{
	#background-image: url('http://www.problemio.com/img/ui/brownbannerbar.png');

	background-size:100%;
	#border-bottom: 1px solid #462c1f;
	#border-top: 1px solid #462c1f;


background-color: black;

}

/* styles for nav_bar: */
.nav_bar a
{
	z-index: 20;
	width:100%;
/*	background:#ffce2e; the comehike strip with orange */
/*	background:#2e6ea4; the comehike strip with blue  */

	color: white;

	position: relative;
}

.nav_bar .nav
{
	width:36em;
	height: 40px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
left:0;
}

.nav_bar .icons
{
	#position: absolute;
	#left: 0;
	display: inline-block;
}

.nav_bar .icons div
{
	display: inline-block;
	position: relative;
	top: 10px;
	float:left;
}

.nav_bar .icons div
{
	padding-top: 10px;
	display: inline-block;
	width: 200px;
	float:right;
}

.nav_bar .nav #site_nav
{
	position: absolute;
	right: 0.5em;
	top: 0.2em;
	z-index: 20;
}

/* styles for basic template */
.content .basic
{
	background: #fff;
	padding: 15px;
	border: 1px solid #888;

	border-color: gray;
	text-align: left;
}

.content .basic h1{
	font-size: 2em;
	font-weight:bold;
	text-align: center;
}

.content .basic h2{
	font-size: 1.5em;
	font-weight:bold;
}

.content .basic h3{
	font-size: 1.0em;
	font-weight: bold;
}

#layout
{
	/*margin:auto; */
	#margin-top: 5px;
	padding-right: 20px;
	padding-left: 20px;

	text-align:left;

        border-style:solid;
        border-width:1px;
        border-color: gray;
   /*     background-color: #EDEDED; */

}

label span
{
  float: left;
  width: 15em;
}

p.half_text
{
	font-size: 80.0%;
	font-type: arial;

}

span.half_text
{
	font-size: 80.0%;
	font-type: arial;

}

p.half_height
{
	margin: 5px 0;
}




div.footer
{
	text-align: center;
	font-family:arial,times,serif;
	font-size:14px;
	line-height:150%;
	bottom:10px;
	style: clear:both;
}
