@charset "utf-8";
* {margin: 0; padding: 0}

/* Page template */

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #2e69d7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

#wholearea {
	width: 1012px;
	margin: 0 auto;
}

div.clear {clear: both}

#container {
	margin: 0 0px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: 6px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/Banner-image.jpg.jpg);
}
#header {
	background: #2e69d7; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
}
h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
}
h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
}
h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	width: 105px;
	padding: 10px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:center;
}
h6 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	width: auto;
	padding: 0px 8px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:top;
}

/* The main content varies depending on page - Home, Books, Poems, Castles, Galleries, About, Links, Contact */
#maincontent {
	padding: 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	position: relative;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top: 4px solid #fac34c;
	border-bottom: 4px solid #fac34c;
	text-align:center;
	background:#003399;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ffffff;
}

/* Travel/Oddities/Castles content */
div.travlog {
	width: 105px;
	border: 0px solid #ffffff;
	float: left;
	padding: 15px 22px 15px 22px;
	margin: 10px 10px 10px 30px;
}
/* Travel/Oddities/Castles links */
.travimage {border: 2px solid #ffffff;}
.travimage:hover {border: 2px solid #990066;}
.travimage:active {border: 2px solid #ff33cc;}
.travimage:Visited {border: 2px solid #ffff33;}

/* Books content */
div.books {
	width: 110px;
	border: 0px solid #ffffff;
	float: left;
	padding: 10px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
}
div.booktext {
	width: 350px;
	border: 0px solid #ffffff;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
/* Book links */
.bookimage {border: 2px solid #2e69d7;}
.bookimage:hover {border: 2px solid #990066;}
.bookimage:active {border: 2px solid #ff33cc;}
.bookimage:Visited {border: 2px solid #ffff33;}

/* Castles content */
div.books {
	width: 110px;
	border: 0px solid #ffffff;
	float: left;
	padding: 10px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
}
div.Castlestext {
	width: 350px;
	border: 0px solid #ffffff;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
/* Castles links */
.bookimage {border: 2px solid #2e69d7;}
.bookimage:hover {border: 2px solid #990066;}
.bookimage:active {border: 2px solid #ff33cc;}
.bookimage:Visited {border: 2px solid #ffff33;}

/* About content */
div.about {
	width: 465px;
	float: right;
	border: 0px solid #ffffff;
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
}	
div.about_image {
	float: left; 
	border: 0px solid #ffffff;
	margin: 4px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/* Gallery front page */
div.galimagefp {
	width: 190px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
}
div.galtextfp {
	width: 280px;
	border: 0px solid #ffffff;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
/* Gallery thumbnail landscape */
div.galimagel {
	width: 126px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 10px;
	text-align: center;
}
/* Gallery thumbnail panorama images */
div.galipano {
	width: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 10px 21px;
	text-align: center;
}
/* Photo links */
.galimage {border: 2px solid #ffffff;}
.galimage:hover {border: 2px solid #990066;}
.galimage:active {border: 2px solid #ff33cc;}
.galimage:Visited {border: 2px solid #ffff33;}


}

/* Normal link */
.class1 a:link {color: #ffff33; text-decoration: none;}
.class1 a:visited {color: #ffff33; text-decoration: none;}
.class1 a:hover   {color: #ff33cc; text-decoration: underline;}
.class1 a:active {color: #33ffff; text-decoration: underline;}



