/* Thanks to Alessandro Fulciniti for the CSS coding.  http://blog.html.it/layoutgala/ */

html,body {
	margin: 0;
	padding: 0;
}

body {
	background: #d0efc6;
	font: 85% verdana, arial, sans-serif;
}

p, h1, h3, h4 {
	margin: 15px 10px 15px 10px;
}

h3 {
	margin-left: 40px;
	font-size: 1.2em;
}

h4 {margin-left: 30px;
	font-size: 0.9em;
}

div#content h2{ /*page title*/
text-align:center;
text-decoration:none;
letter-spacing:0.15em;
word-spacing:0.2em;
color:#8c0634;
padding: 5px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	border: 0px solid #8c0634;
margin-left:3%;
margin-right:3%;
}

a
	a:link {color:blue;}
	a:hover {color:#000; text-decoration:none; background:#ff6;}
	a:active {color:#ff6; background:#000;
}

a.top
	a:link {color:none;}
	a:hover {color:none; text-decoration:none; background:none;}
	a:active {color:none; text-decoration:none; background:none;
}

a.news {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 1.1em;
/* 	font-weight: bold; */
	color: #0a4b18;
	margin-left: 20px;}
	a.news:hover {color: #fff; background: #030;}
	a.news:active {color: #ff6;
}

div#header {
	position: relative;
}

div#header h1 {
	font-family: "comic sans ms", arial, sans serif;
	/* height: 100px;
	line-height: 100px; */
	margin: 0;
 	padding: 10px 0;
	background: #d0efc6;
	color: #8c0634;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

div#content {
	font-family: verdana, arial, sans-serif;
}

div#content2 {
	font-family: verdana, arial, sans-serif;
}

div#left {
	float: left;
	width: 160px;
	margin-left: -100%;
}

div#right {
	background: #d0efc6;
	font-family: verdana, arial, sans-serif;
	color: #8c0634;
	float: left;
	width: 200px;
	margin-left: -200px;
	font-size: 0.8em;
	font-weight: bold;
}

div#footer {
	background-image:url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	clear: left;
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #8c0634;
}

div#wrapper {
	float: left;
	width: 100%;
}

div#content {
	margin: 0 200px 0 160px;
}

.comic {
	font-family: "comic sans ms", arial, sans serif;
}

img { /*hide image borders */
	border: none;
}

a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 140px;
	height: 30px;
/* 	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed; */
	border: 0px solid #8c0634;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	font-family: "comic sans ms", arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	color: #8c0634;
	line-height: 30px;
	overflow: hidden;
}

a.nav:hover {
	color: #fff;
/* 	background: #f0ffff; */
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

a.nav1 { /*  page you are on */
	display: block;
	width: 140px;
	height: 30px;
	background: #ff6;
	border:0px solid #8c0634;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	font-family: "comic sans ms", arial, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	color: #8c0634;
	line-height: 30px;
	overflow: hidden;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

a.nav2, a.nav2:link, a.nav2:visited { /* gallery images */
	position: absolute;
	left: 1%;
	top: 80px;
/* 	border-style: solid;
	border-width: 0px;
	border-color: green; */
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block; /*allows the element to take auto margins*/
	margin: 0 auto; /*centers in compliant browsers*/
	background: #8c0634;
	width: 160px;
	padding: 0.4em;
}

a.nav2:hover {
	color: #8c0634;
	background: #fff;
}

a.nav4, a.nav4:link, a.nav4:visited {
	position: absolute;
	left: 1%;
	top: 85px;
	border-style: solid;
	border-width: 2px;
	border-color: red;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block; /*allows the element to take auto margins*/
	margin: 0 auto; /*centers in compliant browsers*/
	background: #8c0634;
	width: 160px;
	padding: 0.4em;
}

a.nav4:hover {
	color: #8c0634;
	background: #fff;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 0.8em;
}

.xsmall {
	font-size: 0.6em;
}

.red {
	color: #8c0634;
}

.green {
	color: darkgreen;
}

.birds { /* bird list on News */
	color:purple;
	margin-left:10%;
	font-size: 0.8em;
	font-weight: 600;
}

.center {
	text-align: center;
	display: block; /*allows the element to take auto margins*/
	margin: 0 auto; /*centers in compliant browsers*/
}

.author{
font-size:0.8em;
font-style:italic;
text-align:right;
}

.leftfloat {
	float: left;
	margin: 15px;
}

.rightfloat {
	float: right;
	margin: 15px;
	clear: right;
}

.thumbnail { /* gallery */
	float: left;
	width: 180px; height: 180px;
	border: none; /* 1px solid #999; */
	margin: 0 15px 20px 0px;
	padding: 0px;
font-size: 0.7em;
font-weight: bold;
}

.imagetitle { /* title above large images */
	text-align: center;
	display: block; /*allows the element to take auto margins*/
	margin: 0 auto; /*centers in compliant browsers*/
	font-family: "comic sans ms", arial, sans-serif;
	font-size: 1.4em;
	padding: 0.9em 0em 0em 0em;
}

.imagetext { /* text above large images */
	text-align: center;
	display: block; /*allows the element to take auto margins*/
	margin: 0 auto; /*centers in compliant browsers*/
	font-family: "comic sans ms", arial, sans-serif;
	font-size: 1em;
	padding: 1%;
}

.footprints {
	font-family: "Comic Sans MS", tahoma, arial, sans-serif;
	font-size: 1.3em;
	text-align: center;
}

.whaleleft {
	position: absolute;
	padding-top: 1%;
	left: 5%;
}

.whaleright {
	position: absolute;
	padding-top: 1%;
	right: 5%;
}

.rule {
	height:0px;
	width: 50%;
	border: 0px;
	border-top: 3px solid #ccc;
	text-align: left;
	margin-left: 0;
	margin: 20px 0 20px 30px;
}

