@charset "utf-8";

/*
	Now We Are One CSS
	Copyright (c) 2007 Maggie Gieseke. All rights reserved.
	2007-07-18
*/


html { 
	height: 100%;
	max-height: 100%;
	margin: 0;
	margin-bottom: -1em;
	padding: 0;
	text-align: center;
	overflow: scroll;
	}

body { 
	margin: 0;
	padding:  0;
	min-width: 760px;
	background-color: #FFF;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Georgia, Palatino, Times, Times New Roman, serif;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	color: #000;
	overflow: auto;
	}

p {
	margin: 0;
	padding: 0;
	text-indent: 2em;
	text-align: justify;
	font-size: 93%;
	}

a {
	text-decoration: none;
	}

p a {
	margin: -1px 0 0 0;
	padding: 1px 2px 0px 2px;
	text-decoration: none;
	font-style: italic;
	font-style: oblique;
	color: #1f1f1f;
	border: 0;
	border-top: 1px solid #d9d9d9;
	}

p a:hover {
	color: #000;
	border-top-color: #999;
	}

img {
	border: 0;
	}
	
h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 112px;
	font-size: 1%;
	}

h3 {
	margin: 1em 0 0.2em 0;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	font-style: oblique;
	color: #333;	
	}

em {
	font-style: italic;
	font-style: oblique;
	}

/*
	End General Formating
	Begin Class Formating
*/


img.abouthepic {
	margin: 0;
	margin-top: -0.5em;
	margin-left: 2em;
	border: 1px solid #AAA;
	}

p.caption {
	margin: 0.5em 2.5em;
	margin-bottom: 1em;
	padding: 0;
	color: #545454;
	text-indent: 0;
	text-align: right;
	font-size: 76%;
	font-style: oblique;
	font-style: italic;
	line-height: 133%;
	}

h3.first {
	margin-top: 0;	
	}

p.first {
	text-indent: 0;
	}


/*
	End Class Formating
	Begin Specific Item Formating
*/

div#main {
	margin: 0;
	margin-left: -380px;
	padding: 0;
	width: 760px;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	overflow: visible;
	text-align: center; 
	}
	
div#sidebar {
	margin: 0;
	margin-right: 35px;
	padding: 398px 0 20px 20px;
	width: 206px;
	background-color: #000;
	background-image: url(images/headerphoto.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	text-align: left;
	font-size: 96%;
	}
	
div#sidebar div {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	width: 166px;
	}

div#sidebar a {
	display: block;
	margin-top: 0;
	margin-right: -0.5em;
	margin-bottom: 0;
	margin-left: -0.5em;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left:  0.5em;
	color: #bfbfbf;
	color: #CCC;
	border: 0 solid transparent;
	}

div#sidebar a:hover {
	color: #FFF;
	}


div#sidebar ul#side_nav a:hover {
	background-image: url(images/sidenav_bkg.jpg);
	}

div#sidebar img {
	padding-bottom: 0.5em;
	display: block;
	}
	
div#body {
	margin: 0;
	margin-left: -120px;
	padding: 0;
	padding-top: 318px;
	width: 500px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	text-align: left;
	}
	
div#body_topline {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 55px;
	background-image: url(images/body_topline.gif);
	background-repeat: repeat-x;
	background-position: top center;
	}

div#footer {
	margin: 2em 0 0 0;
	padding: 24px 0;
	width: 100%;
	font-size: 76%;
	color: #808080;
	}

div#footer span {
	position: absolute;
	right: 0;
	}

div#footer a {
	padding: 4px 0;
	color: #3d3d3d;
	border: 0;
	border-top: 1px solid transparent;
	}

div#footer a:hover {
	padding-top: 4px;
	color: #000;
	border: 0;
	border-top: 1px solid #999;
	}

ul#side_nav {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	width: 186px;
	list-style: none;
	text-align: left;
	}

ul#side_nav li {
	line-height: 1em;
	padding-bottom: 0.5em;
	}
	
ul#menu {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 80px;
	background-color: transparent;
	list-style: none;
	}

ul#menu li {
	margin: 0;
	padding: 0;
	height: 80px;
	display: inline-block;
	float: left;
	}

ul#menu li#book {
	width: 126px;
	}

ul#menu li#creators {
	width: 137px;
	}

ul#menu li#families {
	width: 100px;
	}

