/* ============= common template styles============= */
html, body {
 margin: 0;
 padding: 0;
}

html {font-size: 20px;}	/* was 16 */

html * {font-size: 100.01%} /* that's for IE, it sets the base font for relative font size consistency */

body {font-size: 62.5%} /* (62.5% of 16) that's not set in stone. it gives all fonts a 10 pixel base size, then you can style individual styles from there*/

body, table, td {
	font: 1em "Arial", sans-serif;
	text-align: justify;
}

h1 { font-size: 2.5em;
	text-align: center;
}

h2 { font-size: 1.2em;
	text-align: left;
	margin-bottom: 0;
}

/* this line causes larger type face to body */
p, ol, li, li li, th, dd { font-size: 1em; }

p { margin: 0 0 1em; }

.clr, .entry, .tabcen, .fin .cal {
	clear: both;
}

.cen, #leftcol, td, th, .fin {
	text-align: center;
	margin-left: 10px;
	padding: 0;	/* in none left margin only */
}

td, th {
	padding: 0 .5em;	/* add padding in cells elsewhere */
}
.pr, .cal td {
	font-weight: bold;
}
/* 2-column stuff */
.float-wrapper {
	float: left;
	width: 99%;
}
/* This can be floated L or R */

.first-float {
	float: left;
	width: 61%;
}
/* Must be floated opp to .second-float */

.second-float {
	float: right;
	width: 200px;
}
/* Must be floated opp to .first-float */

/* forms  */
textarea, select, input {
	color: #000;
	background: #ffc;
	border: 1px solid #000;
	border-right: 2px solid;
	border-bottom: 2px solid;
	padding-left: .5em;
	font-family: Tahoma, Arial, sans-serif;
}

.entry input:focus {
	background: #fff;
	border: 1px solid #833;
	border-left: 2px solid;
	border-top: 2px solid;
}

.entry textarea:focus {
	background: #fff;
	border: 1px solid #833;
	border-left: 2px solid;
	border-top: 2px solid;
}

.entry p {
	float: left;
	width:13em;
}

.box {	/* applied to 'input' */
	margin: 0 0 1em;
}

.ital {
	font-style: italic;
}
/* for IMG, clockwise from top */
.left {
	float: left;
	margin: 3px 15px 5px 0;
}
/* for text */
.lhs {
	float: left;
	margin-left: 0;
}

.nci {
	font-size: .7em;
}

.nobr {
	white-space: nowrap;
}

/* prices & pic captions */
.pr {
	color: #a33;
}
.pl {
	color: #606;
}
.red {
	color: red;
}
/* for text */
.rhs {
	float: right;
	margin-right: 0;
}
/* for IMG */
.right {
	float: right;
	margin: 3px 0 5px 15px;
}

ol {
	list-style-type: decimal;
	}

ul.square {
	list-style-type: square;
	}

/* tables */
.cal {
	color: #a33;
	width: 500px;
	margin: 0 auto;
}
/* Gen by www.csscreator.com */
#pagewidth {
	width: 100%;
	min-width: 500px;
}

#header {
	height: 125px;
	width: 100%;
}

#leftcol {
	width: 10.5em;
	min-width: 150px;
	float: left;
	position: relative;
	margin-left: -10.5em;
	margin-right: 1px;
}

#outer {
	border: solid #fff 0;
	/*/*/ border-left-width: 10.5em ;	/* left column width. NN4 hack to hide borders */
	border-left-color: #c8a2c8;  		/* nav colour */
	border-left-style: solid;
	background: #ffc;				/* content colour */
	width: auto;
}

#footer {
	height: 100%;		/* was 160px */
	width: 100%;
}

#inner {
	margin: 0;
	width: 100%;
}

#maincol {
	float: left;
	width: 98%;	/* my tweak for IE5.5 */
	position: relative;
	margin: 0 -8px 0 -2px;
}

#outer>#inner {
	border-bottom: 1px solid #c8a2c8;
}

#header, #footer, #leftcol {
	color: #000;
	background: #c8a2c8;
}

.content {
	padding: .5em;	 /*padding for content */
	}

#header .content {padding-bottom: 0;} /* to remove space in IE5 Mac*/

#maincol p, h1, h2 {
	padding: 0 10px;
}

#header h1 {
	color: #000;
	background: #b8e;
	font:  32px Georgia, "Book Antiqua", "Times New Roman", serif;
}

#button {
	width: 8.5em;
	border-right: 1px solid #000;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	background: #a6c;	/* nav bottom */
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	margin: 0;
}

#button li a {
	display: block;								/* makes effect full div width */
	padding: 5px 0; text-align:center;
	border-left: 10px solid #a6c;			/* mouse out colours*/
	border-right: 10px solid #c9c;
	border-bottom: 1px solid #939;		/* between buttons */
	color: #000;									/* text colour */
	background: #b7e;						/* button colour */
	text-decoration: none;
	width:7.5em;
}

html>body #button li a {
	width: auto;									/* IE fudge for block */
}

#button li a:hover, #button li a:active {
	border-left: 10px solid #606;
	border-right: 10px solid #a7a;
	color: #fff;
	background: #a0a;
}

#button li a:visited {
	color: #336;								/* grey text */
}

#button #currentpage a {
	background: #aaa;
	color: #666;
}

#button .u  {
	text-decoration: underline;
}

.album p  {
	text-align: center;
	margin: 0;
	padding: 0;
}

.album div {
	float: left;
	margin: 0 5px;
	padding: 0;
	width: 200px;
}

.links ul {
	line-height: 2.5em;
	list-style-type: square;
	text-align:left;
}

/* for tables  p26 - how much of this is still needed? */
#wrapper {
	clear: both;
	margin:0 auto;
	width:80%; /* change to required width */
	text-align:left;
}
/* TABLES */
.tabcen {
	margin: 1em .5em;
	text-align: center;
}

.tabcen p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.capn {
	text-align: center;
	margin: 0 auto;
	margin-top: .5em;
}	/* change font of table captions */

.capn img {
	float: right;
	margin: -5px 0 0 5px;
	}

.fin {
	margin: 1em 0;
	}

#script {
	font: 200% "VivaldiD", "Lucinda Handwriting", "Brussels Regular", "Apple Chancery", "Zapf Chancery", cursive;
}

#turtle {
	clear: both;
	color: #90f;
	font: 90% "Lucinda Sans", "Brussels Regular", "Apple Chancery", "Zapf Chancery", cursive;
}