/* gallery.css*/

body{
	/* 10% = 10% of window width */
	margin-left: 10%; margin-right: 10%; 
	
	
	pre { font-family: monospace; }
	
	/* Sets h1 -8% before margin for the body */
	/*h1 : margin-left: -2%; } 	*/}
	
	h2, h3, h4, h5, h6 { margin-left: 1%; }
	
	/*sets neg. space above and below the h2, proportionate to font size */
	h2 { margin-top: 2em; margin-bottom: 3em; } 	
	
	/* COLOR! */
	body {
		color: #0000FF;
		background: black;
		font-family: "Courier", Times, serif;
		font-size: 90%;
	}
	
	/* setting the first line indent rule to standard */
	p {
		text-indent: -3em; 
		margin-top: 0; 
		margin-bottom: 0;
		font-family: "Courier", Times, serif; 
		}
		

	
	a:link {text-decoration: none; color: #000000; font-style: bold; }
	a:hover {text-decoration: none; background: #000099; color: black; }
	a:visited {text-decoration: none; color: #000000; }
	

	/* setting font preferences in order; always end with 
	serif, sans-serif, cursive, fantasy, or monospace */
	body { font-family: "Courier", Times, serif; }
	
	h1 {font-family: sans-serif;
		padding-left: 4em;
		border-left: solid;
		border-right: none;
		border-top: none;
		border-bottom: none;
		border-left-width: thin;
		border-color: #3300FF;
		color: #0000CC;
		margin-left: -2%; 	
		font-size: 260%; 
		margin-top: -3;
		margin-bottom: -3;
		}
	

	/* setting heading font sizes proportionally */
	
	h2 { font-size: 100%; 
		 font-family: "Courier", Times, serif;
		 text-align: right;
		}
	h3 { margin-left: 15%;}
	h6 { font-size: 100%; 
		 font-family: "Courier", Times, serif;
		 margin-left: -4em;
		 font-family: fantasy;
		 color: #3300CC;
		}
		
	h6 p{ font-family: fantasy;
			color: #3300CC;
			font-size:110%;
			margin-top: -2em;
		}
		
	h5 { font-size: 120%;
		 font-family: "Courier", Times, serif;
		 color: #000099;
		 margin-left: -1em;
		 }
	
		
	/* set font family on headings to prevent bugs */
	h3, h4, { font-family: fantasy; }
	
	ul {font-family: "Courier", Times, serif; }
	
	em {
		font-style: normal;
		font-weight: normal;
		color: #3333FF;
		}
	strong {
		color: #330099;
		font-weight: bold;
		}
	
	
	div.figure{
  		text-align: right;
  		position: fixed;
  		top: 10em;
  		width: 28em;
  		height: 26em;
  		right: 6em;
  		
		float: center;
		border: thin #0000CC solid;
		margin: 1em;
		padding: 1em;
		}
	div.figure p {
		text-align: center;
		text-indent: 0;
		font-style: normal;
		font-size: normal;
		font-family: fantasy;
		color: #3300CC;
		}

	
	div.figure a:link {text-decoration: none; color: #990000; }
	div.figure a:visited {text-decoration: none; color: red; }
	div.figure a:hover {text-decoration: none; color: white; }
	
	
	div.fingernail{
		float: left;
		width: 15%;
		border: thin #6600CC solid;
		margin: .5em;
		margin-left: -4.5em;
		padding: 0.5em;
		}
	div.fingernail p {
		text-align: right;
		text-indent: 0;
		font-style: normal;
		font-size: normal;
		font-family: fantasy;
		color: #3300CC;
		}
	
	div.fingernail a:link {text-decoration: none; color: #000000; }
	div.fingernail a:visited {text-decoration: none; color: #000000; }
	div.fingernail a:hover {text-decoration: none; color: black; background: #000066;}

	
	img.scaled {
		width: 100%
	}

	
	div.banner {
  		margin: 0em;
  		font-size: 105%;
  		font-weight: bold;
  		line-height: 1.5;
  		text-align: right;
  		position: fixed;
  		top: 2em;
  		left: auto;
  		width: 10.5em;
  		right: 2em;
	}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Courier, serif;
  background:#000000;
  border: thick double #000099;
  color: red;
}

div.banner p + p {
	color: #3300CC;
	border: none;
	background: none;
	}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 1px solid #0000FF }
div.banner a:first-child { border-top: none }
div.banner a:link { text-decoration: none; color: #3300CC; }
div.banner a:visited { text-decoration: none; color: #3300CC; }
div.banner a:hover { background: #3300CC; color: #000000; }
div.banner em { color: #3333FF; font-style: normal; border-top: none; }



a.feet {
	text-decoration: none;
	color: black;
	}


	
	

	
	
	
	
}