ul#menu li#resources {
	width: 137px;
	}

ul#menu li a {
	margin:0;
	padding:0;
	display: block;
	position:relative;
	height: 80px;
	overflow: hidden;
	text-decoration: none;
	}

ul#menu li a span {
	visibility: hidden;
	}

ul#menu li#book a {
	width: 126px;
	background: url("images/main_nav_1.gif") top left no-repeat;
	}

ul#menu li#contributers a {
	width: 137px;
	background: url("images/main_nav_2.gif") top left no-repeat;
	}

ul#menu li#families a {
	width: 100px;
	background: url("images/main_nav_3.gif") top left no-repeat;
	}

ul#menu li#resources a {
	width: 137px;
	background: url("images/main_nav_4.gif") top left no-repeat;
	}

ul#menu li#book a:hover, ul#menu li#contributers a:hover, ul#menu li#families a:hover, ul#menu li#resources a:hover {
	background-position: bottom;
	}

body#dedication li#book a, body#foreword li#book a, body#cametobe li#book a, body#gallery li#book a {
	background-position: bottom;
	}

body#abouttheartist li#contributers a, body#aboutthewriter li#contributers a, body#melissafaygreene li#contributers a, body#margueritegieseke li#contributers a, body#ofp li#contributers a {
	background-position: bottom;
	}

body#families li#families a {
	background-position: bottom;
	}

body#iar li#resources a, body#edo li#resources a {
	background-position: bottom;
	}

body#dedication ul#side_nav li a#dedication, body#foreword ul#side_nav li a#foreword, body#cametobe ul#side_nav li a#cametobe, body#gallery ul#side_nav li a#gallery, body#abouttheartist ul#side_nav li a#abouttheartist, body#aboutthewriter ul#side_nav li a#aboutthewriter, body#melissafaygreene ul#side_nav li a#melissafaygreene, body#margueritegieseke ul#side_nav li a#margueritegieseke, body#ofp ul#side_nav li a#ofp, body#families ul#side_nav li a#families, body#iar ul#side_nav li a#iar, body#edo ul#side_nav li a#edo {
	color: #FFF;
	}

p#subtitle {
	margin: 0;
	padding: 0;
	margin-bottom: -32px;
	position: relative;
	top: -64px;
	left: 0;
	color: #FFF;
	font-size: 96%;
	font-style: italic;
	font-style: oblique;
	}


h2#side_title {
	margin:0;
	padding:0;
	position:relative;
	width: 186px;
	height: 90px;
	overflow: hidden;
	}
      
h2#side_title span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 186px;
	height: 90px;
	margin:0; padding:0;
	}

body#introduction div#sidebar h2#side_title {
	background:url("images/side_title_home.gif") top left no-repeat;
	}

body#dedication div#sidebar h2#side_title, body#foreword div#sidebar h2#side_title, body#cametobe div#sidebar h2#side_title, body#gallery div#sidebar h2#side_title {
	background:url("images/side_title_book.gif") top left no-repeat;
	}

body#abouttheartist div#sidebar h2#side_title, body#aboutthewriter div#sidebar h2#side_title, body#melissafaygreene div#sidebar h2#side_title, body#margueritegieseke div#sidebar h2#side_title, body#ofp div#sidebar h2#side_title {
	background:url("images/side_title_contributers.gif") top left no-repeat;
	}

body#families div#sidebar h2#side_title {
	background:url("images/side_title_families.gif") top left no-repeat;
	}

body#iar div#sidebar h2#side_title, body#edo div#sidebar h2#side_title {
	background:url("images/side_title_resources.gif") top left no-repeat;
	}

body h1 {
	margin: 0;
	padding: 0;
	width: 500px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	color: transparent;
	}

body h1 span {
	margin:0;
	padding:0;
	width: 500px;
	height: 47px;
	display:block;
	position: absolute; left: 0; top: 0; z-index:1;
	background-repeat: no-repeat;
	background-position: top left;
	}

body#introduction h1 span {
	background-image: url(images/body_title_introduction.gif);
	}

body#dedication h1 span {
	background-image: url(images/body_title_dedication.gif);
	}

body#foreword h1 span {
	background-image: url(images/body_title_foreword.gif);
	}

body#cametobe h1 span {
	background-image: url(images/body_title_cametobe.gif);
	}

