@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:15px;
	margin-bottom:30px;
	margin-right: 0;
	margin-left: 0;	
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #A8DB7D;
}


#page_wrapper {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:900px;			/* width of whole page */
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	background: #6CB433;
	overflow:hidden;	/* This chops off any overhanging divs */
	border: 3px solid #006600;
}

#page_header {
	width: 900px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */
	height: 140px;
	background-image: url(../images/heatwave_name_crop_w900_h140.jpg);
}  

#page_header h1 {
	float: left;
	font-family: Papyrus, "Bradley Hand ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top:20px;
}

#content_wrapper {
	width:888px;
	float:left;
	margin-left: 6px;
	margin-right: 6px;	
	position:relative;
	background-color: #ffffff;
}

#menu_bar {
	height: 30px; /* compromise height for better display in IE7 and lower */
	background: #6CB433;
	margin-top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
}

#menu_container ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	background-color: transparent;
	float: left;
	width: 100%;
	font-size:12px;
	font-weight:bold;
}

#menu_container ul li { display: inline; }

#menu_container ul li a {
	float: left;	
	background-color: transparent;
	padding-top: .1em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	font-weight: bold;	
}

#menu_container a:link {
	color: #FFFFFF;
	text-decoration: none;
}


#menu_container a:visited {
	color: #99FF99;
	text-decoration: none;
}

#menu_container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* caption for beneath pictures - centered with small text */
.piccaption {
	font-size:0.70em;
	line-height:normal;
	color: #000000;
	text-align: center;
	display:block;	
	margin-left:auto;
	margin-right:auto;	
	margin-top:5px;	
}

/* page with one column */
#column_single {
	width: 888px;
	margin: 0px;	
	padding: 0px;			
	background-color: #ffffff;
	border: 1px solid #006600;	
}
 
#column_single p {
	font-size: 0.8em;
	line-height:20px;
	color: #000000;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right:25px;	
}

#column_single .pcentre {
	font-size:.8em;
	color: #000000;
	text-align: center;
}

#column_single blockquote {
	text-align: left;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
}

#column_single h1 {
	margin-left:20px;
	margin-right:0px;
	padding:0px;		
	font-size:26px;
	color: #000000;
	text-align:left;
}

#column_single h2 {
	margin-left:10px;
	margin-right:15px;
	margin-bottom:10px;	
	padding: 0px;
	font-size:20px;
	color: #000000;
	text-align:left;
}

#column_single h3 {
	margin-left:10px;
	margin-right:15px;
	margin-top:0px;	
	margin-bottom:20px;	
	padding:0px;		
	font-size:16px;
	color: #000000;
	text-align:left;
}

#column_single h4 {
	margin-top:0px;	
	margin-bottom:20px;
	margin-left:20px;
	margin-right:30px;			
	padding:0px;		
	font-size:16px;
	color: #000000;
	text-align:center;
}

#column_single hr {
	color: #006600;
	width: 90%;
	height: 1px;
}

#column_single a:link {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_single p a:link {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_single a:visited {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_single p a:visited {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

#column_single a:hover {
	text-decoration: underline; 
}

#column_single p a:hover {
	text-decoration: underline; 
}

#column_single .img1 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 50px;
	padding-bottom: 25px;	
	float: left;
	border-width: 1px;
	border-color: #000000;	
} 

#column_single .img2 {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 80px;
	margin-right: 50px;
	float: left;
	border: 1px solid #006600;
}

column_single table tr td img{
	border: 1px solid #006600;	
}

column_single table tr td hr{
	vertical-align: top; 
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* main gallery entry page */
#column_single .gallery_overview {
	vertical-align: top;
	height: 100%;
	width: 888px;
	margin:0px;
}

#column_single .gallery_overview h1 {
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}

#column_single .gallery_overview table {
	font-size: medium;
	vertical-align: top;
	height: 100%;
	width: 888px;
	margin: 0px;
	padding: 0px;
}

