@charset "utf-8";

a {outline: none;} /* only remedy I know against anchor outlines in Firefox */
* {
	margin:0; 
	padding:0; 
	border: none;
	background-repeat: no-repeat;
}
	
html, body, table#wrapper {
	height:100%;
	text-align: center;
	background-color: #f3f3f3;
}
a img {
	display: block; /* otherwise small background images will not line up with foreground images in rollovers */
}
table {
	border-collapse: collapse;
}
table#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
table#inner {
	width: 874px; /* prevents page from disintegrating in narrow windows */
	margin-top: 5px;
	margin-right: 20px; /* to better center the page*/
}

#navigation {
	display: inline; /* IE6 double margin bug */
	width: 120px; 
	height: 550px;
	margin: 0 20px 0 20px;
	float: left;
}
#slideshow {
	width: 714px;
	height: 550px;
	float: left;
}
#canvas {
	width: 532px; /* holds the thumbnails in Projects. Padding + margins + width/height must equal the size of the slideshow window 714 x 550 */
	height: 400px;
	float: left;
	background-color: white;
	padding-left: 32px;
	border: 75px solid white; /* IE needs the border because it misbehaves with padding */
}
#info {
	width: 614px; /* holds the gallery info text. Padding + margins + width/height must equal the size of the slideshow window 714 x 550 */
	height: 450px;
	float: left;
	background-color: white;
	padding:50px;
}


.thumbnail {
	width: 100px;
	height: 100px;
	float: left;
}
.navbutton {
	float: left;
	margin-bottom: 1px;
}
#infobutton {
	margin: 10px 0 0 0;
}
#home {
	margin-top: 32px;
}	
#contact {
	margin-bottom: 10px;
}	
a:link, a:visited {
	color: #0a468a;
}
a:hover {
	color: #ff6900;
}
a:active { 
	color: #555555;
}

/************************* typography **********************************************************************/


body {
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif; /* arial is too tall in IE */
	font-size: 69%;
	color: #555555;
}
p {
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4 {
	font-size: 1.3em;
	margin: 0em 0em 1.2em 0em;
	font-weight: normal;
}
h5 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h6 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong {
	font-family: Arial;
}
em {font-weight: bold; font-style: normal;}

sup, sub {
	vertical-align: 0;
	position: relative;
}
sup { bottom: 1ex; }
sub { top: 0.8ex; }

/************************* text pages (mining etc.) ***************************************************/

#page {
	width:904px;
	margin: 0 auto;
	text-align:left;
}
.subnavigation {
	position:relative;
	z-index:1;
	display:inline; /* IE6 double margin bug */
	width:150px;
	margin-top:0px;
	margin-left:-155px;
	float:left;
}

.subnavigation p {
	margin: 0 0 0.6em 0;
	line-height: 1.4em;
}
.subnavigation a {
	text-decoration: none;
}

.clear {
	clear: both;
}
.hide {
	display: none;
}
#content {
	width:464px;
	clear:right; /* needed for IE6 to display content next to navigation rather than below */
	background-color: white;
	padding: 32px 50px 32px 200px;
	margin: 5px 20px 5px 0px;
	float: right;
}
.captionedimage { /* Set inline-style width to width of image */
	display:inline; /* IE6 double margin bug */
	float:left;
	margin: 1em 1.5em 0.4em 0;
}
.caption {
	display: inline; /* IE6 double margin bug */
	position:relative; /* IE6 needs this to display the caption */
	float: left;
	margin: 0 0 0 -150px;
	padding-right: 20px; 
	width: 130px;  
	text-align: right; 
	font-size: 0.82em;
	font-weight: bold;
	color: #707070;
	line-height: 1.5em;
}

.subnavigation a:link, .subnavigation a:visited {
	color: #555;
	}
a strong {
	font-weight:normal;
	color:white;
}
a:hover strong {
	color: #555;
}
