/* General */
/* ------- */

body {
	background-color: #111111;
	color: white;
	font-family: Georgia, Times, serif, sans-serif;
}

img {
	border: 0;
}

/* Divs */
/* ---- */

#container {	
	border: 10px solid white;
	padding: auto;
	margin: auto;
	margin-top: 15px;
	height: 400px;
	width: 600px;
	overflow: hidden;
	position: relative;
}

#text {
	margin: auto;
	text-align: center;
	width: 550px;
}

#navigation p {
	background-color: #333333;
	margin: 1px;
}

#photoframe {
	width: 600px;
	height: 400px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

/* Photo frame contents */

#photo {
	width: 600px;
	height: 400px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
}

#flickrlink {
	width: 125px;
	height: 30px;
	position: absolute;
	bottom: 0; left: 0;
	z-index: 1;
	overflow: hidden;
	/* Testing only */
	background-color: pink;
}

#enlarge {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	overflow: hidden;
}

#moreinfo {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	overflow: hidden;
}

#piclabel {
	max-width: 250px;
	height: 45px;
	position: absolute;
	bottom: 0; left: 0;
	z-index: 1;
	overflow: hidden;
}

#picnumbers {
	width: 550px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	font-family: Verdana, Arial, sans-serif, sans;
	font-size: 12pt;
	font-weight: normal;
}

.box {
	width: 200px;
	height: 126px;
	margin: 0;
	padding: 0;
}

/* Gallery Box Positioning */

#box1 {
	position: absolute;
	top: 0; left: 0;
}

#box2 {
	position: absolute;
	top: 0; left: 200px;
}

#box3 {
	position: absolute;
	top: 0; right: 0;
}	

#box4 {
	position: absolute;
	top: 126px; left: 0;
}

#box5 {
	position: absolute;
	top: 126px; left: 200px;
}

#box6 {
	position: absolute;
	top: 126px; right: 0;
}

#box7 {
	position: absolute;
	top: 252px; left: 0;
}

#box8 {
	position: absolute;
	top: 252px; left: 200px;
}

#box9 {
	position: absolute;
	top: 252px; right: 0;
}

#more {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

/* Images */
/* ------ */

.box img {
	margin: 2px 9px;
	/* border: 1px solid white; */
}

/* Typography */
/* ---------- */

h1 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

h2 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

#smallprint {
	color: #cccccc;
	font-size: 10px;
	font-family: Arial, Verdana, sans, sans-serif;
}

/* Links */

a {
	color: white;
	font-family: Georgia, Times, serif, sans-serif;
	margin-left: 0.15em;
	margin-right: 0.15em;
}
