/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */




body { 
	font: helvetica, sans-serif;
	color: #000;
	background-image: url(swiss_background.png);
	background-position:center top;
	background-attachment:fixed; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}

p { 
	padding: 0px;
	font: 11px helvetica, sans-serif; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	}

h2,h3 {
	margin-top: 15px;
	padding: 0px;
	}

h3 { 
	font: bold 11pt helvetica, sans-serif;
	margin-bottom: 0px; 
	color: #00B294;
	font-size:24px;
	padding-bottom: 0px;
	text-align:left;
	}

.supporting h3,.preamble h3 {
	
	padding-left: 24px;
	}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}

a:visited { 
	font-weight: bold; 
	
	color: #00B294;
	}

a:hover, a:active { 
	text-decoration: overline; 
	color: #00B294;
	}
abbr {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}


.page-wrapper { 
	
	width: 569px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	}

		header { 
			background-image: url(logo.png); 
			no-repeat right top; 
			width: 378px;
			height: 217px;
			float: left;
			
			}

		.summary {
	width: 108px;
	height: 175px;
	float: right;
	background-color: #000;
	opacity: .85;
	border-radius: .50%;
	position: absolute;
	left: 392px;
	padding: 20px;
	top: 15px;
	 
	
	
			}

		.preamble {
			margin-left: 31px;
			padding: 20px;
			padding-top: 1px;
			padding-bottom: 30px;
			width: 306px;
			clear: both;
			background-color: #000;
			opacity: .85;
			  
			}

.supporting {
	margin-left: 31px;
	padding: 0px 20px;
	width: 306px;
	position: relative;
	background-color: #000;
			opacity: .85;
			  
	}

.preamble h3 {
	margin-top: 0px;
	}

.sidebar {
	width: 148px;
	font: 10px helvetica, sans-serif; 
	position: absolute;
	top: 217px;
	left: 389px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	opacity: .85;
	}

footer {
	text-align: center;
	font: bold 10px helvetica, Arial, sans-serif;
	padding: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	border-top: 1px dashed #dddddd; 
	background-color: #000;
			opacity: .85;
	}
	



.design-selection,.design-archives,.zen-resources {
	padding: 0px 15px 45px 15px;
	margin: 0px;
	}

.explanation,.participation,.benefits,.requirements {
	margin-top: 0px;
	padding-top: 0px;
	color: #f4f1d7;
	
	}

.explanation h3 {
	margin-top: 15px;
	font-size:22px;
	}

.sidebar h3 {
	font-size: 11px;
	padding: 3px 3px 3px 14.5px;
	color: #F15C4A;
	margin-bottom: 10px;
	margin-top: 20px;
	
	}

.design-selection ul, .design-archives ul, .zen-resources ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

.design-selection li, .design-archives li, .zen-resources li {
	padding: 5px 0px;
	
	}

.design-selection li a {
	display: block;
	}

.design-selection li a.designer-name {
	display: inline;
	}

.sidebar .design-selection ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }

.sidebar .design-archives ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }

.sidebar .zen-resources ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }



header h1, header h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.summary p:last-child {
	text-align: left;
 text-color: #F4F1D7;
	font-size:14px;
	width: 120px;
	padding: 15px 5px 5px 15px;
	}
#css-zen-garden .page-wrapper #zen-intro #zen-summary p {
	font-family: Arial, Helvetica, sans-serif;
	color:#f4f1d7;
}
#css-zen-garden .page-wrapper #zen-intro #zen-preamble p {
	color: #F4F1D7;
}
#css-zen-garden .page-wrapper .sidebar .wrapper #design-selection nav div ul li {
	color: #000;
	
}
#css-zen-garden .page-wrapper #zen-intro #zen-summary p {
	font-family: Arial, Helvetica, sans-serif;
}
#css-zen-garden .page-wrapper #zen-supporting #zen-explanation p {
	color: #f4f1d7;
}
#css-zen-garden .page-wrapper #zen-supporting #zen-participation p {
	color: #f4f1d7;
}
#css-zen-garden .page-wrapper #zen-supporting #zen-benefits p {
	color: #f4f1d7;
}
