/* css Zen Garden submission 083 - 'Springtime', by Boër Attila */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Boër Attila */
/* Added: March 4th, 2004 */

/* 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. */



/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #F5F7EC url(bg.jpg); 
	margin: 0px; 
	text-align: center;
	background-repeat: repeat-x;
	}
p { 
	font: 8pt/14pt verdana; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #7D775C;
	text-align: left;
	}
a:link { 
	font: 11px verdana; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #8F9E28;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #C0C0C0;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #B8C271;
	}


/* specific divs */
.page-wrapper { 
	background: url(footbg.jpg) no-repeat bottom left; 

	width:650px;
	padding-bottom:80px;
	position:relative;
	margin: 0 auto;


	}

.intro { 
	min-width: 470px;
	}
header { 
	margin-bottom: 20px;

	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
header h1 { 
	background: url(head.gif) no-repeat top left; 
	width: 678px; 
	height: 213px; 


	margin-top:0px;

	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	}
header h2 { 
	background: transparent url(flwr.gif) no-repeat top left; 

	width: 84px; 
	height: 261px; 
	float: right;
	margin-top:0px;

	position:absolute;
	top:163px;
	left:647px;

	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	}

.summary {
	background: transparent url(green.gif) no-repeat top left; 
	clear:both; 
	overflow:auto;

	width: 147px;
	height:201px;

	padding-top:10px;
	padding-left:15px;
	padding-right:15px;

	position:absolute;
	top:213px;
	left:0px;

	}
.summary p {
	font: 8pt/12pt verdana;
	color:#EFF2E5;
	text-align:left;

	}

.summary a {
	font:  bold 8pt/12pt verdana;
	color:#EFF2E5;
	text-align:left;
	text-decoration:underline;
	}

.summary a:hover {
	font:  bold 8pt/12pt verdana;
	color:#EFF2E5;
	text-align:left;
	text-decoration:none;
	}


.preamble {

	padding-right:40px;
	padding-top:20px;
	padding-left:30px;
	overflow:auto;
	background: transparent url(whitebg.gif) no-repeat 0 0 !important; 

	position:absolute;
	top:72px;
	left:177px;
	height:333px;
	width:400px;

	}

.preamble h3 {
	background: transparent url(pretext.gif) no-repeat top left;
	font: 0pt/14pt verdana;
	color:#FFFFFF;
	text-align:right;
	height:40px; 
}


.explanation h3, .benefits h3, .participation h3, .requirements h3 {

display:none	
}



.supporting {
	background: transparent url(whitebg2.gif) repeat-y top left; 

	float:left;
	padding-left: 10px; 
	padding-right: 30px; 
	padding-top:230px;
	padding-bottom:0px;
	margin-bottom: 0px;
	width:607px;
	}



.explanation {
	background: transparent url(whatistext.gif) no-repeat top left; 

	float:right;
	width:410px;
	padding-top:50px;
	padding-bottom:30px;

}

.participation {
	background: transparent url(parttext.gif) no-repeat top left; 


	float:right;
	width:410px;
	padding-top:50px;
	padding-bottom:30px;

}

.benefits {
	background: transparent url(beneftxt.gif) no-repeat top left; 


	float:right;	
	width:410px;
	padding-top:50px;
	padding-bottom:30px;

}
.requirements {
	background: transparent url(reqtext.gif) no-repeat top left; 


	float:right;
	width:410px;
	padding-top:50px;
	padding-bottom:30px;

}


footer { 

	background: transparent url(notext.gif) no-repeat top left; 	

	left:0px;
	text-align: center; 

	padding-top:30px;
	padding-bottom:0px;

	

	float:right;
	width:580px;

	}
footer a:link, footer a:visited { 
	margin-left: 20px; 
	}




.sidebar {
	background: transparent url(greenbg.gif) repeat-y top left; 

	float:left;
	position: absolute;
	top: 424px;
	left: 0px;
	margin: 0px;
	width: 178px;
	text-align:left;
	padding: 0px;
	}
.sidebar .wrapper { 
	background: transparent url(fade.gif) no-repeat bottom left; 

	font: 10px verdana, sans-serif; 
	margin:0px;
	padding: 0px; 

	padding-bottom:100px;
	width: 178px; 
	float:left;
	}


.sidebar li {

	list-style-type: none;
	background:#C1C99A;

	padding: 8px; 
	margin-bottom: 1px;
	margin-left:-39px;

	width:160px;

	}

.sidebar li:hover {
	background: #A6AE72;

}


.sidebar li a { 

	display:block;
	color:#6E7746;
	font: bold 11px verdana;
	text-decoration:underline;

	}

.sidebar li a:hover { 

	display:block;
	color:#8F9E28;
	font: bold 11px verdana;
	text-decoration:underline;


	}


.sidebar li a.designer-name { 

	display:inline;
	color:#FFFFFF;
	font: 11px verdana;
	}

.sidebar li a.designer-name:hover { 

	display:inline;
	color:#6E7746;
	font: 11px verdana;
	}


.design-selection {
	background: transparent url(seltxt.gif) no-repeat top left; 
	padding-top:30px;
	padding-bottom:0px;
	margin-bottom:-10px;
	float:left;
}


.design-archives {
	background: transparent url(archtxt.gif) no-repeat top left; 
	padding-top:30px;
	padding-bottom:0px;
	margin-bottom:-10px;
	float:left;
}

.zen-resources {
	background: transparent url(restxt.gif) no-repeat top left; 
	padding-top:30px;
	padding-bottom:0px;
	margin-bottom:-10px;
	float:left;
}


.design-selection h3, .design-archives h3, .zen-resources h3 {display:none;}

.extra1, .extra2, .extra3, .extra4, .extra5, .extra6 {display:none;}