/* css Zen Garden submission 888 - 'Stone Forest', by Hannie Fan, http://www.svchorus.org/hannie/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated photos and graphics copyright 2005, Hannie Fan */
/* Submitted: May 15, 2005 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission.
   However, feel free to study the CSS and use techniques you learn from it elsewhere. */
/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* basic elements */
html {
	background: url(tower.jpg) no-repeat bottom right;
	
	/* to support Opera */
	margin: 0;
	padding: 0;
}
body { 
	font: .8em verdana, sans-serif; 	
	color:#3d3d3d;	
	_background: url(stoneHill.jpg) no-repeat bottom left;	/* Only IE can see underscore leading */
	margin: 0;
	padding: 0;
	}
html>body {               /* for Mozilla, IE cannot see */
	background: url(stoneHill.jpg) no-repeat bottom left;
	margin: 0 0 -25px 0;
	padding: 0;	
	}
p { 
	font: .8em verdana, sans-serif; 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.2em georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 	
	color:#94189C;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none;	
	color: #B85BBE;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #8A49F7;
	}
span.accesskey {
	font-weight: bold;
	text-decoration: underline;
	}

/* specific divs */
#container { 
	background: transparent url(stoneForest-top.jpg) no-repeat top center; 
	padding: 0 205px 0 185px;  
	margin: 0; 
	}
#pageHeader { 
	margin-bottom: 0;
	}
#pageHeader h1, h2 span {
	display:none
	}

#quickSummary {	
	float: right;
	margin: 350px 0 0 15px; 
	width: 150px; 	
	border: 2px ridge #f1f1f1;
	padding: 10px 10px 0 10px;
	background-color: #f1f1f1;	
	}
#quickSummary p {
	font: italic .88em/1.4em verdana, sans-serif;	
	color: #008080;
	font-weight: bold;
	text-align: center;
	}
#quickSummary .p2 span {
	position: absolute;		
	text-align: center;
	top: 260px;
    	right:22px;
    	width:150px;
}
#preamble {
	padding: 325px 0 0 20px;	
	}
html>body #preamble { /* IE cannot see */
	padding: 310px 0 0 20px;
}
#preamble h3 {
    margin-bottom: 10px;
    height: 32px;
    background: url(h3_enlightenment.gif) no-repeat left top;
    border-bottom: 1px solid #7D8965;
}
#preamble h3 span {	
	display: none;
}
acronym {
	border-bottom: none;
	cursor: help;
	}

#supportingText {
	padding-left: 20px; 	
	margin-bottom: 15px;
	}
#supportingText h3 span {
    display: none;
}
#explanation h3 {
    margin-bottom: 10px;
    height: 32px;
    background: transparent url(h3_explanation.gif) no-repeat left top;
    border-bottom: 1px solid #7D8965;
}
#participation h3 {
    margin-bottom: 10px;
    height: 32px;
    background: transparent url(h3_participation.gif) no-repeat left top;
    border-bottom: 1px solid #7D8965;
}
#benefits h3 {
    margin-bottom: 10px;
    height: 32px;
    background: transparent url(h3_benefits.gif) no-repeat left top;
    border-bottom: 1px solid #7D8965;
}
#requirements h3 {
    margin-bottom: 10px;
    height: 32px;
    background: transparent url(h3_requirements.gif) no-repeat left top;
    border-bottom: 1px solid #7D8965;
}
#footer { 
	text-align: center;
	padding: .3em 0 1.4em 0;
	}
#footer a:link, #footer a:visited { 	
	margin-right: 20px; 	
	}

#linkList {	
	margin-left: 600px; 
	position: absolute; 	
	top: 0; 
	right: 0;
	}
#linkList2 {
	background: transparent url(stone_bg.jpg) repeat-y top left; 
	font: .8em verdana, sans-serif; 
	padding: 15px; 
	margin-top: 340px; 
	width: 146px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 15px 0 0; 
	width: 110px; 
	height: 20px; 
	voice-family: "\"}\"";  /* IE5.x ignore the following code */
  	voice-family: inherit; 
  	margin: 5px 0 0;
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 15px 0 0; 
	width: 110px; 
	height: 20px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 15px 0 0; 
	width:110px; 
	height: 20px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 15px 0 0; 
	width:110px; 
	height: 20px; 
	}
#linkList h3.resources span {
	display:none
	}
#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 2ex; 
	list-style-type: none;	
	display: block; 
	padding-top: 7px; 
	margin-bottom: 7px;
	}
#linkList li a:link { 	
	color: #916FF3;
	}
#linkList li a:visited {	
	color: #38FA86;
	}
#linkList a.c:link {
	font-weight: normal;
	color: #6734FA;
	}
#linkList a.c:visited { 
	font-weight: normal;
	color: #6159FA;
	}

#extraDiv1 { 	
	position: absolute; 
	top: 50px; 
	right: 25px; 
	width: 150px; 
	height: 180px; 
	/* Mozilla, Safara and Opera ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='greatland.png');
	}
html>body #extraDiv1 {  /* All browsers understand the following except IE */
	background: transparent url(greatland.png) top right no-repeat; 
}
#extraDiv2 { 
	background: transparent url(shiling.gif) top right no-repeat; 
	position: absolute; 
	top: 20px; 
	left: 4%; 
	width: 80px; 
	height: 500px; 
	}
#extraDiv3 { 
	background: transparent url(HFan.gif) top left no-repeat; 
	position: absolute; 
	top: 120px; 
	left: 5px; 
	width: 15px; 
	height: 288px; 
	}