body {
	background-color: #faf1d2;
	background-image: url(/media/images/site_back_paper.jpg);
	font-family: Optima, Candara, "Lucida Sans", "Trebuchet MS", Helvetica, sans-serif;
	margin: 15px 0px 10px 0px;
	padding: 0;
}

/* Link basic behaviour */
a:link
{
	color: #000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	background-color: #fe2c00;
	/*background-color: #FF3;*/
}

h1
{
	font-size: 1.4em;
	font-weight: bold;
}
h2
{
	font-size: 1.1em;
	font-weight: bold;
}
h3
{
	font-size: 1em;
	font-weight: bold;
}

ul
{
	list-style-type: square;
}

hr
{
	border: 0 none;
	border-top: 1px solid #000;
}

img#main_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

div#navthing
{
	margin: 0 25px 10px 0;
	text-align: right;
	float: left;
	width: 200px;
	font-weight: bold;
	padding-top: 224px;
	line-height: 150%;
}
div#navthing a {
	padding-left: 20px;
}
div#navthing a:hover {
	background: url(/media/images/navigation_selector.png) no-repeat;
	text-decoration: none;
}
div#navthing a.selected {
}

div#body
{
	margin: 0 10px 10px 220px;
	padding: 0 10px 10px 10px;
}

div#location
{
	font-size: 0.9em;
	font-weight: bold;
}

p.navsection
{
	margin-left: 5em;
}

/* Galleries extra CSS */
div.gallery_image_container {
	float: left;
	margin: 0px 4px 4px 0px;
	width: 124px;
	height: 124px;
}

img.gallery_image {
	width: 120px;
	height: 120px;
	border: 2px solid #000;
	background-image: url(/media/images/thumb_120_placeholder.png);
}

a#gallery_detail_link:hover, a#gallery_detail_link:active {
	text-decoration: none;
	background: none;
}

img#gallery_detail { /* The detail page */
	width: 800px;
	border: 2px solid #000;
	margin: 10px 10px 0px 0px;
}
img#ZoomImage {
	border: 2px solid #000;
}
div#ZoomCapDiv a {
	color: #F30;
}
div#ZoomCapDiv a:hover {
	background: none;
}
div.gallery_textblock1, div.gallery_textblock2, div.gallery_textblock3 {
	height: 124px;
	float: left;
	margin: 0px 4px 4px 0px;
	overflow: visible;
	text-align: justify;
	font-size: 0.9em;
	position: relative;
	background: url(/media/images/leaves_three_colors_bg.png) no-repeat;
}
div.gallery_textblock1 p, div.gallery_textblock2 p, div.gallery_textblock3 p {
	margin: 0px 0px 8px 0px;
}
div.gallery_textblock1 {
	width: 124px; 
}
div.gallery_textblock2 {
	width: 252px;
}
div.gallery_textblock3 {
	width: 380px;
}
div.gallery_spacer {
	width: 100%;
	float: left;
	margin: 0px 4px 4px 0px;
}

/* Journal CSS */
div#journal_overview {
	 float: right;
	 width: 200px;
	 margin-left: 1em;
	 margin-top: 60px;
	 padding-left: 1em;
	 text-align: right;
	 font-size: 0.9em;
}
div.journal_entry {
}
div.journal_date {
	float: right;
	font-size: 0.9em;
	text-align: right;
}
p.journal_date {
	font-size: 0.9em;
}

/*
 * General apply-to-all classes. Overrides part of prev CSS.
 */
.smallcapstext, h1, div#location, .smallcapstext a:link, .smallcapstext a:visited
{
	color: #000;
	font-variant: small-caps;
}

div#footer
{
	/* For older version with image
	margin-left: 220px;
	padding: 0 10px 0 10px;
	font-size: 0.9em;
	
	*/
	
	position: relative;
	text-align: right;
	font-size: 0.9em;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	height: 17px;
	background: url(/media/images/green_stuff_bg.jpg) #0bcd05;
}

div#footer a:hover {
	background-color: transparent;
}

img#footer_image {
	position: absolute;
	top: 0px;
	left: 0px;
}
