/* CSS Stylesheet */
/* created by Frank H. O'Donnell at */
/* http:www.saltwellstudios.com */
/* 26 Nov 2010 */
/* This document validates as CSS level 2.1 */
/* filename frankStyle.css resides in root (WEB) directory */
body
{color: #ffc0cb; background: #58110B; text-align: center; } /* pink text brown background */
/* alternate fonts are specified */
	
	h1,h2,h3,h4,h5,h6 { font-family: "lucida handwriting", "Times New Roman", serif ; color: #ffc0cb; }
	h1,h2,h3,h4,h5 { text-align:center; }
	
	p { font-family: "Times New Roman", serif ; font-size:14pt; font-style:italic; margin-top:3pt; margin-right:5%; margin-bottom:3pt; margin-left:5%; color:#ffc0cb; }

	.statement {line-height: 200%; margin-right:5%; margin-bottom:3pt; margin-left:5%;}
	
	/*  centres the images in the content block */
	#content{width:64%; margin-left: auto ; margin-right: auto ; }
   #container{width: 98%;margin: 1px auto; border: none;line-height: 130%;}
   #spacer {width: 20%; color: #ffc0cb; background-color: #ffc0cb; height: 2px; }

   /*  page layout     */
  	#lnav{ float:left;margin-left:2%;width: 15%;}
  	#rnav{ float:right;margin-right:2%;width: 15%;}
  	#leftlinknav{float: left;width: 45%;}
  	#rightlinknav{float: right;width: 55%;}
  	
	.bio { margin-left: auto; margin-right: auto; width: 50em; font-size:12pt; text-align: left; }
  	
	.leftbio {text-align: left;}
	.contact { clear: both; font-family: "lucida handwriting", "Times New Roman", serif; font-size: 12pt; padding: 2px; }
	.return { font-family: "lucida handwriting", "Times New Roman", serif; font-size: 16pt; padding: 12px; }
	.footer { clear: both; font-family: "lucida handwriting", "Times New Roman", serif; font-size: 9pt; color: #ffc0cb; }
	.underline{font-family: "lucida handwriting"; text-decoration: underline;}
	.statement {line-height: 200%; margin-right:5%; margin-bottom:3pt; margin-left:5%;}
	
	li.none { list-style-type: none}
	li.menu { font-size:12pt; font-family: "lucida handwriting";}
	
	:link { font-size:14pt; font-family: "lucida handwriting";color: #0080FF; }  /* light blue for unvisited links */
  	:visited { color: rgb(153, 0, 153); } /* purple for visited links */
  	a:active { color: rgb(255, 0, 102); } /* not noticeable when link is clicked */
  	a:hover { color: orange; } /* go to orange when mouse is over link */
	a {text-decoration: none; } /* no underline for links */
		
	/* img.displayed {display: block; margin-left: auto; margin-right: auto; border: 1; } */
	.thumbnail { border: 4px; }
	
 	.imge { margin: 5px;} /* imge for fp2 page only */
	.largepic { margin: 10px; }

	.smallpic { margin: 9px; }

