/* electrohippies PRIMARY STYLESHEET */


/* Styles for standard/default layout */
a {
	color: darkgreen;
	text-decoration: none;
	background: transparent;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: darkgreen;
}
a:hover {
	color: green;
	text-decoration: none;
	background: khaki;
	border-style: none none solid none;
	border-width: 1px;
	border-color: green;
}
a.locate {
	font-family: Monospace, Fixed;
	color: navy;
	text-decoration: none;
	background: transparent;
	padding: 0.1em 0.25em 0.1em 0.25em;
	border-style: none;
}
a:hover.locate {
	font-family: Monospace, Fixed;
	color: blue;
	text-decoration: underline;
	background: yellow;
	padding: 0.1em 0.25em 0.1em 0.25em;
	border-style: none;
}
a.offsite {
	color: navy;
	text-decoration: none;
	background: transparent;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: navy;
}
a:hover.offsite {
	color: indigo;
	text-decoration: none;
	background: paleturquoise;
	border-style: none none solid none;
	border-width: 1px;
	border-color: indigo;
}
body {
	background: url(/electrohippies/images/ehippies_bg_pink.png);
	background-attachment: fixed;
	background-repeat: repeat;
}
div {
	width: 800px;
	margin: 1em auto 2.5em auto;
	padding: 0.5em 2em 1em 2em;
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	font-family: "Lucida Console", Monaco, monospace;
	border-style: dotted;
	border-width: 1px;
	border-color: darkred;
	background: cornsilk;
}
dd {
	margin-top: 0em;
	margin-bottom: 0em;
}
dt {
	margin-top: 1.5em;
	margin-bottom: 0em;
}
em.ehippies {
}
h1 {
	color: darkred;
	font-size: 2.5em;
	margin-top: 0em;
	margin-bottom: 1em;
}
h2 {
	color: darkred;
	font-size: 2em;
	margin-top: 0em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.4em;
	color: saddlebrown;
}
h4 {
	font-size: 1.25em;
	color: saddlebrown;
	margin-top: 2em;
	margin-bottom: 0.4em;
}
img.border {
	border-style: solid;
	border-color: darkgreen;
	border-width: 1px;
}
img.icon_left {
	margin: 0.0em 1.5em 0.1em 0.0em;
	float: left;
	border-style: none;
	vertical-align: text-bottom;
}
img.icon_left_tight {
	margin: 0.0em 0.2em 0.1em 0.0em;
	float: left;
	border-style: none;
	vertical-align: text-bottom;
}
img.icon_right {
	margin: 0.0em 0.0em 0.1em 1.5em;
	float: right;
	border-style: none;
}
img.icon_right_tight {
	margin: 0.0em 0.0em 0.1em 0.2em;
	float: right;
	border-style: none;
}
img.left {
	margin: 0.5em 2em 0.5em 0.5em;
	float: left;
	border-style: solid;
	border-color: darkgreen;
	border-width: 1px;
}
img.right {
	margin: 0.5em 0.5em 0.5em 2em;
	float: right;
	border-style: solid;
	border-color: darkgreen;
	border-width: 1px;
}
li.pack {
	margin-top: 0em;
}
li.pad {
	margin-top: 0.5em;
}
li.space {
	margin-top: 1em;
}
p.indexintro {
	color: darkred;
	font-size: 1.05em;
	font-weight: bold;
}
p.info {
	font-size: 0.8em;
	color: midnightblue;
}
p.locate {
	font-size: 0.7em;
	color: black;
	margin-bottom: 1em;
}
sup {
	font-size: 0.6em;
}
sup {
	font-size: 0.6em;
}
video.display {
	border-style: solid;
	border-color: darkgreen;
	border-width: 2px;
	display: block; margin: 0 auto 0 auto;
	float: none;
}

/* ehippies standard page footer */
div.footer {
	width: 850px;
	font-size: 0.7em;
	font-weight: bold;
	color: darkgreen;
	background: cornsilk;
	border-style: dotted;
	border-width: 1px;
	border-color: darkred;
	padding: 0.6em 1em 0.4em 1em;
	margin: 0em auto 2em auto;
	vertical-align: middle;
	text-align: center;
	line-height: 150%;
}
kbd.footer {
	color: saddlebrown;
	font-size: 1.4em;
}
strong.footer {
	font-size: 1.1em;
	color: darkred;
}


/* 'overview' pages */
a.navinc {
	color: darkred;
	border-color: firebrick;
	font-size: 1.1em;
}
a:hover.navinc {
	color: red;
	border-color: red;
	background: transparent;
}
a:visited.navinc {
	color: crimson;
	border-color: crimson;
}
div.vids {
	color: black;
	font-weight: normal;
	font-style: normal;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.85em;
	text-align: center;
	border-style: none;
	margin: 1em 3em 1.5em 3em;
	padding: 1em 0em 0.5em 0em;
}
div.nav_include {
	float: right;
	width: 250px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.8em;
	margin: 0em 0em 3em 3em;
	padding: 0em 0.8em 0em 0em;
	border-style: dotted;
	border-color: saddlebrown;
	border-width: 1px;
	background: beige;
}
em.ovlnk {
	color: saddlebrown;
}
h4.overview {
	color: saddlebrown;
	font-size: 1.4em;
	margin-top: 0em;
}
iframe.overview {
	border-style: solid;
	border-width: 2px;
	border-color: darkred;
}
li.nav {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}
p.quote {
	font-family: palatino, serif;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 1em 2em;
}
p.small {
	font-size: 0.8em;
	color: midnightblue;
	margin: 2em 0em 1em 0em;
	padding: 0.8em 1em 0.8em 1em;
	border-style: dotted;
	border-width: 1px;
	border-color: darkred;
	background: beige;
}
span.overview {
	font-size: 0.9em;
	font-style: italic;
	color: darkred;
}
span.subhead {
	color: darkgrey;
	font-style: italic;
	font-family: Palatino;
	font-size: 0.85em;
}

