﻿/* 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 */
html {
	margin: 0;
	padding: 0;
	}

body { 
	font: 75% georgia, sans-serif;
	color: #555753; 
	background: #fff url("http://img255.imageshack.us/img255/9255/zenbackground.jpg") no-repeat; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif; 
	margin-bottom: 0; 
	color: #FFFFFF;
	font-size: 20px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: grey;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #787C80;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #484A4C;
	font-style: italic;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}

#intro { 
	min-width: 470px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	width: 100px; 
	height: 87px; 
	float: left;
	}
#pageHeader h1 span {	font-family:Tempus Sans ITC;
			font-size: 60px;
			padding-left: 0px;
			margin-top: -30px;
			margin-left: -90px;
			color: #FFFFFF;
			float: left;
	}
#pageHeader h2 { float: right;
		margin-right: 20px;
		margin-top: 20px;
		margin-left: -30px;
		font-style: italic;
		font-family:Tempus Sans ITC;
		font-size: 30px;
	}
#pageHeader h2 span {	color: #FFFFFF;
	}
#pageHeader {
	padding-top: 20px;
}

#quickSummary {
	width: 550px;
	margin-top: 60px;
	margin-right: -420px; 
	float: right;
	font-style: italic;
	}
#quickSummary p {
	font-family:Tempus Sans ITC;
	text-align:center;
	font-size: 15px;
	}

#preamble {	 
	clear: right;
	margin-right: -150px;
	margin-left: 230px;
	color: black;
	font-style: italic;
	font-size: 12,5px;
	}
#supportingText {
	margin-left: 230px;	
	margin-right: -150px; 
	margin-bottom: 40px;
	color: black;
	font-style: italic;
	font-size: 12,5px;
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	margin-right: 1150px;
	margin-top: 300px;
	position: absolute; 
	top: 0;
	font-family: georgia, sans-serif;
	}
#linkList2 { 
	font-family:Tempus Sans ITC;
	padding: 10px;
	margin-top: 150px; 
	margin-left: -70px;
	width: 220px; 
	height: 530px;
	font-family: georgia, sans-serif;
	color: #000000;
	}
#linkList h3.select { 
	color: grey; 	
	width: 180px; 
	height: 16px; 
	}
#linkList h3.select span {
	
	}
#linkList h3.favorites { 
	color: grey;
	width: 230px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	
	}
#linkList h3.archives { 
	color: grey;  
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	
	}
#linkList h3.resources { 
	color: grey;
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	
	}


#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: white;
	}
#linkList li a:visited {
	color: #787C80;
	}


#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}