/* ========================================================================== */

/* ----------------------------- */
/* FREE RANGE NETWORK STYLESHEET */
/* ----------------------------- */

a.os {
	color: darkred;
}
a:hover.os {
	color: purple;
}
a.tab_normal {
	background: transparent;
	color: darkblue;
	text-decoration: none;
	border-style: none none dotted none;
	border-color: darkblue;
	border-width: 1px;
}
a:hover.tab_normal {
	background: aliceblue;
	color: blue;
	border-style: none none solid none;
	border-color: blue;
}
a.tab_select {
	background: transparent;
	color: darkred;
	text-decoration: none;
	border-style: none none dotted none;
	border-color: darkred;
	border-width: 1px;
}
a.themes {
	background: khaki;
	padding: 0.2em 0.8em 0.3em 0.8em;
	color: darkred;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: dotted;
	border-radius: 0.5em;
	border-color: darkred;
	border-width: 1px;
}
a:hover.themes {
	background: yellow;
	color: blue;
	text-decoration-style: solid;
	border-style: solid;
	border-color: blue;
}
a.theme_link_a, a.theme_link_b, a.theme_link_c, a.theme_link_d, a.theme_link_e, a.theme_link_f, a.theme_link_g, a.theme_link_h {
	background: lavender;
	padding: 0.6em 1em 0.7em 1em;
	color: navy;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: solid;
	border-radius: 0.5em;
	border-color: rosybrown;
	border-width: 2px;
}
a:hover.theme_link_a, a:hover.theme_link_b, a:hover.theme_link_c, a:hover.theme_link_d, a:hover.theme_link_e, a:hover.theme_link_f, a:hover.theme_link_g, a:hover.theme_link_h {
	background: yellow;
	color: blue;
	text-decoration-style: solid;
	border-color: blue;
}
div.blogpost {
	margin: 1em auto 1em auto;
	padding: 0.7em 1em 0.8em 1em;
	background: ivory;
	font-size: 1.05em;
	text-align: left;
	border-style: dotted;
	border-radius: 1em;
	border-width: 1px;
	border-color: saddlebrown;
}
div.content {
	background: honeydew;
}
div.frawnav {
}
div.tab_body {
	margin: -0.2em 0em 0em 0em;
	padding: 1em 1.2em 1.2em 1.2em;
	background: beige;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-radius: 1em;
	border-width: 2px;
	border-color: saddlebrown;
}
div.tab_normal {
	display: inline-block;
	height: 1.4em;
	margin: 0em 0.2em 0em 0em;
	padding: 0.5em 1em 0.4em 1em;
	background: lightgrey;
	font-size: 1.1em;
	text-align: left;
	vertical-align: bottom;
	border-style: solid;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-width: 2px 2px 1px 2px;
	border-color: dimgrey;
}
div.tab_select {
	display: inline-block;
	height: 1.4em;
	margin: 0em 0.2em 0em 0em;
	padding: 0.5em 1em 0.4em 1em;
	background: beige;
	font-size: 1.1em;
	text-align: left;
	vertical-align: bottom;
	border-style: solid solid none solid;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-width: 2px 2px 1px 2px;
	border-color: saddlebrown;
}
div.tab_space {
	display: inline-block;
	width: 140px;
}
dl.level_a {
	color: #002f00;
}
dt.level_a {
	font-size: 1.4em;
}
h1 {
	font-size: 3em;
	color: #004f00;
}
h2 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	vertical-align: middle;
}
h2.title {
	margin-top: 0em;
	margin-bottom: 0em;
}
h3 {
	color: darkblue;
}
h3.title {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 1.75em;
	color: #003f00;
}
h4 {
	color: #3f002f;
}
img.icon {
	margin: 0.1em;
	padding: 0em;
	border-style: none;
}
h6.select {
	display: inline-block;
	margin: 0em;
	padding: 0em;
	font-size: 1.15em;
	font-weight: normal;
}
h6.tab {
	display: inline-block;
	margin: 0em;
	padding: 0em;
	font-size: 1em;
	font-weight: normal;
}
p.intro {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: saddlebrown;
}
p.themes {
	margin: 2.5em auto 0em auto;
	padding: 0em;
	font-size: 0.9em;
	font-style: normal;
	text-align: center;
}
p.theme_links {
	font-size: 1.15em;
	margin-bottom: 3em;
}
span.theme_url {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.75em;
	color: darkred;
}


/* -------------------------------------------------------------------------- */

/* END OF STYLESHEET */

/* ========================================================================== */
