@charset "UTF-8";
/* CSS Document */
/*This styles the Options, What's New, and Site Notes pages.*/


ul {
	margin:0;
	padding:0;
	}
body {
background-color : #111;
}
.logo {
font-family: Arial, sans-serif;
font-size: 1.9em;
letter-spacing: .6em;
font-weight: light;
color: #667;
}
#navigation, #bottomnav {
	font-size: 65%;
	text-align: center;
	letter-spacing:.7em;

}
#navigation ul {
	list-style: none;
	padding-top:2em;
	padding-left:1em;
	padding-bottom:1.5em;
	margin-bottom:0em;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-bottom : 1px solid #033;
	}

#navigation li {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1.5em;
	padding-right:0em;
	padding-left:0em;
	margin-right:0;
	font-weight: lighter;
	display: inline;
}
/*"clicker" div below refers to the Porfolio Drop-down menu. This places it in a horizontal line with the #navigation ul at the top of every page */
#clicker {
	display:inline;
	letter-spacing:.4em;
	margin-left:1em;
	}
#navigation a:link, #navigation a:visited {
	padding: 0.6em 1em 0.75em 1em;
	color: #99FFFF;
	background-color: #111111;
	text-decoration: none;
	border: none;
}
#bottomnav a:link, #bottomnav a:visited {
	color: #99FFFF;
	background-color: #111111;
	text-decoration: none;
	border: none;
	}
	
#navigation a:hover, #bottomnav a:hover {
	color: #FF9900;
	background-color: #111111;
}
h2 { /*The h2 headings are for the "about" "contact" "options" and "section info" pages*/
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color:#999966;
	font-weight:lighter;
	font-size: 1em;
	letter-spacing:0.5em;
	padding-top: .9em;
	}
h3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color:#999966;
	font-weight:lighter;
	font-size: 1em;
	letter-spacing:0.5em;
	padding-top: 0.5em;
	}
#bottomnav {
	font-size: 65%;
	letter-spacing:.5em;
/*The "letter-spacing" rule comes from <http://www.oreillynet.com/pub/a/javascript/2004/09/21/CSSCookbook.html>*/
}
#bottomnav ul {
	border-top: 1px solid #600;
	padding-top:1em;
}



 #bottomnav li {
 	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	list-style:none;
	text-align:right;
}


#bottomnav a:link, #bottomnav a:visited {
	color: #99FFFF;
	background-color: #111111;
	text-decoration: none;
	border: none;
	}
	
#bottomnav a:hover {
	color: #FF9900;
	background-color: #111111;
}
#bottomnav a span {
	color:#3366CC;
	}
#bottomnav a:hover span {
	color: #FF9900;
	}
	
/*this styles the orange "Robert Spellman"*/
.rsheader {
	font-family:Arial, sans-serif;
	font-size:1.2em;
	letter-spacing:.9em;
	font-weight:lighter;
	color:#F60;
	}

	
/*This applies to the information page layouts*/
.info {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	width: 700px;
	color:#666666;
	line-height:150%;
	margin-left:auto;
	margin-right:auto;
	font-weight:lighter;
	text-align:justify;
	}
.info img {
	margin-top:1em;
	padding-bottom:0em;
	}
.info a:link, a:visited {
	text-decoration:none;
	color:#99FFFF;
	}
.info a:hover {
	color: #FF9900;
	}
.info p span {
	color:#111111;
	margin-top:-.5em;
	}
.mangofloat {
	float:right;
	width: 200px;
	height:185px;
	margin-left:25px;
	margin-top: 12px;
	margin-bottom:6px;
	}
.clear { /*This class is assigned to the p element that defines the space between blocks of thumbnails on the Image Locator page. It solves a spacing problem encountered with some of the blocks of images. See p305 of Rachel Andrew's book.*/
	clear:both;
	list-style:none;
	text-decoration:none;
	}
.mangofloat2 {
	float:left;
	width: 240px;
	margin-left:25px;
	margin-top: 12px;
	margin-bottom:6px;
	}
.backlink {
	text-align:center;
	padding-top:5px;
	}
.backlink p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	padding-top: 0;
	letter-spacing:.5em;
	font-weight: lighter;
	text-decoration:none;
	font-size: 70%;
	text-align:inherit;
	color:#999999;
	}
#optionnav {/*The optionnav is the list of links on both the options page and the outlinks page.*/
	font-size: 60%;
	text-align: right;
	letter-spacing:.5em;
	margin-top:1em;
	margin-bottom:2em;

	}
#optionnav ul {
	list-style: none;
	padding-bottom:0em;
	}
#optionnav a:link, a:visited {
	text-decoration:none;
	color:#99FFFF;
	}
#optionnav a:hover {
	color: #FF9900;
	}
#optionnav li {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding-bottom:.2em;
	text-align:center;
	}

.secname {
	color:#999966;
	font-size: 1.4em;
	}
.pad {
	color:#111111;
	}