@charset "utf-8";

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

header, section, footer, aside, nav, main, article, figure {
     display: block; 
} 

html {
	background-color: #F4F6FF;
	}
	
body {
	display: block;
	font-size: 62.5%;
	height: auto;
	background-color: #F2DEA0;
	width: 78.125%;
	max-width: 1000px;
	margin: 2em auto;
	position: relative;
	-moz-box-shadow: 4px 4px 4px 4px rgba(130,119,86,.8);
	-webkit-box-shadow: 4px 4px 4px 4px rgba(130,119,86,.8);
	box-shadow: 4px 4px 4px 4px rgba(130,119,86,.8);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	border-radius: 8px;
	padding-bottom: 3em;
}

h1 {
	font: italic bold 7em/normal "Comic Sans MS", cursive;
	text-transform: capitalize;
	color: #996633;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(25,25,25,1);
	-moz-text-shadow: 2px 2px 3px rgba(25,25,25,1);
	-webkit-text-shadow: 2px 2px 3px rgba(25,25,25,1);	
}

h2 {
	color: #006600;
	font: bold 4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(25,25,25,1);
	-moz-text-shadow: 2px 2px 3px rgba(25,25,25,1);
	-webkit-text-shadow: 2px 2px 3px rgba(25,25,25,1);	
}

h3 {
	font: bold 2em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;
	text-align: center;
}

p {
	font: 2em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: .5em 5em;
	text-indent: 1.5em;
	text-align: left;
}

.clear {
	clear: both;
}

.separatorLine {
	clear: both;
	display: block;
	width: 75%;
	border-top: medium solid #996633;
	margin: 2.5em auto 2.5em;
}

img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

article {
	display: block;
	padding: 0;
	margin-top: 2em;
}

.dropCap {
	font-size:1.6em;
	line-height:1em;
	float:left;
	margin-top:2px;
	margin-right:2px;
	color:#151313;
}

.endIcon {
	height: 25px;
	width: 3%;
	padding: 0 5px;	
}

.lowercase {
	text-transform: lowercase;	
}

.underline {
	text-decoration: underline;	
}

.zeroIndent {
	text-indent: 0;	
}

.centerBlock {
	display: block;
	margin: 0px auto;
	width: 70%;
	overflow: hidden;
}

em {
	font-style: italic;	
}

ul {
	list-style: none;
}

a:link, a:visited {
	color: #0000FF; 
}

a:hover {
	color: #633914;
}

a:active {
	color: black;
}

a:focus {
	outline:dotted 2px #512800;
}

a[href^="http"] {
	background: url(../_Admin_Items/Icon_External_Link.png) no-repeat center right;
	padding-right: 13px;
}


/*Header Styles Begin*/
header {
	padding-bottom: 0em;
}

.headerPhotos {
	padding-bottom: 0em;
}

.headerPhotos img {
	margin: 0;
	width: 20%;
	float: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#northwest {
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}

#northeast {
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

.titleBox {
	clear: both;
	width: 100%;
	padding: 1.5em 0 1.8em 0;
	overflow: hidden;	
}
/*Header Styles end*/

/*sideNav styles begin*/
.sideNav {
	text-align: left;
	width: auto;
	position: fixed;
	z-index: 1000;
	top: 300px;
	left: 2%;
	overflow: hidden;
	}
	
.sideNav li {
	font: small-caps normal 1.75em/1.75em Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	list-style: none;
	padding-top: 1.5px;
	width: auto;
	overflow: hidden;
	}
 
.sideNav li a {
	color: #00F;
	text-decoration: underline;
	-moz-text-shadow: 2px 2px 3px rgba(25,25,25,1);
	-webkit-text-shadow: 2px 2px 3px rgba(25,25,25,1);
	text-shadow: 2px 2px 3px rgba(25,25,25,1);
	line-height: 2.2em;
	padding-right: 3px;
	}
	
.sideNav li a:hover {
	color:#4C2512;
	}
	
.sideNav li a:active {
	color:#000;
	background:none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	}
/*sideNav styles end*/

/*Quick Index styles begin*/

.quickIndex {
	font: bold 2em/1.2em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;
	padding: .2em 5em 1em;
	text-indent: 1.5em;
	text-align: left;	
}

.leftBox {
	width: 50%;
	float: left;
	margin-bottom: 2em;
}

.rightBox {
	width: 50%;
	float: right;
	margin-bottom: 1em;
}

/*photoArray styles begin*/

figcaption {
	font: bold 2.75em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;
	text-align: center;
}


.subCaption {
    font: bold 2em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;
	text-align: center;	
}

.photoArray img{
	display: block;
	width: 80%;
	padding: 2em 0 1.5em 0;
	margin: 0px auto;
	overflow: hidden;
}

.latinName {
	font: italic normal 2em/1.5em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;
	text-align: center;
	padding: 0px;
	text-indent: 0;
}

.familyName {
	font: small-caps normal 1.75em Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	padding: 0px;
	text-indent: 0;
}

