

/*	Standard Forum Header
		Per-forum headers injected at the top of each forum.
*/

/* Container */
.FrmHdr {
	/* background-image: linear-gradient(to bottom, #FFE0E0, #FFFAFA); */
	font-family: Arial;
	background-color: #F5FFF5;
	color: #3C5E26;
	/* padding: 0.9em 0.9em; */
	padding: 0;
	border: 3px solid #3C5E26;
	border-radius: 14px;
	box-shadow: 4px 4px 4px #AAA;
	width: 98%;
}

/* forum title, subtitle, and description */
.FrmHdr-Title {
	font-family: inherit;
	font-size: 1.8rem;
	font-weight: bold;
	color: #F5FFF5;
	background-color: #3C5E26;
	padding: 0.2em 0.5em 0 0.5em;
}
.FrmHdr-Subtitle {
	font-family: inherit;
	font-size: 1.2rem;
	font-weight: normal;
	color: #F5FFF5;
	background-color: #3C5E26;
	padding: 0.0em 0.5em 0.5em 0.8em;
}
.FrmHdr-Desc { /* forum description below the title */
	font-family: inherit;
	font-size: 1rem;
	font-weight: bold;
	color: inherit;
	font-style: italic;
}

/* Link to this page */
.FrmHdr-LinkHere {
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: bold;
	color: inherit;
	margin: 0.4em 0.3em 0 0.5em;
}
.FrmHdr-LinkHere a:link, .FrmHdr-LinkHere a:visited {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}
.FrmHdr-LinkHere a:hover, .FrmHdr-LinkHere a:active {
	text-decoration: underline;
}
.FrmHdr-LinkHereBtn {
	font-size: 0.8rem;
	color: white;
	padding: 0.1em 0.4em;
	border-radius: 6px;
	border: 1px solid #00AAAA;
	box-shadow: 2px 2px 3px #AAA;
	background-color: #3C5E26;
	margin-left: 0.6em;
}

/* Feature Link */
.FrmHdr-Feature {
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: bold;
	color: inherit;
	margin: 0.1em 0.3em 0 0.5em;
}
.FrmHdr-Feature a:link, .FrmHdr-Feature a:visited {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}
.FrmHdr-Feature a:hover, .FrmHdr-Feature a:active {
	text-decoration: underline;
}
.FrmHdr-FeatureBtn {
	font-size: 0.8rem;
	color: white;
	padding: 0.1em 0.4em;
	border-radius: 6px;
	border: 1px solid #AA0000;
	box-shadow: 2px 2px 3px #AAA;
	background-color: #3C5E26;
	margin-left: 0.6em;
}

/* Smaller title for subsections */
.FrmHdr-Title2 {
	font-family: inherit;
	font-size: 1.1rem;
	font-weight: bold;
	color: inherit;
	margin: 0.4em 0.3em 0 0.5em;
}

/* Resources */
.FrmHdr-Res { /* UL */
	list-style-position: inside;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: normal;
	color: inherit;
	padding-left: 0.8em;
}
.FrmHdr-Res-Item { /* LI */
	font-family: inherit;
	font-style: italic;
	color: inherit;
	padding-left: 0.8em;
}
.FrmHdr-Res a:link, .FrmHdr-Res a:visited {
	font-weight: normal;
	font-style: normal;
	color: inherit;
	text-decoration: underline;
}
.FrmHdr-Res a:hover, .FrmHdr-Res a:active {
	text-decoration: none;
}

/* Spacers */
.FrmHdr-Spacer-Bottom {
	height: 10px;
}



