/* CSS Document */

/*Global settings - body*/

body {
	background-color: #87b5c4;
	font-family: "Century Gothic";
	font-size: 62.5%;
	color: #000000;
	font-weight:normal;
}

/*Wrapper */

#wrapper {
	background-color:#fdfde8;
	height:auto;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	
}


/*Common formatting - h1, h2, p, ul, li*/

h1 {
	font-family:"Century Gothic";
	font-size:1.3em;
	font-weight:bold;
	}
	
h2 {
	font-family:"Century Gothic";
	font-size:1.5em;
	font-weight:bold;
}

p {
	margin-left:8%;
	font-size:1.2em;
}

p.leftmargin {
	margin-left:8%;
	font-size:1.2em;
}

p.marginRetain {	/*retaining wall section of rockwork*/
	margin-left:8%;
	font-size:1.2em;
}

p.big {
	line-height:170%;
	margin-left:8%;
	font-size:1.2em;
}

p.indent {
	line-height:155%;
	margin-left:30%;
	font-size:1.2em;
}	

#menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:20%;	/* width of all menu boxes */  /*width:12.30em or 12em*/
	background-color:#e1edf0;
	}

#menu li
	{
/*	position:relative;*/
	min-height: 1px; 	
    vertical-align: bottom; 
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding:0.1em;
	margin:0.02em 0 0 0.02em;
	width:16%;
	}

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}
	

/*Links - a, a:visited*/	

a {
	text-decoration:none;
	color:#000000;
}

#menu a
	{
	text-align: center;
	display:block;
	border: 1px #e1edf0;
	white-space:nowrap;
	margin:0;
	padding: 0.2em 0 0 0.2em;
	}
	
#menu a, #menu a:visited	/* menu at rest */
	{
	color:#000000;
	background-color:#e1edf0;
	text-decoration:none;
	}
	
#menu a:hover	/* menu at mouse-over  */
	{
	color:#000000;
	background-color:#eaf2f4;
	padding:0.2em 0 0 0.2em;
	}
	
.thumbnail:hover {
	background-color:transparent;
	z-index:50;
}

.thumbnail:hover span {/*CSS for enlarged image*/
	visibility:visible;
	top:-30px;
	left:60px; /*position where enlarged image should offset horizontally*/
}

.thumbnail2:hover {
	background-color:transparent;
	z-index:50;
}

.thumbnail2:hover span {/*CSS for enlarged image*/
	visibility:visible;
	top:-275px;
	left:60px; /*position where enlarged image should offset horizontally*/
}

.thumbnail3:hover {
	background-color:transparent;
	z-index:50;
}

.thumbnail3:hover span {/*CSS for enlarged image*/
	visibility:visible;
	top:-375px;
	left:60px; /*position where enlarged image should offset horizontally*/
}

.thumbnail4:hover {
	background-color:transparent;
	z-index:50;
}

.thumbnail4:hover span {/*CSS for enlarged image*/
	visibility:visible;
	top:-275px;
	left:-325px; /*position where enlarged image should offset horizontally*/
}

.thumbnail5:hover {
	background-color:transparent;
	z-index:50;
}

.thumbnail5:hover span {/*CSS for enlarged image*/
	visibility:visible;
	top:-225px;
	left:-325px; /*position where enlarged image should offset horizontally*/
}										
	

/*Misc*/

#headerimage {
	height: 126px;
	width: 800px;
}

#maincontent {
	background-color: #fdfde8;
	height: auto; /*500px*/
	width: 100%;
	margin-top:5px;
	font-size:1.2em;
	}
	
input.green {
	background-color:#669966;
	font-size:1.0em;
	color:white;
	border:2px outset #669966;	
}	
	
#content {
	height:auto;
/*	background-color:#fdfde8;
	width:800px;
	margin-right:auto;
	margin-left:auto;*/
}
	
#footer {
	background-color: #e1edf0;
	font-family:"Century Gothic";
	font-size:1em;
	font-weight:bold;
	height: 15px;
	width: 100%;
	text-align:center;
	clear:both;
}

#copyright {
	height: 15px;
	width: 100%;
	font-family:"Century Gothic";
	font-size: x-small;
	text-align:right;
	background-color: #fdfde8;
}

#maintextheader {
	margin:5px 0 0 50px;
}

#menu-container {
	top:2em;
	left:0;
}

#menu {
	font-size: small;
	font-family: "century gothic";
	width:800px;
/*	float:left; */ 
	margin:0;
	margin-top:0;
}

#drystone {	   /* Drystone Walling heading */
	margin-left:8%;
	margin-top:120px;
	font-size:1.2em;
	font-weight:bold;
}
	
 
/*Global classes - .clear, .img-left, etc*/	

.style {
	color:#009900;
	font-weight:bold;
	font-size:1.2em;
}

.thumbnail {	/*for photography page*/
	float:left;
	margin:35px 0 0 70px;
	position:relative;
	z-index:0;
}

.thumbnail2 {
	float:left;
	margin:35px 0 0 90px;
	position:relative;
	z-index:0;
}

.thumbnail3	{
	float:left;
	margin:35px 0 0 280px;
	position:relative;
	z-index:0;
}

.thumbnail4 {
	float:left;
	margin:35px 0 0 90px;
	position:relative;
	z-index:0;
}

.thumbnail5 {	/*for photography page*/
	float:left;
	margin:35px 0 0 70px;
	position:relative;
	z-index:0;
}	

.thumbnail span { /*CSS for enlarged image*/
	position:absolute;
	background-color:#FFFFFF;
	padding:5px;
	left:-1000px;
	border: 1px solid gray;
	visibility:hidden;
	color:black;
	text-decoration:none;
}

.thumbnail span img { /*CSS for enlarged image*/	
	border-width:0;
	padding:2px;
}

.thumbnail2 span { /*CSS for enlarged image*/
	position:absolute;
	background-color:#FFFFFF;
	padding:5px;
	left:-1000px;
	border: 1px solid gray;
	visibility:hidden;
	color:black;
	text-decoration:none;
}

.thumbnail2 span img { /*CSS for enlarged image*/	
	border-width:0;
	padding:2px;
}

.thumbnail3 span { /*CSS for enlarged image*/
	position:absolute;
	background-color:#FFFFFF;
	padding:5px;
	left:-1000px;
	border: 1px solid gray;
	visibility:hidden;
	color:black;
	text-decoration:none;
}

.thumbnail3 span img { /*CSS for enlarged image*/	
	border-width:0;
	padding:2px;
}

.thumbnail4 span { /*CSS for enlarged image*/
	position:absolute;
	background-color:#FFFFFF;
	padding:5px;
	left:-1000px;
	border: 1px solid gray;
	visibility:hidden;
	color:black;
	text-decoration:none;
}

.thumbnail4 span img { /*CSS for enlarged image*/	
	border-width:0;
	padding:2px;
}

.thumbnail5 span { /*CSS for enlarged image*/
	position:absolute;
	background-color:#FFFFFF;
	padding:5px;
	left:-1000px;
	border: 1px solid gray;
	visibility:hidden;
	color:black;
	text-decoration:none;
}

.thumbnail5 span img { /*CSS for enlarged image*/	
	border-width:0;
	padding:2px;
}			

.split {	/*putting a dividing element between each row of images in photography page*/
	clear:both;
}


.spacer {
	clear:both;
}		


/*Forms*/


/*Tables*/
		




	
		

			


	

	
			
	


