@charset "UTF-8";
@import url("reset.css");
body {
	height: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
	line-height: 1.4em;
	background-color: #000000;
}
header {
	height: 60px;
	background: #28C20D;
	border-radius: 10px;
	border: 1px solid #335F29;
	margin: 5px;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: 1.6em;
	background-image: -webkit-linear-gradient(270deg, rgba(228,245,229,1.00) 0%, rgba(64,238,120,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(228,245,229,1.00) 0%, rgba(64,238,120,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(228,245,229,1.00) 0%, rgba(64,238,120,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(228,245,229,1.00) 0%, rgba(64,238,120,1.00) 100%);
	color: #0F691A;
}
header p .title1 {
	font-size: 2em;
}
header p .title1 a {
	text-decoration: none;
	color: #0F691A;
}
header p .title2 {
	font-size: 1em;
}
/* Navigation bar code starts here */
#menu-bar {
	width: 98%;
	margin: 0px 0px 0px 3px;
	padding: 2px 6px 8px 6px;
	height: 25px;
	line-height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #8B8B8B;
	background: linear-gradient(top, #A9A9A9, #7A7A7A);
	background: -ms-linear-gradient(top, #A9A9A9, #7A7A7A);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
	background: -moz-linear-gradient(top, #A9A9A9, #7A7A7A);
	border: solid 1px #6D6D6D;
	position: relative;
	z-index: 999;
}
#menu-bar li {
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	float: left;
	position: relative;
	list-style: none;
}
#menu-bar a {
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 0.9em;
	color: #E7E5E5;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 20px;
	margin: 0;
	margin-bottom: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#menu-bar li ul li a {
	margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
	background: #FDA50B;
	background: linear-gradient(top, #EBEBEB, #A1A1A1);
	background: -ms-linear-gradient(top, #EBEBEB, #A1A1A1);
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
	background: -moz-linear-gradient(top, #EBEBEB, #A1A1A1);
	color: #444444;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
	background: none;
	border: none;
	color: #666;
}
#menu-bar ul a:hover {
	background: #FDA50B !important;
	background: linear-gradient(top, #04ACEC, #0186BA) !important;
	background: -ms-linear-gradient(top, #04ACEC, #0186BA) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
	background: -moz-linear-gradient(top, #04ACEC, #0186BA) !important;
	color: #FFFFFF !important;
	border-radius: 0;
}
#menu-bar li:hover > ul {
	display: block;
}
#menu-bar ul {
	background: #DDDDDD;
	background: linear-gradient(top, #FFFFFF, #CFCFCF);
	background: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
	background: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 30px;
	left: 0;
	border: solid 1px #B4B4B4;
	border-radius: 10px;
}
#menu-bar ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#menu-bar ul a {
	padding: 5px 0px 5px 15px;
	color: #424242 !important;
	font-size: 0.9em;
	font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#menu-bar ul li:first-child > a {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#menu-bar ul li:last-child > a {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
#menu-bar:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu-bar {
	display: inline-block;
}
html[xmlns] #menu-bar {
	display: block;
}
* html #menu-bar {
	height: 1%;
}
/* End of navigational bar */
#content {
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #335F29;
	margin: 0 5px 5px 5px;
	padding: 0 10px 10px 10px;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.justify {
	text-align: justify;
}
.blockquote {
	margin-right: 1em;
	margin-left: 1em;
}
.bold {
	font-weight: bold;
}
h1 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	display: block;
}
h2 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	display: block;
}
h3 {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	display: block;
}
#content article p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
footer {
	clear: both;
	height: 65px;
	width: 99%;
	background: #28C20D;
	border-radius: 10px;
	border: 1px solid #335F29;
	margin: 5px;
	padding: 5px 0 5px 0;
	font-size: 0.9em;
	color: #0F691A;
	line-height: 1.4em;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg, rgba(228,245,229,1.00) 0%, rgba(64,238,120,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(228,245,229,1.00) 0%, rgba(64,238,120,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(228,245,229,1.00) 0%, rgba(64,238,120,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(228,245,229,1.00) 0%, rgba(64,238,120,1.00) 100%);
}
article .center figcaption {
	font-style: italic;
}
#content article blockquote {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 40px;
	margin-right: 40px;
}
td .fancybox img {
	border: 1px solid #000000;
}
article img {
	border: 1px solid #000000;
	height: auto;
	max-width: 100%;
	margin-right: 0px;
}
#content article .bold {
	font-weight: bold;
}
#content article #birdtable {
	border: 1px solid #000000;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	font-size: 0.9em;
}
#content article #birdtable td {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #000;
}
#content article #birdtable tr:nth-of-type(odd) {
	background-color: #d4ead4
}
#content article #birdtable th {
	background-color: #E0E0E0;
}
#content article #birdtable .species {
	width: 8.5em;
}
#content article #birdtable .date {
	text-align: center;
	width: 6em;
}
#content article #birdtable .size {
	text-align: center;
	width: 4em;
}
#content article #birdtable .comments {
	text-align: center;
}
#content article #table-front {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
#content .table-location {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}
#content article .table-sinc {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content article .table-oneyear {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.table-oneyear tbody tr td {
	width: 50%;
}
#content article .table-landscaping {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.table-landscaping tbody tr td {
	width: 50%;
}
