/* Skye */

:root {
	font-family: Gulim, Univers, "Albertus Medium", /*Avantgarde,*/ Arial, sans-serif;
	line-height: 1.2;
	background: white;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	border: #94c7ff thin;
	border-style: solid none;
}
h1 {
	font-family: Penguin, "French Vogue", Optimum, Ottawa, Unique, "Garrison Sans", Bahamas, "Bahamas Light", Switzerland, "Frugal Sans", Gulim, Eurostile, "Eurostile Extended", "a.d. mono" sans-serif;
}
h2, h3, h4, h5, dt, th {
	font-family: Optimum, Ottawa, Unique, "Garrison Sans", Bahamas, "Bahamas Light", Switzerland, "Frugal Sans", Gulim, sans-serif;
}
h2 {
	border-color: #82b5ed;
}
h3 {
	border-color: #70a3db;
}
h4 {
	border-color: #5e91c0;
}
h5 {
	border-color: #4c7f9e;
}
h6 {
	border-color: #3a6d8c;
}

:link {
	background: transparent;
	color: #0D80FF;
}
:visited {
	background: transparent;
	color: #0061CC /*#004591*/;
}

#mozilla-org {
	background: transparent;
	border: none;
}
#mozilla-org:before {
	content: url(skye-mozilla.png);
}
#mozilla-org > img {
	display: none;
	border: solid transparent 2px;
}

.menubar {
	text-align: center;
	padding: .5em;
	margin: .2em;
}
.menubar :link, .menubar :visited {
	color: black;
	background: white;
	background-image: url(grad-blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px outset;
	-moz-border-radius: .3em;
	padding: .15em;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: bold;
	font-family: Haettenschweiler, Tahoma, "Microsoft Sans Serif", Gulim, "Blue Highway Condensed", "Blue Highway", sans-serif;
}

.page {
	border-style: outset none;
}

.section:before {
	display: block;
	width: 50%;
	border-top: solid #3a6d8c thin;
}
.section:after {
	display: block;
	width: 50%;
	border-bottom: solid #3a6d8c thin;
}

.shaded {
	background: #deeeff;
	color: black;
}
