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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A8DB7D;	
	margin-top:15px;
	margin-bottom:30px;
	padding: 0; 

}

#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);		
}  

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

#menu_bar {
	background: #6CB433;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
}

/* page with one column */
#column_single {
	background-color: #ffffff;
	border: 1px solid #006600;	 
	width: 888px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* 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;
}

/* narrow right-hand column of 2-column page */
#column_right {
	float:left;
	position:relative;
	overflow:hidden;
	width:218px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 25px;
	background-color: transparent;
}

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



/* LINKS & LISTS */
a { 
	font-size: small; 
	font-weight: bold;	
	text-decoration: none;	
	color: #009933;	
}

a:hover {
	text-decoration: underline; 
}

#menu_container ul li a {
	float: left;
	color: #FFFFFF;	
	background-color: transparent;
	padding: 0.2em 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
}

#menu_container ul {
	margin-top: 8px;
	margin-bottom: 8px;		
	padding-left: 0;	
	background-color: transparent;
	float: left;
	width: 100%;
}

#menu_container ul li {
	display: inline; 
	font-size: small;
	font-weight:bold;	
}

#column_single ul {
	margin-top: 8px;
	margin-bottom: 8px;		
	padding-left: 0;	
	background-color: transparent;
	width: 100%;
}

#column_single ul li {
	font-size:small;
	list-style-type: none;
}


/* HEADINGS */
h1 {
	font-size: xx-large;
	font-weight: bold;	
	color: #000000;	
	text-align:left;
	vertical-align: top;	
	margin-top:20px;	
	margin-bottom:10px;				
	margin-left:20px;
	padding:0px;		
}

#page_header h1 {
	float: left;	
	font-family: Papyrus, "Bradley Hand ITC", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 60px;
	margin-top:0px;
}

#column_single .gallery table tr td h1 {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 10px;	
} 

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

h3 {
	font-size:large;
	font-weight: bold;
	color: #000000;	
	text-align:left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;		
	padding:0px;	
}

#column_right h3 {
	margin-left:0px;	
}
 
h4 {
	font-size:medium;
	text-align:center;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:25px;
	margin-right:25px;	
	padding:0px;
}

/* PARAGRAPHS & TEXT */
p	{
	font-size: 0.8em;
	color: #000000;
	margin-left: 25px;
	margin-right:25px;			
}

.pcentre {
	text-align: center;
}
  
#column_left p {
	text-align:justify;
}

#column_right p {
	text-align: left;
	margin-left: 6px;
	margin-right:0px;		
}

#column_left .pcentre { text-align: center; }

.spancentre { text-align: center; 	
}

/* caption for beneath pictures - centered with small text */
.piccaption {
	font-size:0.70em;
	text-align: center;
	margin-top:5px;	
}

.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 */	
}

blockquote	{
	font-size: small;
	margin-right: 0;
}

/* IMAGES */
img {
	border: 1px solid #006600;
	vertical-align: top;	
	margin-top: 10px;	
	margin-bottom: 10px;
}

#column_single .gallery table tr td img {
	margin-left: 40px;
}

.img1 {
	float: left;	
	margin-left: 25px;
	margin-right: 50px;
	margin-bottom: 10px;
}

.img2 {
	float: left;	
	margin-left: 90px;
}

.img_w90x2 {
	margin-left: 6px;
}

.img_w125x4 {
	margin-left: 17px;
}

.img_w150 {
	margin-left: 33px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img_w150x3 img {
	margin: 5px;
}

.img_w150x3_colleft {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;	 

}

.img_w150x3_colleft img {
	margin: 15px;
}

.img_w200x2 {
	margin-left: 59px;	
}

.img_w225x2 {
	margin-left: 47px;	
}

.img_w240x2_colleft {
	float:left;
	margin-left: 35px;	
}

.img_w300x2 {
	margin-left: 92px;
	vertical-align: bottom;	
}

.img_w300_lfloat {
	float: left;
	margin-left: 60px;	
	margin-right: 30px;
}

.img_w300_rtext_container {
	height: 360px;
	width: 450px;	
	float: left;
	margin: 0;
	padding: 0;
}

.img_h300_rtext_container {
	height: 400px;
	width: 350px;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

.img_w350 { margin-left: 120px;	}

.img_w400 { margin-left: 95px; }

.img_gallery_w400 { margin-left: 238px;	}

.img_w500 { margin-left: 45px;}

#column_left .gallery img { border:none; }

/* TABLES */

/* main gallery entry page */
#column_single .gallery_overview table {
	vertical-align: top;
	width: 838px;
	margin-left:25px;		
}

#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;
}

/* individual gallery page */
#column_single .gallery table {
	border-collapse:collapse;
	width: 888px;
	margin: 0px;
	padding: 0px;
}

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

/*early works gallery */
#column_single .gallery_early table {
	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;
}


/* HR */
hr	{
	color: #006600;
	width: 90%;
	height: 1px;
	vertical-align: middle;		
}

#column_left hr {
	margin-top: 25px;
	margin-bottom: 15px;
}


.rounded { /* rounded corners on a box - not IE */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;	
}

