/*
	Common
*/

body
{
	background: black;
	color: #ccc;
	font-family: georgia, serif;
	font-size: 100%;
	margin: 0em auto 1em auto;
	padding: 0em;
	width: 606px;
}

p
{
	font-size: 0.95em;
	margin: 1em 0em;
}

li
{
	font-size: 0.95em;
}

/*
	Navigation
*/

.navigation
{
	padding: 0em 0em;
	margin: 1em 0em;
	text-align: center;
}

.navigation li
{
	display: inline;
	padding: 0em 1.5em;
}

.navigation li a
{
	color: #ccc;
}

/*
	Home / Index page
*/

body.index #introduction ul
{
}

/*
	Introduction
*/

#introduction
{
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 1em 0.6em 1em 0.6em;
}

#introduction h1
{
	color: #ccc;
	font-size: 0.95em;
	font-weight: normal;
	margin: 0em;
}

#introduction h2,
body.index #introduction h1
{
	color: #f0f0f0;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0em;
}

#introduction p
{
	line-height: 1.3em;
	margin-bottom: 0em;
}

/*
	Photos
*/

#photos
{
	border-bottom: solid 1px #333;
	padding-bottom: 0.1em;
}

#photos .photo
{
	margin-top: 1.2em;
	text-align: center;
}

#photos img
{
	border: solid 1px #333;
	padding: 2px;
	vertical-align: bottom;
}

#photos img.landscape
{
	height: 450px;
	width: 600px;
}

#photos img.landscape-nikon
{
	height: 399px;
	width: 600px;
}

#photos img.portrait
{
	height: 600px;
	width: 450px;
}

#photos p
{
	line-height: 1.2em;
	margin-top: 0.8em;
	padding: 0em 0.6em;
	text-align: left;
}

