/* CSS Document 

Logo Backgroup: #6FA8FF
Light Logo Backgroup: #D5E6FF
Logo Grey: #979796

*/

/* Hack to always force scrollbar on right. */
html {
	min-height: 101%; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: black;
	color: white; 
	line-height: 1em;
	padding: 0;
	margin: 10px auto 10px auto;
	min-width: 700px;
	max-width: 900px;	
}

* {
	padding: 0;
	margin: 0;
/*	outline:#00FF00 dotted thin; */
}

img {
	border-style: none;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	text-align: left;
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-align: left;
}

p {
	color: white;
	font-size: 0.8em;
	padding-bottom: 1em;
}

a {
	color: white;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}

a.nounderline {
	text-decoration: none;
}

ul.menu {
	list-style: none;
	padding-top: 3em;
}

.menu li {
	padding: 0.5em;
	margin: 0.5em;
}

.menu a {
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.logo {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	text-align:center;
}

.matriximg {
	float: left;
	width: 50%;
	text-align: center;
}

.contentright {
	float: left;
	width: 50%;
	text-align: left;
}

.photoPlaceholder {
	float: left;
	width: 50%;
	display: none; /* initially hidden. shown dynamically. */
}

.footer {
	padding-top: 0.5em;
	clear: both;
	text-align: center;
}

.smalltext {
	font-size: 0.7em;
}

.center {
	text-align: center;
}

#frontpagedesc {
	visibility: hidden;
	font-size: xx-small;
	line-height: 1px;
	text-align: center;
}

#imageView {
	border: 10px solid white; /* white outer border */
	background-color: black;
	padding: 1px; /* black inner border */
	margin: 10px; /* margin around image */
}

/* Prev/Next image grid page links */
#prevnext {
	width: 340px;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

#prev {
	display: block;
	float: left;
}

#next {
	display: block;
	float: right;
}