.rightImage {
	width: auto;
	float: right;
	max-width: 50%;
	margin: 0 5% 2em 0;	
}

.leftImage {
	width: auto;
	float: left;
	max-width: 50%;
	margin: 0 0 2em 5%;
}

#basketPhoto {
	margin-left: 10%;
}

/*photoArray styles end*/

/*flower finder styles begin*/
#keyword {
	padding-top: 1em;
}

#finderText p {
	color: #000000;
	font-size: 2.2em;
	text-indent: 0em;
	padding-top: 1em;	
}

#finderText a {
	font: bold 2.2em/2em Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: blue;
	margin-left: 20%;
	text-decoration: none;
}

table {
	display: table;
	border: 10px ridge #996633;
	border-collapse: separate;
	border-spacing: 0;
	margin: 1em auto;
	width: 80%;
 	-webkit-border-radius: 12px;
 	-moz-border-radius: 12px;
 	border-radius: 12px;
	overflow: hidden;

}

caption {
	font: bold small-caps 2em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	caption-side: bottom;
	padding: 1em 0 2em;
	border: none;	
}

tr {
	text-align: center;		
}

tr:nth-child(even) {
	background-color: #ECECFF;
}

tr:nth-child(odd) {
	background-color: #FFFFA8;
}

th {
	font: bold small-caps 2em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #CFB53B;
	text-align: center;
	vertical-align: middle;
}

th:first-child {
	color: blue;
}

td {
	vertical-align: middle;
	text-align: left;
	padding: 0 2% 0;
}

td:first-child {
	width: 10%;
	padding: 0;
	background: #FFFFFF;
}

td:nth-child(2) {
	font: bold 2em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;	
}

td:nth-child(3) {
	font: italic normal 2em/1.5em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333333;
}

td:nth-child(4) {
	font: small-caps normal 1.75em Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333333;
}

#family td:nth-child(2) {
	font-weight: normal;	
}

#family td:nth-child(4) {
	font-weight: bold;	
}

/*flower finder styles end*/

/*about styles begin*/

/*#aboutSections p {
	text-indent: 0;	
}*/

#jackson {
	display: block;
	width: 50%;
	float: left;
	padding: 2em 10px 0px 0px;
	margin-left: 10%;
}


#katharine {
	display: block;
	width: 80%;
	padding: 2em 0 2em 0;
	margin: 0px auto;	
}

#wcm {
	display: block;
	width: 40%;
	float: right;
	padding: 2em 0px 0px 10px;
	margin: 0 10% 3em 0;
}


/*about styles end*/

/*contacts styles begin*/

.dataBox {
	display: block;
	margin: 0 auto 0;
	background: #CCC;
	width: 60%;
	overflow: hidden;
}

.centerText {
	font: bold small-caps normal 3em "Times New Roman", Times, serif;
	padding: 1em 0;
	text-indent: 0;
	text-align: center;
	color: black;
}

#biblio .leftImage {
	width: 20%;
	clear: left;
	float: left;
	padding: 1% 1% 0 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;

}

#biblio .rightImage {
	width: 20%;
	clear: right;
	float: right;
	padding: 1% 0 0 1%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#biblio img:nth-child(2) {
	margin-top: 1.5em;
	padding-bottom: .5em;
}

/*contacts styles end*/

/*Nav Buttons Styles begin*/

.buttonList {
	width: 80%;
	margin: 1em auto 3em;
	position: relative;
	padding-bottom: 3em;
	clear: both;
	overflow: hidden;
}

.buttonList a {
	background-color: #CFB53B;
	text-align: center;
	border: 2px solid #000;
	margin: 0 1.5% 0 0;
	float: left;
	width: 18%;
	border-radius: 1.25em;
	-moz-box-shadow: 3px 3px 3px 3px rgba(102,102,102,.6);
	-webkit-box-shadow: 3px 3px 3px 3px rgba(102,102,102,.6);
	box-shadow: 3px 3px 3px 3px rgba(102,102,102,.6);
	text-decoration: none;
	text-transform: capitalize;
	font: bolder small-caps 1.75em/2.3em Verdana, Geneva, sans-serif;
}

.buttonList a:link {
	color: #0000FF;
	font-weight: bolder;
}

#photoPage a, #homePage a {
	background-color: #CC9900;
	color: black;
} 

.buttonList a:visited {
	color: #0000FF;
}
	
.buttonList a:hover {
	color:#633914;
	}		
.buttonList a:active {
	color: #CCCCCC;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	background-color:#8A5419;		
	}
	

/*Nav Buttons styles end*/

/*styles for video*/

.videoBox {
	max-width: 560px;
	margin: 0 auto 0;
}

.videoEmbed {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin: 1em 0 1em 0;	
}
.videoEmbed iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*display: none;*/
}
/*styles for video end*/

.copyright {
	font: small-caps 1.4em Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #333;
	padding: 30px 0px;
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 80%;
	text-align: center;
	overflow: hidden;
}
	
