html, body {background-color: #fff; color: #000;margin: 0; padding: 0;} /*added ref David Laakso 22/04/06*/

body { font: 100%/1.3 sans-serif; } /* added to stop IE from going micro ref http://css-discuss.incutio.com/?page=UsingEms */

#container
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
}

#top
{
padding: .2em;
background-color: #ccc;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
font-size: 2em; /* was 32px */
color: #000000;
}

#leftnav
{
float: left;
width: 10em; /* was 160px */
margin: 0;
padding: 1em;
}

#leftnav ul {
list-style-type: none;
line-height: 1.4 ;
}

#leftnav a:link {
color: #000 ;
}

#leftnav a:visited {
color: #000 ;
}

#leftnav a:hover {
color: #f00 ;
}

#leftnav a:active {
color: #f00 ;
}

#content
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
max-width: 40em;
zoom: 1; /* added to fix IE6.0 peek-a-boo bug */
} /* was font-size: 1.05em; (was 17px) */


#content p.smaller /* Used to make body text on past shows slightly smaller the usual */
{
font-size: 0.85em;
color: #000;
}

#content p.red /* Used to make body text red */
{
font-size: 1em;
color: #f00;
}

#content p.redbold /* Used to make body text red, bold and larger*/
{
font-size: 1.2em;
color: #f00;
}

#content .redtext /* Used to make body text red*/
{
color: #f00;
}


#content h2 { margin: 0 0 .5em 0;
font-size: 1.55em; /* was 25px */
}

#content h3 { margin: 0 0 .5em 0;
font-size: 1.25em; /* was 25px */
}

#content blockquote
{
font-style: italic;
}

div.gallery-nav { clear:both;
margin: 1em 0 0.4em 0;
font-size: 1em;
}

img.floatLeft { float: left;
margin: 4px 20px 4px 0px; }

img.floatRight { float: right;
margin: 4px 4px 4px 20px; }

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ccc;
border-top: 1px solid gray;
font-size: 0.75em; /* was 12px */
}

#leftnav p { margin: 0 0 1em 0;
font-size: 1em; /* was 17px */
}

div.thumb {
	margin: 3px;
	border: 1px solid #000000;
	height: auto;
	float: left;
	text-align: center;
	/*\*//*/ width: 135px; /**/
	}	
/* last line above is IE5mac band pass filter hack to prevent the floating thumbs in gallery from taking 100% of the width ref Ingo Chao 12/04/06 */

.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	}

.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
	text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 0 3px 3px 3px;
  }


#imagegallery {
	list-style-type: none ;
}

#imagegallery li {
	float: left ;
	margin: 0 10px 10px 0 ;
}

#imagegallery img {
	display: block ;
}

/* Added to provide a clearing element after the floated thumbnails ref e-mail from Els 14/04/06 */

div.clear {
clear:both;
}

a.button {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px 13px;
	border-top: 2px solid #ffdbae;
	border-right: 2px solid #613508;
	border-bottom: 2px solid #613508;
	border-left: 2px solid #ffdbae;
	text-align: center;
	min-width: 100px;

}
a.button:link { 
	background-color: #ccc; 
	color: black;
	text-decoration: none;
	}
a.button:visited {
	background-color: #ccc; 
	color: black;
	text-decoration: none;
	}
a.button:hover { 
	background-color: #d9d9d9; 
	color: gray;
	border-color: #613508 #ffdbae #ffdbae #613508;
	text-decoration: none;
	}
a.button:active { 
	background-color: #d9d9d9; 
	color: black; 
	text-decoration: none;
	}
	
a.disabledbutton {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px 13px;
	border-top: 2px solid #613508;
	border-right: 2px solid #ffdbae;
	border-bottom: 2px solid #ffdbae;
	border-left: 2px solid #613508;
	text-align: center;
	min-width: 100px;

}
a.disabledbutton:link { 
	background-color: #d9d9d9; 
	color: gray;
	text-decoration: none;
	}
a.disabledbutton:visited {
	background-color: #d9d9d9; 
	color: gray;
	text-decoration: none;
	}
a.disabledbutton:hover { 
	background-color: #d9d9d9; 
	color: gray;
	border-color: #613508 #ffdbae #ffdbae #613508;
	text-decoration: none;
	}
a.disabledbutton:active { 
	background-color: #d9d9d9; 
	color: gray; 
	text-decoration: none;
	}




