/* BODY */
body{
	width: 1000px;
	background-color: #ffffff;
	color: #000;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 0px 0px;
	font-family: "Inter-Loom", arial, helvetica, sans-serif;
	font-size: 100%;
	border-top: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
}
/* CONTAINERS */
.footer{
	background-color: #ffffff;
	width: 1000px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
}
.headmenu{
	position: absolute;
	top: 68px;
	right: 4px;
	text-align: right;
	font-weight: bold;
	margin-left: 8px;
}
.headsearch{
	position: absolute;
	top: 120px;
	right: 8px;
	text-align: right;
}
.hspacing{
	padding: 0px 4px 0px 4px;
}
.infobox{
	width: 192px;
	float: right;
	border: solid 1px #B0B0B0;
	padding: 4px;
	margin-left: 8px;
}
.leftcol{
	float: right;
	background-color: #ffffff;
	width: 200px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 8px 4px;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
}
.networkbar {
	position: relative;
	width: 1000;
	height: 150;
	background-image: url("https://www.conifers.org/zz/conebanner.jpg");
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 1px solid gray;
}
.pagerow{
	float: left;
	background-color: #ffffff;
	width: 1000px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 12px 4px 8px 4px;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
}
.rightcol{
	background-color: #ffffff;
	width: 780px;
	color: #000;
	margin: 4px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
}
.sitename{
	position: absolute;
	top: 56;
	left: 8;
	font-weight: bold;
	font-size: 175%;
}
.tandebox{
	width: 146;
	float: right;
	border: solid 1px #FFFFFF;
	padding: 4;
	margin-left: 8;
}
/* TEXT FORMATS */
h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 125%;
  margin-bottom: 12px;
}
h3 {
	color: #066827;
	font-size: 125%;
	margin: 16px 0px 6px 0px;
	}
ul{
	margin: 0;
}
.headlist{
    list-style-type: none;
    padding: 0;
}
li{
	text-align: left;
	font-size: 90%;
	margin: 6px 0px 6px 0px;
}
.menu{
	display: inline;
	font-size: 100%;
	margin-left: 4;
	margin-right: 4;
}
sup,sub {
    font-size: 0.6em;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
p{
	margin: 8px 0px 8px 0px;
	font-size: 90%;
	line-height: 1.2;
}
.author{
	margin-top: 8px;
	font-weight: bold;
}
.bktext{
	margin-left: 144px;
}
.bktitle{
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px;
	margin-top: 8px;
}
.caption{
	font-size: 80%;
}
.foto{
	text-align: center;
	font-size: 80%;
}
.info{
	float:left;
	text-align: left;
	font-size: 80%;
	margin: 8px 8px 8px 8px;
}
.ftrtext{
	text-align: center;
	font-size: 90%;
}

.indent{
	margin-left: 24px;
}

.pgtime{
	text-align: center;
	font-size: 80%;
}

.taxon{
	color: #066827;
	font-size: 125%;
	font-weight: bold;
}

.url{
	text-align: center;
	font-size: 80%;
}

.w3c{
	text-align: center;
	font-size: 80%;
}

/* IMAGE FORMATS */

img{
	border-top: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
}

.ui{
	border-width: 0px;
}

.padfoto{
	float:left;
	margin: 0px 16px 16px 0px;
}

/* TABLE FORMATS */

/* this should be same as p tag */
td{
	font-size: 90%;
}

/* pale red background */
.redbox{
	background-color: #ffcccc;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/* pale blue background */
.blubox{
	background-color: #ccffff;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/* pale green background */
.grnbox{
	background-color: #ccffcc;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/* LINKS */

a:link{
	color: #993333;
	text-decoration: none;
}

a:visited{
	color: #066827;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: none;
}

/* divider replaces hr */
.divider{
	margin: 7px 0px 7px 0px;
	border-bottom: solid #B4B4B4 1px;
	clear: both;
}

/* don't need this but it may be useful */
.dottedline{
	margin: 7px 0px 7px 0px;
	border-bottom: dotted #B4B4B4 1px;
	clear: both;
}

/* Begin Mobile Styles */
@media only screen and (max-width: 767px) {

	/* General Global Styles */
	body{
		width: 100%;
	}

	h1{
		font-size: 18pt;
	}

	h2{
		font-size: 16pt;
	}

	h3{
		font-size: 13pt;
	}

	h4, h5, h6{
		font-size: 100%;
	}

	p, .ftrtext, a{
		font-size: 11pt;
		line-height: 1.3em;
	}

	p{
		padding-bottom: 0.3em;
		word-wrap: break-word;
	}

	.caption{
		font-size: 8pt;
	}

	table, .footer, .rightcol, .leftcol {
		width: initial;
		max-width: 100%; /* forces everything to fit on screen */
	}

	.leftcol{
		padding: 0px 0px 0px 5px;
	}

	table{
		 /* prevents table from overflowing */
		 table-layout: fixed;
		 overflow-x: auto;
		 display: block;
		 max-width: 390px;
	}

	table *{
		font-size: 10pt;
	}

	td{
		text-overflow: ellipsis;
		word-wrap: break-word;
	}

	/* Site Styles */
	.networkbar{
		font-size: 12pt;
		width: 100%;	
	}

	.networkbar *{
		text-align: left;
	}

	.sitename{
		top: 45px;
	}

	.headmenu{
		top: unset;
		bottom: 45px;
		right: unset;
		margin-left: 6px;
	}

	.headsearch{
		font-size: 12pt;
		left: 12px;
		bottom: 0px;
		top: unset;
	}

	.networkbar img{
		width: 100%;
   		object-fit: cover;
	}

	.tandebox{
		float: unset;
	}

	.taxon{
		font-size: 14pt !Important;
	}

	iframe{
		width: 100%;
		border: none;
	}

	
}
/* end mobile styles*/
