/*
 * Tree Catalog CSS Template
 * 1/11/26
 */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  color: #429D37; /* cHdTxt */
  font-weight: bold;
}

h1 {
  font-size: 40px;
  text-align:center;
}

h2 {
  font-size: 32px;
}
h2.summary-header {}
h2.details-header {
	padding-top: 50px;
}

/* styles that apply to both tables */
table {
		border-collapse: collapse;
}

/* this generates the alternating row colors. applies to both tables. */
tr:nth-child(even){background-color: #EEF6E7;}
tr:nth-child(odd){background-color: #E2F1D9;}

/* each cell of summary */
#tree-summary td {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: none;
	border-right: none;
	padding: 10px 8px 10px 8px;
	text-align: center;
}

/* each cell in the header row of the summary table */
.summary-header-row td {
	vertical-align: top;
	background-color: #53833f;
	font-weight: bold;
	color: #ffffff;
}

/* the tree name cell in the summary */
.treename-summary {
	font-size: 1.2em;
	font-weight: bold;
}

/* the tree shape image in summary */
img.tree-shape {

}

/** tree detail table **/

/* each cell */
#tree-detail td {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 20px;
}

/*
 * the common and botanical names in the detail section
 */
.common-name {
	font-size: 1.8em;

}
.botncl-name {
	font-size: 1.4em;
	font-style: italic;
}

/* LINKS */
a:link, a:visited {
  color: #3A602A;
  text-decoration-line: underline;
  text-decoration-color: #96D47B;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}

/* mouse over link */
a:hover {
  color: #96D47B;
}
/* selected link */
a:active {
}

/* the sunlight icon key */
.sunlight-key td {
	background-color: #FFFFFF;
	padding: 20px;
	border: none !important;
	width: auto;
}

.tree-light-heading {
	font-weight: bold;
}

/* links to alt languages */
.language-links {
	text-align: center;
	padding-bottom: 10px;
	font-size: 1.3em;
}

/* Header image - the div containing it
.header-image {
	background-color: #B1D4E0;
}
*/

.back-to-summary a:link {
	text-decoration: none;
	font-size: 1.5em;
}


/* end */




/* keep blank lines for wordpress spectra CSS editor */