/* CSS style sheet for Twin Photographic's web site */

BODY {
	color: #000;
	background-color: #ddd;
	font-family: sans-serif;
	margin-top: 3pt;
	margin-left: 6pt;
	margin-right: 6pt;
}

A {
	text-decoration: none;
}

A:link {
	color: #006600;
}

A:visited {
	color: #660000;
}

A:hover {
	background-color: #bbffbb;
}

IMG {
	display: block;
	max-width: 100%;
}

IMG.inline {
	display: inline;
}

IMG.right {
	float: right;
}

/* 100x100 thumbnails */

.thumbnail100 {
	margin: 2px;
	border: black solid 1px;
	width: 104px;
	background: #fff;
	float: left;
	text-align: center;
}

.thumbnail100 A {
	display: block;
}

.thumbnail100 .photo {
	padding: 1px 1px 0;
	line-height: 106px;
}

.thumbnail100 IMG {
	display: inline;
	vertical-align: middle;
	border: none;
}

.thumbnail100 .caption {
	display: block;
}

.thumbnail100 .caption.name {
	font-size: small;
	height: 1.5em;
}

.thumbnail100 .caption.time {
	font-size: x-small;
	height: 1.5em;
}

/* Navigation Column */

.nav {
	float: left;
	position: relative;
	left: -6pt;
	font-size: small;
	text-align: right;
	width: 100pt;
	margin: 0;
}

.nav P {
	margin-top: 0;
	margin-bottom: 1em;
	border: thin solid black;
	border-left: none;
}

.nav P .decor {
	display: none;
}

.nav P .item {
	display: block;
	padding: 3pt;
	padding-right: 1em;
}

.nav P A.item {
	background-color: #bbb;
}

.nav P A.item:hover {
	background-color: #999;
}

.nav P .cur {
	background-color: #777;
}

.nav P .subhead {
	color: #fff;
	background-color: #482;
	border-bottom: thin solid black;
}

.nav P + .nav P .subhead {
	background-color: #753;
}

.pagelink {
	float: left;
	width: 100%;
	text-align: center;
}

.pagelink .decor, .pagelink .first, .pagelink .last, .pagelink .subhead {
	display: none;
}

.pagelink .prev, .pagelink .next {
	margin: 0 1em;
	line-height: 2em;
}

.pagelink .item {
	x-display: inline-block;
	width: 4em;
	background-color: #bbb;
	border: thin black solid;
	padding: 2px 5px;
}

.pagelink A.item:hover {
	background-color: #999;
}

.pagelink .subhead {
	border: none;
	background-color: inherit;
}

.pagelink .cur {
	background-color: #fff;
	font-weight: bold;
}

.bodytext {
	margin-left: 144pt;
	margin-right: 24pt;
	text-align: justify;
}

.email span {
	display: none;
}

H1, H2, H3, H4, H5, H6 {
	font-family: bookman, serif;
	font-weight: bold;
}

H1 {
	text-align: center;
	font-size: xx-large;
	color: #000;
	background-color: #fff;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	margin-top: 6pt;
	padding-top: 0;
	padding-bottom: 3pt;
	margin-left: -6pt;
	margin-right: -6pt;
}

H1 IMG {
	margin-top: 9pt;
	margin-bottom: -3pt;
}

H2 {
	margin-top: 1em;
	margin-left: -24pt;
	font-size: x-large;
	clear: right;
}

H3 {
	margin-top: 1em;
	margin-left: -12pt;
	font-size: large;
}

/*
H1 + P:first-letter {
	font-family: bookman, serif;
	font-weight: bold;
	font-size: 200%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
*/

P + P {
	text-indent: 1.5em;
}

INPUT, TEXTAREA {
	text-indent: 0;
}

P {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

HR + P {
	margin-top: 0;
}

.author {
	font-size: small;
}

.last-modified {
	float: right;
	font-size: small;
}

DD {
	margin-bottom: 0.5em;
}

DT {
	font-weight: bold;
}

LI {
	margin-bottom: 0.75em;
}

.hidden {
	display: none;
}

