/* styles based on book Bulletproof Web Design, by Dan Cederholm, first edition */

h1 {
	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
  	font-size: 120%;
  	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0px;
}

p.intro {
	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}

p.webperson {
	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
	color: Gray;
	text-align: center;
}

ul.intro {
	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}

p.galleryintropicture {
	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}

table.artistpage {
	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
	text-align: left;
	width: 95%;
}

ul.directions-directions {
	margin-top: 0px;
	margin-bottom: 0px;
}

li.directions-directions {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0px 0px 15px;
}

ul.buildingarea  {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

li.buildingarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0px 0px 15px;
}

/* below - based on chapter 2, scalable navigation */

body {
	margin: 0;
	padding: 0 0 0 0;
	font-size: small;
	}
#backgroundcolor {
	background-color: #f9f5ae;
}
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
/*	padding: 10px 0 0 20px; */
	list-style: none;
	background: #f9f5ae url(img/nav_bg.gif) repeat-x bottom left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	}
#nav a:hover, body#home #t-home a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}
	
#nav a:hover, body#directions #t-directions a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}
	
#nav a:hover, body#building #t-building a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}
	
#nav a:hover, body#events #t-events a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}	

/* below - based on chapter 4, creative floating */

/* the following 3 peoplepage widths are 400 pixels wider than in chapter 4   */
	
#peoplepage {
/* float on next line deleted in order to center images and text - this plus center div in html required adding text-align left for dl */
/*  	float: left; */
  	width: 704px;
  	padding: 10px 0 0 40px;
  	}
#peoplepage dl {
  	float: left;
  	width: 660px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
	text-align: left; /* added because of center div in html */
  	}
#peoplepage dt {
  	float: right;
  	width: 562px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
  	}
#peoplepage dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
  	line-height: 1.2em;
  	}
#peoplepage dl dd.img {
   	margin: 0;
   	}
#peoplepage dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}
	
#directionspage {
/* float on next line deleted in order to center images and text - this plus center div in html required adding text-align left for dl */
/*  	float: left; */
  	width: 704px;
  	padding: 10px 0 0 40px;
  	}
#directionspage dl {
  	float: left;
  	width: 660px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
	text-align: left; /* added because of center div in html */
  	}
#directionspage dt {
  	float: right;
	width: 660px;
  /* 	width: 562px; */
  	margin: 0 0px 5px 0px;
  	padding: 0;
	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
  	font-size: 120%;
  	letter-spacing: 1px;
  	}
#directionspage dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
  	line-height: 1.2em;
  	}
#directionspage dl dd.img {
   	margin: 0;
   	}
#directionspage dd.img img {
  	float: left;
   margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}	
	
#buildingpage {
/* float on next line deleted in order to center images and text - this plus center div in html required adding text-align left for dl */
/*  	float: left; */
  	width: 704px;
  	padding: 10px 0 0 40px;
  	}
#buildingpage dl {
  	float: left;
  	width: 660px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
	text-align: left; /* added because of center div in html */
  	}
#buildingpage dt {
  	float: right;
  	width: 562px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
  	}
#buildingpage dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
  	line-height: 1.2em;
  	}
#buildingpage dl dd.img {
   	margin: 0;
   	}
#buildingpage dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}
	
	#eventspage {
/* float on next line deleted in order to center images and text - this plus center div in html required adding text-align left for dl */
/*  	float: left; */
  	width: 704px;
  	padding: 10px 0 0 40px;
  	}
#eventspage dl {
  	float: left;
  	width: 660px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
	text-align: left; /* added because of center div in html */
  	}
#eventspage dt {
  	float: right;
  	width: 562px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
  	}
#eventspage dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-family: arial, verdana, helvetica, "Lucida Grande", sans-serif;
	font-size: 90%;
  	line-height: 1.2em;
  	}
#eventspage dl dd.img {
   	margin: 0;
   	}
#eventspage dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
	}
#eventspage dd.eventdate {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
	text-align: center;
	height: 80px;
	width: 80px;
	}
  	
