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

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

/* forum title, subtitle, and description */
.CatHdr-Title {
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
	background-color: #CC0000;
	padding: 0.5em 0.5em 0 0.5em;
}
.CatHdr-Subtitle {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	color: white;
	background-color: #CC0000;
	padding: 0.2em 0.5em 0.5em 0.8em;
}
.CatHdr-Desc { /* forum description below the title */
	font-family: inherit;
	font-size: 1rem;
	font-weight: bold;
	color: inherit;
	font-style: italic;
}

/* Link to this page */
.CatHdr-LinkHere {
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: bold;
	color: inherit;
	margin: 0.4em 0.3em 0 0.5em;
}
.CatHdr-LinkHere a:link, .CatHdr-LinkHere a:visited {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}
.CatHdr-LinkHere a:hover, .CatHdr-LinkHere a:active {
	text-decoration: underline;
}
.CatHdr-LinkHereBtn {
	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: #CC0000;
	margin-left: 0.6em;
}

/* Feature Link */
.CatHdr-Feature {
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: bold;
	color: inherit;
	margin: 0.1em 0.3em 0 0.5em;
}
.CatHdr-Feature a:link, .CatHdr-Feature a:visited {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}
.CatHdr-Feature a:hover, .CatHdr-Feature a:active {
	text-decoration: underline;
}
.CatHdr-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: #CC0000;
	margin-left: 0.6em;
}

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

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

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