#column_single .gallery_overview table tr td {
	text-align: center;
	vertical-align: bottom; 
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
		
}

#column_single .gallery_overview table tr td img {
	border: 1px solid #006600;
	margin-bottom:10px;		
}

#column_single .gallery_overview table tr td a {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

#column_single .gallery_overview table tr td  a:visited {
}

#column_single .gallery_overview table tr td  a:hover {
	text-decoration: underline; 
}

/* individual gallery page */
#column_single .gallery {
	vertical-align: top;
	height: 100%;
	width: 888px;
}

#column_single .gallery table {
	border-collapse: collapse;
	font-size: medium;
	vertical-align: top;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

#column_single .gallery table tr td {
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 10px;
}

#column_single .gallery table tr td img {
	vertical-align: top;
	margin-left: 10px;	
	margin-top: 10px;
	margin-bottom: 10px;	
	border: 1px solid #006600;	
}

#column_single .gallery table tr td h1 {
	text-align: left;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	font-size: xx-large;
	font-weight: bold;
}

#column_single .gallery table tr td hr {
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
}

#column_single .gallery table tr td a:link {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	font-size: small;	
}

#column_single .gallery table tr td  a:visited {
}

#column_single .gallery table tr td  a:hover {
	text-decoration: underline; 
}
/* early works gallery */
#column_single .gallery_early {
	vertical-align: top;
	height: 100%;
	width: 888px;
	margin:0px;
}

#column_single .gallery_early h1 {
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}

#column_single .gallery_early table {
	font-size: medium;
	vertical-align: top;
	height: 100%;
	width: 888px;
	margin: 0px;
	padding: 0px;
}

#column_single .gallery_early table tr td {
	text-align: center;
	vertical-align:top; 
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#column_single .gallery_early table tr td img {
	border: 1px solid #006600;
	margin-bottom:10px;
	text-align: center;
}

/* wide left-hand column of 2-column page */

#column_left {
	float:left;
	width:602px;
	padding:0 0 1em 0;
	overflow:hidden;
	margin-left: 6px;
	text-align: left;
	background-color: transparent;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
}

#column_left h1 {
	text-align: left;
	vertical-align: top;
	margin-left: 20px;	
	margin-top: 15px;
	margin-bottom: 0px;
	padding:0px;
	font-size: xx-large;
	font-weight: bold;
}
  
#column_left h3 {
	text-align:left;
	vertical-align: top;	
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;	
	padding:0px;	
	font-size:large;
	font-weight: bold;
	color: #000000;
}
  
#column_left p {
	margin-right:25px;
	font-size: 0.8em;
	line-height:18px;
	color: #000000;
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#column_left .img_w350 {
 	border: 1px solid #006600;
	margin-top: 15px;
	margin-bottom: 10px;		
	margin-left: 120px;
}

#column_left .img_w500 {
 	border: 1px solid #006600;
	margin-top: 15px;
	margin-bottom: 20px;		
	margin-left: 45px; 	
}

#column_left hr {
	color: #006600;
	width: 90%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;	
}

/* narrow right-hand column of 2-column page */

#column_right {
	float:left;
	position:relative;
	overflow:hidden;
	width:218px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 25px;
	background-color: transparent;
}

#column_right h3 {
	margin-right:10px;
	margin-left:0px;
	margin-bottom: 5px;
	margin-top: 5px;		
	font-size:1em;
	font-weight: bold;
	color: #000000;
}
  
#column_right p {
	font-size: .75em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1.5em;	
}

#column_right .img_w150 {
	text-align: center;
	vertical-align: top;
	margin-left: 32px;
 	border: 1px solid #006600;	
}

/* page footer */
#page_footer {
	clear:both;
	float:left;
	width:100%;
	height: 30px;
	background-color: #6CB433;
}  

.copyright {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	float: left;
	margin-left: 2em;
	padding: 1em;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.last_update {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	float: right;
	margin-right: 2em;
	padding: 1em;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
}