/* Free Camping Project Base Stylesheet */

/* define fonts */
@font-face {
	font-family: fcMain;
	src: url(/freecamping/includes/font_main.ttf); /* Anonymous Pro */
}
@font-face {
	font-family: fcTitle;
	src: url(/freecamping/includes/font_title.ttf); /* Station */
}
@font-face {
	font-family: fcAlt;
	src: url(/freecamping/includes/font_alternate.ttf); /* Carved Rock */
}


/* page display containers */
.fc_body {
	background: darkslategray;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.fc_display {
	max-width: 1150px;
	min-width: 720px;
	margin: 0.8em auto 1.4em auto;
	padding: 0em 3em 0em 0em;
	font-family: fcMain, "Courier New", monospace;
	font-size: 1.15em;
	color: black;
}
.fc_footer {
	width: 100%;
	margin: 3em 3em 2em 0.5em;
	padding: 0em;
	font-family: fcAlt, sans-serif;
	font-size: 0.8em;
	color: dimgray;
	text-align: center;
}
.fc_nav {
	width: 100%;
	margin: 0em 0em 0em 0.8em;
	padding: 0em;
	font-family: fcAlt, sans-serif;
	font-size: 0.85em;
	color: black;
	text-align: left;
}
.fc_page {
	width: 100%;
	margin: 0em 0em 1em 0.5em;
	padding: 0.6em 1.2em 0.8em 1.2em;
	font-family: fcMain, Arial Helvetica, sans-serif;
	font-size: 1.15em;
	color: black;
	background: rgba(255, 255, 255, 0.85);
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-radius: 0.25em;
}


/* page navigation styles */
.area_label {
	font-size: 0.75em;
}
.area_tab {
	display: inline-block;
	width: 30%;
	max-width: 260px;
	vertical-align: top;
	margin: 0em 0.2em 0em 0em;
	padding: 0.2em 0.2em 0.2em 0.2em;
	font-family: fcTitle, Arial Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	text-align: center;
	background: rgba(236, 240, 224, 0.85);
	border-style: dotted;
	border-width: 2px;
	border-color: darkgreen;
	border-radius: 0.5em;
}
.main_label {
	font-size: 0.75em;
}
.main_tab {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	margin: 0em 0.2em 0em 0em;
	padding: 0.2em 0.2em 0.2em 0.2em;
	font-family: fcTitle, Arial Helvetica, sans-serif;
	font-size: 0.95em;
	color: black;
	text-align: center;
	background: rgba(248, 255, 248, 0.75);
	border-style: solid;
	border-width: 2px;
	border-color: darkgreen;
	border-radius: 0.6em;
}
.tab_icon {
	display: inline-block;
	width: 280px;
	vertical-align: middle;
	margin: 0em;
	padding: 0.0em 0.2em 0.4em 0.2em;
	font-family: fcTitle, Arial Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	line-height: 96%;
	text-align: center;
	background: transparent;
}


/* FRAW common blogpost styles */
.blogabstract {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 133%;
}
.blogdate {
	margin-top: 0em;
	margin-bottom: 0.3em;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: dimgray;
	line-height: 133%;
	text-indent: 0em;
}
.blogextra {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	color: dimgray;
	line-height: 133%;
}
.blogimg {
	float: right;
	height: 200px;
	margin: 0em 0em 1em 2em;
	padding: 0em;
	border-style: solid;
	border-color: dimgray;
	border-width: 1px;
	border-radius: 0em; 
}
.blogpost {
	overflow: auto;
	width: 97%;
	margin: 1.5em 0em 1em 0em;
	padding: 0.6em 0.8em 0.4em 0.6em;
	background: rgba(224, 248, 224, 0.6);
	font-size: 1.05em;
	color: black;
	text-align: left;
	line-height: 140%;
	border-style: dotted;
	border-radius: 0.6em;
	border-color: darkblue;
	border-width: 1px;
}
.blogtitle {
	margin-top: 0em;
	margin-bottom: 0.6em;
	font-size: 1.25em;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 120%;
	text-indent: 0em;
}


/* generic element styles */
a:link, a:visited {
	color: darkblue;
	background: transparent;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: none;
}
a:hover {
	background: lemonchiffon;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: none;
}
a:focus {
	color: white;
	background: black;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: dotted;
	border-width: 1px;
	border-color: gold;
}
a:link.access, a:visited.access {
	color: khaki;
	background: transparent;
}
a:hover.access {
	color: gold;
	background: blue;
}
a:focus.os {
	color: white;
	background: black;
}
a:link.blob, a:visited.blob {
	padding: 0.2em 0.4em 0.3em 0.4em;
	color: black;
	background: gainsboro;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-radius: 0.6em;
}
a:hover.blob {
	border-style: solid;
	color: yellow;
	background: mediumblue;
	border-width: 2px;
	border-color: yellow;
}
a:focus.blob {
	border-style: solid;
	color: white;
	background: black;
	border-width: 2px;
	border-color: black;
}
a:link.os, a:visited.os {
	color: darkred;
	background: transparent;
}
a:hover.os {
	color: crimson;
	background: aliceblue;
}
a:focus.os {
	color: white;
	background: black;
}
a:link.self, a:visited.self {
	color: darkgreen;
	background: transparent;
}
a:hover.self {
	color: green;
	background: azure;
}
a:focus.self {
	color: white;
	background: black;
}
a:link.src, a:visited.src {
	color: darkmagenta;
	background: transparent;
}
a:hover.src {
	color: magenta;
	background: aliceblue;
}
a:focus.src {
	color: white;
	background: black;
}
dl {
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.15em;
	line-height: 133%;
}
li {
	margin-top: 0.3em;
	margin-bottom: 0em;
}
li.pack {
	margin-top: 0.2em;
	margin-bottom: 0em;
}
li.pad {
	margin-top:0.8em;
	margin-bottom: 0em;
}
li.space {
	margin-top: 1.2em;
	margin-bottom: 0em;
}
ol {
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.15em;
	line-height: 133%;
}
p {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.15em;
	line-height: 125%;
	text-indent: 1em;
}
sup {
	vertical-align: 0.6em;
	line-height: 0;
	font-size: 0.6em;
}
sub {
	font-size: 0.6em;
}
ul {
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.15em;
	line-height: 133%;
}


/* generic content styles */
.caption {
	width: 100%;
	font-family: fcAlt, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: saddlebrown;
	line-height: 120%;
	text-align: center;
	text-indent: 0em;
}
.coda {
	font-family: fcAlt, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 0.4em;
	font-size: 1.3em;
	color: #2f002f;
	line-height: 130%;
}
.copyccimg {
	float: right;
	max-width: 8%;
	min-width: 90px;
	height: auto;
	margin: 0.2em -0.2em 0.1em 1em;
	border-style: none;
}
.copyright {
	text-indent: 0em;
	text-align: right;
}
.copyright_box {
	float: right;
	max-width: 23%;
	min-width: 175px;
	margin: 3.5em -0.3em 1.2em 1.5em;
	padding: 0em;
	font-family: frnType, monospace;
	font-size: 0.6em;
	color: darkslategray;
	border-style: none;
}
.heading {
	font-family: fcTitle, Arial Helvetica, sans-serif;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: darkred;
	line-height: 120%;
	text-align: left;
}
.image_border {
	margin: 0em auto 0em auto;
	padding: 0em;
	border-style: solid;
	border-color: darkgreen;
	border-width: 1px;
}
.image_left_border {
	float: left;
	margin: 0.5em 2.5em 1.5em 0em;
	padding: 0em;
	border-style: solid;
	border-color: darkgreen;
	border-width: 1px;
}
.image_left {
	float: left;
	margin: 0.5em 2.5em 1.5em 0em;
	padding: 0em;
	border-style: none;
}
.image_none {
	border-style: none;
	margin: 0em auto 0em auto;
}
.image_right_border {
	float: right;
	margin: 0.5em 0em 1.5em 2.5em;
	padding: 0em;
	border-style: solid;
	border-color: darkgreen;
	border-width: 1px;
}
.image_right {
	float: right;
	margin: 0.5em 0em 1.5em 2.5em;
	padding: 0em;
	border-style: none;
}
.image_scaled_border {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0em auto 0em auto;
	padding: 0em;
	border-style: solid;
	border-color: darkgreen;
	border-width: 1px;
}
.image_scaled_none {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0em auto 0em auto;
	padding: 0em;
	border-style: none;
}
.introduction {
	margin-bottom: 1em;
	font-family: fcAlt, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 130%;
	text-indent: 0em;
	color: indigo;
}
.large {
	font-size: 115%;
}
.left {
	float: left;
	margin: 1em 3em 2em 0em;
	padding: 0.6em 1.2em 0.8em 1.2em;
	text-align: left;
	background: transparent;
	border-style: dotted;
	border-color: saddlebrown;
	border-width: 1px;
	border-radius: 0.67em; 
}
.left_none {
	float: left;
	margin: 1em 3em 2em 0em;
	padding: 0em;
	background: transparent;
	text-align: left;
	border-style: none;
}
.mini {
	font-size: 75%;
}
.mono {
	font-family: "Courier New", "Lucida Console", monospace;
}
.pretitle {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	font-family: fcTitle, Arial Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: darkslategray;
	line-height: 100%;
	text-align: left;
}
.quote {
	margin-top: -0.2em;
	margin-bottom: 0.5em;
	font-family: fcAlt;
	color: #001f00;
	line-height: 120%;
}
.quotesrc {
	margin-top: -0.6em;
	margin-bottom: 1.2em;
	font-family: fcAlt, sans-serif;
	font-style: normal;
	font-size: 0.9em;
	text-align: right;
}
.right {
	float: right;
	margin: 1em 0em 2em 3em;
	padding: 0.6em 1.2em .8em 1.2em;
	text-align: right;
	background: transparent;
	border-style: dotted;
	border-color: darkred;
	border-width: 1px;
	border-radius: 0.67em; 
}
.right_none {
	float: right;
	margin: 1em 0em 2em 3em;
	padding: 0em;
	background: transparent;
	text-align: right;
	border-style: none;
}
.small {
	font-size: 90%;
}
.subheading {
	margin-top: 1.8em;
	margin-bottom: 0.3em;
	font-family: fcTitle, Arial Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	color: saddlebrown;
	line-height: 120%;
	text-align: left;
}
.subtitle {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-family: fcTitle, Arial Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: saddlebrown;
	line-height: 120%;
	text-align: left;
}
.summary {
	font-family: fcAlt, sans-serif;
	font-size: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 3em;
	color: #001f00;
	line-height: 130%;
}
.title {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-family: fcTitle, Arial Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	font-style: normal;
	color: saddlebrown;
	line-height: 120%;
	text-align: left;
}
.ud {
	text-decoration: underline;
	text-decoration-style: dotted;
}
.ul {
	text-decoration: underline;
	text-decoration-style: solid;
}
.url {
	font-family: "Courier New", "Lucida Console", Monaco, monospace;
	color: darkslategray;
}


