body {
	background-color: #eeffee;
	color: #000000;	
	font-size:1.2em;
}

a:link {
	color: #227744;
}

a:visited {
	color: #669966;
}

a:hover {
	color: #224477;
	font-weight: bold;
}

a:active {
	color: 115599;
	font-weight: bold;
	font-size: 1.1em;
}

#header {
	width: auto;
	height: 150px;
	padding: 0px;
	position: relative;
}

#header_sky {
	width: 100%;
	height: 100px;
	background: linear-gradient(#6677FF, #FFFFFF);
	float: none;
	border-radius: 2px 2px 0px 0px;
}

#header_night_sky {
	width: 45%;
	height: 100px;
	float: right;
	right: 0px;
	z-index: 4;
	border-radius: 0px 2px 0px 0px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)); /*Standard*/
	margin-left: -100%;
}

#header_night_land {
	width: 75%;
	height: 50px;
	float: right;
	right: 0px;
	z-index: 4;
	border-radius: 0px 0px 2px 0px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)); /*Standard*/
	margin-left: -100%;
}

#header_land_desert {
	width: 60%;
	background: linear-gradient(#FFBBAA, #BB7766);
	z-index: -4;
	border-radius: 0px 0px 2px 0px;
	margin-right: -100%;
}

#header_land_forest {
	width: 40%;
	background: linear-gradient(#cceecc, #669966);
	z-index: -4;
	border-radius: 0px 0px 0px 2px;
/* 	position: relative; */
/* 	overflow: visible; */
}

#header_title {
	position: absolute;
	max-width: 60%;
	max-height: 50%;
	top: 10px;
	left: 80px;
	z-index:100;
}

#header_subtitle {
	position: absolute;
	max-width: 60%;
	max-height: 30%;
	bottom: 0px;
	left: 80px;
	z-index:100;
}

.header_land {
	height: 50px;
	float: left;
}

.header_image {
	/* 	margin-left: */
	z-index: 20;
	/* 	position: absolute; */
	/* 	bottom: 0px; */
}

#mt_hood {
	min-height: 70px;
	max-height: 140px;
	max-width: 30%;
	min-width: 30%;
	position: absolute;
	bottom: 0px;
	right: 44%;
	z-index: 4;
}

#mt_adams {
	min-height: 70px;
	max-height: 100px;
	max-width: 30%;
	position: absolute;
	bottom: 0px;
	right: 53%;
	z-index: 3;
}

#header_sun {
	border-radius: 50%;
	height: 25px;
	width: 25px;
	background-color: #FFEEAA;
	position: absolute;
	top: 20px;
	left: 30px
}

#header_moon {
	border-radius: 50%;
	height: 25px;
	position: absolute;
	top: 20px;
	right: 21%;
	z-index:2;
}

#header_stars {
	height: 100px;
	min-width: 25%;
	position: absolute;
	top: 0px;
	right: 0%;
	background-image:url("images/stars.png");
	background-repeat: repeat;
	background-size: contain;
}

#header_treepath {
	border-radius: 0px 0px 0px 4px;;
	height: 105px;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

#header_background {
	width: 100%;
	height: 150px;
}

#tagline {
	max-width: 800px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 15px;
}

#banner {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 15px;
}

.blink {
	color: #991111;
	text-decoration: blink;
}

.bigger {
	font-size: 1.5em;
	font-weight: bold;
}

.big {
	font-size: 1.3em;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.override {
	color: #444444;
	text-decoration: line-through;
}

.inline {
	margin-top: 5px;
	display: inline;
}

.large-thumbnail {
	margin-top: 5px;
	display: inline;
	width: 400px;
	padding: 0px 30px 0px 0px;
}

.medium-thumbnail {
	margin-top: 5px;
	display: inline;
	width: 300px;
	padding: 0px 30px 0px 0px;
}

.not-floating {
	display: block;
}

.floating {
	float: left;
}

.floating-right {
	float: right;
}

img.floating {
	margin-right: 5px;
}

img.floating-right {
	margin-left: 5px;
}

#left-column {
	max-width: 250px;
	width: 20%;
	margin-right: 10px;
}

#main-column {
	position: relative;
	overflow: hidden;
}

.block {
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #778877;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.section {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #778877;
}

.thumbnail {
	max-height: 115px;
}

.hidden {
	display: none;
}