
body {
	margin: 20px 20px 20px 100px;
	font-family: Georgia, "Bitstream Vera Sans", sans-serif;
	font-size: 13pt;
	color: #000000;
	background: #d5d6d7 url('title.png') top left no-repeat fixed;
}

img {
	border: 0px;
}

a:link {
	color: #5e7fbf;
}

a:visited {
	color: #5e7fbf;
}

a:hover {
	color: #97a5bf;
}

div.year {
	color: #6b6c69;
	font-size: 13pt;
	float: left;
	margin: 10px;
}

div.month {
	color: #babdb6;
	margin: 0px 0px 0px 2em;
	padding: 2px;
}

div.month h4 {
	margin: 10px 0px 5px 0px;
}

div.month p {
	margin: 2px;
	padding: 4px 4px 6px 6px;
	list-style: none;
	font-size: 12px;
	border: 1px solid #444;
	-moz-border-radius: 5px;
}

p span.date {
	font-size: 9px;
	margin-left: 5px;
	color: #777;
}

.month p {
	display: block;
	width: 200px;
}

div.footer {
	font-size: 11px;
	width: 100%;
	margin-top: 20px;
	padding: 5px 5px 20px 5px;
	clear: both;
	border-top: 1px dotted #6b6c69;
	color: #6b6c69;
}

p.bigthumbnails {
	text-align: left;
}

p.bigthumbnails a {
	display: block;
	float: left;
	width: 130px;
	height: 80px;
	text-align: center;
	padding: 30px 4px;
	background-color: #eeeeee;
	margin: 4px;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;	
}

p.bigthumbnails a.portrait {
	padding: 10px 29px;
	width: 80px;
	height: 120px;
}

p.bigthumbnails img {
	display: inline;
	width: 120px;
	height: 80px;
}

a.portrait img {
	 width: 80px;
	 height: 120px;
}

p.bigthumbnails a:hover {
	background-color: #eeeeee;
	margin: 3px;
	border: 2px solid #5e7fbf;	
}

div.prevthumb {
	position: absolute;
	margin-bottom: 1em;
	font-size: 10px;
	top: top;
	left: 0px;
	text-align: right;
	padding: 4px;	
	background-color: #eeeeee;
	-moz-border-radius: 5px; 
	opacity: .7; /* gecko, khtml */
	filter: alpha(opacity=70); /* IE */
}

div.nextthumb {
	position: absolute;
	margin-bottom: 1em;
	font-size: 10px;
	right: 0px;
	top: top;
	margin-left: auto;
	padding: 4px;	
	background-color: #eeeeee;
	-moz-border-radius: 5px; 
	opacity: .7; /* gecko, khtml */
	filter: alpha(opacity=70); /* IE */
}

div.nextthumb img, div.prevthumb img {
	margin: 1px;
	border: 1px solid #000000;
 	-moz-border-radius: 3px; 
}

div.prevthumb a {
	display: block;
	text-decoration: none;
	background: transparent url('left-inactive.png') bottom left no-repeat;
	padding: 2px;
}

div.nextthumb a {
	display: block;
	text-decoration: none;
	background: transparent url('right-inactive.png') bottom right no-repeat;
	padding: 2px;
}

div.prevthumb a:hover {
	background: transparent url('left.png') bottom left no-repeat;
}

div.nextthumb a:hover {
	background: transparent url('right.png') bottom right no-repeat;
}

div.nextthumb a img,div.prevthumb a img {
	Filter: Gray; /* IE - I wish we had that in gecko */
}

div.nextthumb a:hover img,div.prevthumb a:hover img {
	border: 2px solid #5e7fbf;
	margin: 0px;
	Filter: none;
}

div#image {
	display: block;
	position: relative;
	clear: both;
}

img#preview {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 10px solid #eeeeee; 
	background-color: #000000;
	padding: 1px;
	-moz-border-radius: 7px; 
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}

* html img#preview { /* should only match on IE; how pathetic */
	margin-left: -320px;
	left: 50%;
}

div.navigation {
	position: relative;
	margin-top: 20px;
	background-color: #eeeeee;
	width: 100%;
	padding:  5px;
	font-size: 12px;
	-moz-border-radius: 3px; 
}

div.navigation a:first-child {
	padding-left: 24px;
	background: url('home-inactive.png') top left no-repeat;
}

div.navigation a:first-child:hover {
	background: url('home.png') top left no-repeat;
}

div.comment {
	margin: 10px 0px 6px 0px;
	color: #babdb6;
	font-size: 11pt;	
}

div.comment span {
	color: #6b6c69;
	font-weight: bold;
}

