html {font-size: 100%; height: 100%}
body  {
	margin: 0 auto;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #644735 url(../art/bkg-02a.jpg) center center;
}
.big-list {font-size: 0.96em}

h1 {
	font-size: 160%;
	background: #7AB88A;
	color: #FFF;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: none;

}
h2 {
	color: #060;
	font-weight: bold;
	font-size: 140%;
	padding-left: 8px;
	border-width: thin;
	border-bottom-style: solid;
}
h3 {
	color: #F00;
	padding-left: 8px;
	font-size: 120%;
	border-width: thin;
	border-bottom-style: solid;
}
h4 {
	padding-top: 4px;
}
.smalltext {
	font-size: smaller;
}
.tinytext {
	font-size: 0.75rem;
}
.greentext {
	color: #006600;
	text-align: center;

}
.headertext {
	font-size: 1.12rem;
	letter-spacing: 0.2em;
	padding-right: 16px;
	color: #FFFFFF;
	padding-left: 16px;
	text-align: center;
	background: #428E3E;
}
.whitetext {
	font-family: serif;
	font-size: 0.87rem;
	color: #FFFFFF;
}
.white-on-gray {
	font-size: 1rem;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	letter-spacing: 0.1em;
}
.whitetextLarge {
	font-family: serif;
	font-size: 1.5rem;
	color: #FFFFFF;
}
.whitetextheader {
	font-size: 1.5rem;
	color: #FFFFFF;
}
.redtext, .soldout {
	color: #FF0000;
	text-align: center;
}
.redtextLargeCopy, .rare {
	font-family: serif;
	font-size: 1.12rem;
	color: #F00;
	font-weight: normal;
}
.yellowbackground {
	background-color: #FFFF99;
}
.bright-text {
	color: #FF5B0D;
}
.linefill { border-top: #01970f solid 4px }

.CollectorNameColor {
	color: #eF0000;
	font-weight: bold;
}
.FeaturedNameColor {
	color: #009900;
	font-weight: bold;
}
.TropicalFruitNameColor {
	color: #FF4400;
	font-weight: bold;
	font-style: italic;
}

.alpha-link {
	font-family: serif;
	font-size: 1.25rem;
	color: #000000;
	font-weight: normal;
}

.alignright { 
	float: right;
	margin-left: 1.5em;
}
.alignleft { 
	float: left;
	margin-right: 1.5em;
}
.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
#sidebar1 a {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 140%;
}

.current-page {box-shadow: inset 2px 2px 3px yellow}

.OSM {
	font-size: 9pt;
	line-height: 1.5;
	margin: 3em;
	background: #FFF;
}
.OSM a {
	color:#009;
	background: #FFF;
}
.OSMdir {
	padding: 0.2em 0 0.2em .5em;
	font-weight: bold;
	color: #060;
	background: #FFF;
}
.OSMfile {
	margin-left: 3em;
	background: #FFF;
	padding: 0 0 0 .5em;
}
hr {
	color: #360;
}
#wrapper {width: 1000px; background-color:white; margin: 2ex auto 5ex;}
#header {background-color:white; margin: 0 auto; vertical-align:top}
#content {margin: 0.5em auto}
#footer {background-color:white; padding: 1em; text-align: center}
img {max-width: 100%; height: auto}

.SuggestFramework_List {background-color: #eeffee }

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
	padding: 0;
	word-wrap: normal !important;
	white-space: nowrap;
	/* Many screen reader and browser combinations announce broken words as
	they would appear visually. */
}

.screen-reader-text:focus {
	position: relative;
	clip-path: none;
	color: black;
	background-color: white;
	height: auto;
	width: auto;
	padding: 1ex;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

