html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
	background-attachment: fixed;
	background-color: #317849;
    background-image: url("images/ParkTreesPaint.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 17.5px;
	line-height: 1.5em;
	margin:0;
    padding: 0;
}

h1 {font-size:150%;}
h2 {font-size:125%;}
h3 {font-size:118%;}
#content p {font-size:100%;}
#footer p {font-size:75%;}

.center, caption, #content h2, #sidebar, #home {
    text-align: center;
}
.max-half {
	height:auto;
	max-width:50%;
}
.half-size {
	width:50%;
}
img.half-size {
	height:auto;
	width:45%;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.smaller {
    font-size: smaller;
}
.red {
    color: #FF0000;
}
.green {
    color: #009D44;
}
.clear {
    clear: both;
}
.border {
    border: 3px solid #009D44;
	border-radius: 15px;
}
.noborder {
	border:0 none;
	border-radius:none;
}
.nowrap {
	white-space:nowrap;
}

a:link {
    color: #00692e;
}
a:visited {
    color: #00692e;
}
a:hover, a:focus, a:active {
    color: #FF0000;
}
a:active, a:hover, a:focus, #sidebar a, #home {
    text-decoration: none;
}

p {
    text-align: justify;
}

#header {
	background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: 2px solid #000000;
    box-shadow: 0 2px 2px #000000;
    padding: 1em 0 2em;
}
#header, #sidebar {
    position: relative;
}

#nav {
    background-color: #229F4B;
    border-bottom: 3px solid #000000;
}
.nav {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
	text-align:center;
    width: 100%;
}
.nav li {
    display: inline-block;
    text-align: center;
	vertical-align:middle;
}
.nav a {
	background-color:transparent;
    color: #000000;
    display: block;
	font-weight:bold;
    line-height: 4em;
	padding: 0 0.95em;
    text-decoration: none;
	white-space:nowrap;
	
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s; /* Safari */
}
.nav a:link, 
.nav a:visited {
	color: #000000;
}
.nav a:hover, 
.nav a:focus, 
.nav a:active {
	background-color:#55D07E;
}

#content {
    background-color: #efefef;
    box-shadow: 0 2px 5px #000000;
    margin: 0 auto;
    padding: 1em 160px 2em;
    width: 640px;
	/*
	padding: 1em 217px 2em;
    width: 526px;
	*/
}
#footer {
    background-color: #000000;
    clear: both;
    color: #E8FF9F;
    padding: 1px 0;
}

hr {
    -moz-box-sizing: border-box;
	box-sizing:border-box;
    border: 1px dashed #009D44;
    height: 0;
    margin: 2em 0;
}

/*
caption, #sidebar a, #home {
    font-weight: bold;
}
caption {
    margin: auto;
}
caption, #sidebar a {
    white-space: nowrap;
}
*/

table {
    background-color: #CCCCCC;
    border: 1px solid #229F4B;
    border-collapse: separate;
    margin: 1em auto;
    width: 100%;
}
caption {
	font-weight:bold;
    margin: 0 auto 1em;
}
th {
	background-color:#229F4B;
}
td {
    background-color: #FFFFFF;
    padding: 7px;
    text-align: center;
	vertical-align:top;
}

/*
ul, #sidebar a {
    margin-left: auto;
}
ul {
    margin-right: auto;
    width: 50%;
}
*/

#content img {
    height: auto;
    margin-bottom: 1em;
    max-width: 95%;
}

img.right {
    float: right;
    margin-left: 1em;
}
img.left {
    float: left;
    margin-right: 1em;
}



#home {
	/*
    background-image: url("images/TreeGuideArborDaze.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 90%;
    margin: 0 auto;
    width: 960px;
	*/
}
#home img {
	border:0 none;
	display:block;
	margin: 0 auto;
	max-width:100%;
}
#main {
    /*background-color: rgba(254, 244, 212, 0.8);*/
    width: 100%;
}


/*
#sidebar {
    border: 0 none;
    margin-left: 300px;
    top: 75px;
    width: 400px;
}
#sidebar a {
    background: none repeat scroll 0 0 #FFFF00;
    border: 5px solid #000000;
    color: #000000;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}
#sidebar a:active, #sidebar a:hover {
    background: none repeat scroll 0 0 #CC6600;
}
*/




@media only screen and (max-width: 960px) {
	body {
		font-size:17.5px;
	}
	#main {
		background-color: #efefef;
	}
	#content {
		/*background-color:red;*/
		box-shadow: none;
		padding:1px;
	}
	.nav {
		max-width:560px;
	}
	.nav li {
		
	}
	.nav a {
		
	}
	#footer p {
		font-size: 60%;
	}
}

@media only screen and (max-width: 660px) {
	body {
		font-size:15px;
	}
	#content {
		/*background-color:blue;*/
		width:auto;
	}
	.nav {
		max-width:377px;
	}
	.nav li {
		
	}
	.nav a {
		font-size:75%;
	}
	.half-size {
		width:100%;
	}
	img.half-size {
		width:100%;
	}
	.float-left,
	.float-right {
		float:none;
	}
	
	img.left,
	img.right {
		display:block;
		float:none;
		margin:0 auto 1em;
	}
}