@charset "utf-8";
/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(blossoms.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:center;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container {
	background: url(zen-bg.jpg) no-repeat top left;
	position: relative;
	width:1024px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top:auto;
	margin-bottom:auto;
	}

#intro {
	background-color: #070138;
	height: 80px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#pageHeader #artist {
	height: 52px;
	background: url("images/logo.gif");
	width: 320px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 25px;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	//background: transparent url(h2.gif) no-repeat top left; 
	//margin-top: 58px; 
	//margin-bottom: 40px; 
	//width: 200px; 
	//height: 18px; 
	//float: right;
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 0px;
	text-align: left;
}

#preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
	}
#supportingText {
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	}
#pagecontent {
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	width: 100%;
}

	
.indexPage #supportingText span.homeImage {
	background-image: url(images/home_images/cougar_bay.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
}	

#footer {
	text-align: left;
	background-color: #070138;
	height: 52px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: normal;
	}

#primary-nav {
	position: absolute;
	top: 8px;
	right: 25px;
	height: 77px;
}
#primary-nav ul {
	position: relative;
	height: 42px;
	width: 333px;
}
#primary-nav li {
	display: block;
	height: 43px;
	position: absolute;
	top: 0;
}
#primary-nav li {
	overflow: hidden;
	text-indent: -9000px;
}

li.homepage {
	left:0;
	width: 52px;
}
	li.homepage a:link, li.homepage a:visited {
	display: block;
	height: 38px;
	background: url("images/nav/home.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	li.homepage a:hover {
		background-image: url(images/nav/homeover.png);
		outline: none;
	}
	.indexPage li.homepage a:link, .homepage li.homepage a:visited {
		background-image: url(images/nav/homevisited.png);
	}
li.biography {
	left: 50px;
	width: 77px;
}
	li.biography a:link, li.biography a:visited {
	display: block;
	height: 36px;
	background-image: url(images/nav/biography.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	li.biography a:hover {
		background-image: url(images/nav/biographyover.png);
		outline: none;
	}
	.biography li.biography a:link, .biography li.biography a:visited {
		background-image: url(images/nav/biographyvisited.png);
	}
li.gallery {
	left: 131px;
	width: 82px;
}
	li.gallery a:link, li.gallery a:visited {
	display: block;
	height: 36px;
	background-image: url(images/nav/gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	li.gallery a:hover {
		background-image: url(images/nav/galleryover.png);
		outline: none;
	}
	.gallery li.gallery a:link, .gallery li.gallery a:visited {
	background-image: url(images/nav/galleryvisited.png);
	}
li.calendar {
	left: 213px;
	width: 69px;
}
	li.calendar a:link, li.calendar a:visited {
	display: block;
	height: 36px;
	background-image: url(images/nav/calendar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	li.calendar a:hover {
		background-image: url(images/nav/calendarover.png);
		outline: none;
	}
	.calendar li.calendar a:link, .calendar li.calendar a:visited {
	background-image: url(images/nav/calendarvisited.png);
	}
li.contact {
	left: 282px;
	width: 52px;
}
	li.contact a:link, li.contact a:visited {
	display: block;
	height: 36px;
	background-image: url(images/nav/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	li.contact a:hover {
		background-image: url(images/nav/contactover.png);
		outline: none;
	}
	.contact li.contact a:link, .contact li.contact a:visited {
	background-image: url(images/nav/visited.png);
	}

			
#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 207px;
	width: 148px;
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}
#requirements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