body#gallery h1 span {
	background-image: url(images/body_title_gallery.gif);
	}

body#abouttheartist h1 span {
	background-image: url(images/body_title_abouttheartist.gif);
	}

body#aboutthewriter h1 span {
	background-image: url(images/body_title_aboutthewriter.gif);
	}

body#melissafaygreene h1 span {
	background-image: url(images/body_title_melissafaygreene.gif);
	}

body#margueritegieseke h1 span {
	background-image: url(images/body_title_margueritegieseke.gif);
	}

body#ofp h1 span {
	background-image: url(images/body_title_ofp.gif);
	}

body#families h1 span {
	background-image: url(images/body_title_families.gif);
	}

body#iar h1 span {
	background-image: url(images/body_title_iar.gif);
	}

body#edo h1 span {
	background-image: url(images/body_title_edo.gif);
	}

h2#purchase_title {
	margin:0;
	padding:0;
	position:relative;
	width: 186px;
	height: 45px;
	overflow: hidden;
	}
      
h2#purchase_title span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 186px;
	height: 45px;
	margin:0; padding:0;
	background: url("images/side_purchase.gif") top left no-repeat;
	}

h2#contact_title {
	margin:0;
	padding:0;
	position:relative;
	width: 186px;
	height: 45px;
	overflow: hidden;
	}
      
h2#contact_title span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 186px;
	height: 45px;
	margin:0; padding:0;
	background: url("images/side_contact.gif") top left no-repeat;
	}

div#purchase a, div#contact a {
	display: block;
	}

ul#famlies {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#families li {
	width: 335px;
	height: 112px;
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
	padding-left: 165px;
	display: block;
	position: relative;
	top: 0;
	left: -40px;
	list-style: none inside;
	font-size: 93%;
	line-height: 120%;
	background: top left no-repeat;
	}

ul#families li h3 {
	padding: 0.5em 0;
	display: block;
	font-size: 1.1em;
	border: 1px solid #CCC;
	border-width: 1px 0 0 0;
	}


ul#families li.right {
	padding-left: 0;
	padding-right: 165px;
	text-align: right;
	background-position: top right;
	}

ul#families li#boerner {
	background-image: url("images/fam-pic_boerner.jpg");
	}

ul#families li#chung {
	background-image: url("images/fam-pic_chung.jpg");
	}

ul#families li#davis {
	background-image: url("images/fam-pic_davis.jpg");
	}

ul#families li#gieseke {
	background-image: url("images/fam-pic_gieseke.jpg");
	}

ul#families li#kayes {
	background-image: url("images/fam-pic_kayes.jpg");
	}

ul#families li#koenig {
	background-image: url("images/fam-pic_koenig.jpg");
	}

ul#families li#kurlas {
	background-image: url("images/fam-pic_kurlas.jpg");
	}

ul#families li#larkin {
	background-image: url("images/fam-pic_larkin.jpg");
	}

ul#families li#mclaughlin {
	background-image: url("images/fam-pic_mclaughlin.jpg");
	}

ul#families li#meyer {
	background-image: url("images/fam-pic_meyer.jpg");
	}

ul#families li#northrop {
	background-image: url("images/fam-pic_northrop.jpg");
	}

ul#families li#sparling {
	background-image: url("images/fam-pic_sparling.jpg");
	}

ul#families li#staat {
	background-image: url("images/fam-pic_staat.jpg");
	}

ul#families li#wallis {
	background-image: url("images/fam-pic_wallis.jpg");
	}

ul#families li#wood {
	background-image: url("images/fam-pic_wood.jpg");
	}


/*
Photo Gallery Specific Styles
*/

div#photobox {
	margin: 1em 0 2em;
	padding: 0;
	width: 438px;
	height: 345px;
	display: block;
	text-align: center;
	}

div#photobox img {
	margin: 0;
	margin-top: 1em;
	margin-left: 2em;
	border: 1px solid #AAA;
	}

ul#thumbs {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 100px;
	background-color: transparent;
	list-style: none;
	}
	
ul#thumbs li {
	margin: 10px;
	display: inline-block;
	float: left;
	}

ul#thumbs li a img {
	margin: -1px;
	border: 1px solid #AAA;
	}

ul#thumbs li a:hover img {
	margin: -3px;
	border: 3px solid #999;
	}