/* This style sheet is adapted from the CSS used by the Textpattern page *//* at Textism.com.  <www.textpattern.com/common/css.css>                 *//*                                                                       *//* Classes not needed by Susan & Peter's website have been commented.    */body{	background-color: #fff;	margin: 0px;	padding: 0px;}/****     div tags      ****//****  for page layout  ****//****                   ****/#container{	width:701px;	margin-right:auto;	margin-left:auto;	text-align:center;}#top{	width: 700px;	padding-top: 12px;}#nav_bar{	text-align: center;	margin-top: 0px;	margin-bottom: 3px;}#content{	width: 540px;	float: left;	text-align:left;}#left, #right{	width: 70px;	float: left;	text-align: left;}#foot{	width: 700px;	padding: 6px;	text-align: center;	clear: both;}div.pic_caption{	float: right;	margin-left: 1em;	text-align: center;}div.thumb_and_caption{	float: left;	width: 122px;	margin: 1em 1em 0 0;	text-align: center;	/* padding to compensate for offsetting the image, see div.above_shadow */	padding-top: 3px;	padding-left: 3px;}div.shadow_wide/* For use with img.thumb_wide to create drop-shadow effect */{	background-color: #CCCC99;	height: 92px;	width: 122px;	text-align: center;}div.shadow_tall/* For use with img.thumb_wide to create drop-shadow effect */{	background-color: #CCCC99;	height: 122px;	width: 92px;	/* Margin centers image in div.thumb_and_caption */	margin-left: 15px;}/****  header tags  ****//****               ****/h1, h2, h3{	font-family: Georgia, Times, "Times New Roman", "New York", Serif;	font-weight: normal;	color: #330000;}h1{	font-size: 24px;}h1#header{	font-size: 30px;/*	line-height: 32px; */	text-align: center;	letter-spacing: -1px;/*	word-spacing: 0.2em; */	margin-bottom: 2pt;}h2 {	font-size: 18px;/*	line-height: 18px; */	margin: 10pt 0px 3px 0px;/*	padding-bottom: 2px;	border-bottom: solid #330000;	border-bottom-width: 2px; */}h3{	font-size: 14px;/*	line-height: 18px; */	text-decoration: none;	margin: 3pt 0px 2pt 0px;	text-align: left;}/****  paragraph tags  ****//****                  ****/body{	color: #330000;	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: 11px;}p, table, tr, td{	font-size: 11px;	text-align: left;	line-height: 18px;	margin: 0px 1em 0px 1em;}p.back_to_top{	margin: 0px 0px 0px 0px;	font-size: 9px;	text-align: right;	line-height: 9px;	padding-top: 2px;	border-top: solid #330000;	border-top-width: 2px;}blockquote{	font-size: 11px;	text-align: left;	line-height: 18px;	margin: 0px 0px 0px 0px;}p.indent{ 	text-indent: 3em;} p.caption/*	To be used for text below images.  */{	color: #666666;	font-size: 10px;/*	line-height: 12px; */	text-align: center;}p.thumb_caption/*	For captions underneath thumbnail images using div.above_shadow	and div.shadow inside a div.thumb_and_caption tag.  Margin	compensates for offsetting the image. */{	margin-left: -3px;	text-align: center;	line-height: 13px;}p.photo_caption/*	To be used for captions above images that use the 	<img class="wide/tall"> tags.  */{	font-weight: bold;	margin-bottom: 3px;}p.side/*	To be used for text in sidebars.  */{	color: #666666;	font-size: 10px;	line-height: 12px;	margin-bottom: 4pt;}table.side/*	To be used for table sidebars.  */{	color: #666666;	font-size: 10px;	line-height: 12px;	margin: 0px 0px 0px 4px;}td.side{	font-size: 10px;	line-height: 12px;	vertical-align: text-top;}p.footer/*	To be used for text in the footer.  */{	color: #999966;	text-align: center;	font-size: 9px;	letter-spacing: -.1em;	margin-left:20px;	margin-right:20px;}blockquote{	margin-left: 18px;	margin-right: 0px;	font-size: 11px;}li{	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #666666;	font-size: 10px;	line-height: 12px;	text-indent: -12px;	margin-left: 24px;	margin-bottom: 4pt;	padding-left: 4px;	list-style: outside;	list-style-image: url(file:///Users/Peter/Sites/resources/bullet.png);  	marker-offset: 20px;}ul{ 	margin-top:0px;	margin-bottom:5px}/****   image and    ****//****  graphic tags  ****//****                ****/hr{	color: #330000;	height: 1px;}img{ 	border-color: #330000;	border-style: solid;	border-width: 1px;}img#header/*	To position the graphic in the page header */{	position: relative;	top: 2px;}img.borderless{ 	border: none;}img.thumb_wide/* For use with div.shadow_wide to create drop-shadow effect */{ 	height: 90px;	width: 120px;	position: relative;	top: -3px;	left: -3px;	/* Margin compensates for offsetting the image. */	margin-bottom: 3px;}img.thumb_tall/* For use with div.shadow_tall to create drop-shadow effect */{ 	height: 120px;	width: 90px;	position: relative;	top: -3px;	left: -3px;	/* Margin compensates for offsetting the image. */	margin-bottom: 3px;}img.wide{ 	height: 405px;	width: 540px;	margin: 0px 10px 18px 0px;	float: left;	vertical-align: top;}img.tall{ 	height: 540px;	width: 405px;	margin: 4px 10px 18px 0px;	float: left;	vertical-align: top;}input.photo_dot/*	Draws a small square for use in the nav dots */{	border: none;	background-color: #330000;	height: 4px;	width: 4px;	margin-top: 8px;	margin-bottom: 2px;}p.missing_photo{ 	width: 540px;	height: 405px;	float: left;	vertical-align: top;	border-style: solid;	border-width: 1px;	margin-right: 10px;	margin-bottom: 18px;	background-color: #CCCC99;	padding-top: 18px;	text-align: center;}/****   link tags   ****//****              ****/a:link{	color: #996633;	text-decoration: none;}a:visited{	color: #663333;	text-decoration: none;}a:hover{	text-decoration: underline;}a.nav_bar:link{	color: #996633;	text-decoration: none;}a.nav_bar:visited{	color: #996633;	text-decoration: none;}a.nav_bar:hover{	text-decoration: underline;}a.side:link{	color: #666666;	text-decoration: underline;}a.side:visited{	color: #666666;}a.side:hover{	color: #996633;}a.footer:link{	color: #999966;}a.footer:visited{	color: #999966;}a.footer:hover{	color: #996633;	text-decoration: underline;}a.none:link{	color: #330000;}a.none:visited{	color: #330000;}a.none:hover{	text-decoration: none;}/****   text styles   ****//****  and font tags  ****//****                 ****/span.caps{	font-size: 10px;	letter-spacing: .09em;	text-transform: uppercase;}span.init_cap{	font-size: 1.3em;	text-transform: uppercase;}span.dash{	font-family: Arial, Helvetica;	font-size: 12px;}span.date_stamp{	color: #999966;	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: 9px;	letter-spacing: -.1em;	font-weight: normal;}span.nav_dots{	font-family: Georgia, Times, "Times New Roman", "New York", Serif;	font-size: 16px;	line-height: 13px;}/*acronym{	font-size: 10px;	letter-spacing: .09em;}*//*small{	color: #990000;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 18px;}*//*.smaller{	color: #000000;	font-size: 10px;	line-height: 16px;}*//*.title{	font-family: Georgia, Times, "Times New Roman", Palatino, Helvetica;	font-size: 14px;}*//*span.titlecaps{	font-size: 12px;	letter-spacing: .1em;}*//*span.hilite { background-color: #FF9; }*//*span.gray { color: gray; }*//*.strike{		border-bottom: gray;	border-width: 0 0 1px 0;	border-style: none none inset none;}*//*code{	font-size: larger;	font-family: Courier, "Courier New", Monospace;}*//*span.permlink{	font-size: 11px;	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	margin-left: 8px;	margin-right: 8px;	font-weight: normal;}*//*span.gcaps{	font-size: 10px;	letter-spacing: .09em;	color: red;}*//*p.res{	color: #000000;	font-size: 10px;	line-height: 14px;	margin: 0px 0px 8px 0px;}*//*p.related{	color: #000000;	font-size: 10px;	line-height: 12px;	margin: 0px 0px 2px 0px;}*//****   form tags   ****//****               ****/input, textarea{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;}input, textarea{	background-color: #eee;	border-color: #999 #FFF #FFF #999;	border-width: 1px;	border-style: solid;	float: none;}/*select{	background-color: #eee;	font-family: Verdana, Trebuchet;	font-size: 10px;	border-color: #FFF #999 #999 #FFF;	border-width: 1px;	border-style: solid;}*//*option{	background-color: #eee;	font-family: Verdana, Trebuchet;	font-size: 10px;}*/input.button{	background-color: #dddddd;	padding: 3px;	margin-top: 5px;	border-color: #FFF #999 #999 #FFF;	border-width: 1px;	border-style: solid;}/*input.checkbox { border: 0; }*//*input.press{	font-family: Verdana, Helvetica, Arial, sans-serif;	padding-bottom: 4px;	font-size: 10px;	vertical-align: top;}*/