/* Stylesheet for Chris Hipkiss dot org
Date: November 2007
Author: Alpha Mason
Cribs from: http://templates.arcsin.se
and Robbins' 'Web Design in a Nutshell' 2006
*/


body {
	background: #D9E0CC;
	color: #080707;
	font: normal 81% Frutiger,"Century Gothic",Arial,sans-serif;
}

a {
	color: #544329;
	text-decoration: underline;
}
a:hover {color: #656565;}

h1 {
	font: 1.2em Frutiger,"Century Gothic",Arial,sans-serif;
	text-decoration: underline;
	font-weight: bolder;
	}
h2 {
	font: 1.1em Frutiger,"Century Gothic",Arial,sans-serif;
	font-weight: bold;
}
h3 {
	font: 1em Frutiger,"Century Gothic",Arial,sans-serif;
	text-decoration: underline;
}
h4 {
	font: 1.3em Frutiger,"Century Gothic",Arial,sans-serif;
	font-weight: bold; color: #FF8C00;
}

p.right {
	text-align: right;
	}

img {border: none;}

/* structure */
#container {
	position: absolute; /*see Robbins page 421*/
	left: 50%;
	width: 700px;
	margin-left: -350px;
	text-align: left;
}

/* Title */
#head {
	height: 60px;
	margin: 20px 0px 2px;
	background: #D7D5D1 url(title.jpg);
}

/* Main menu */
ul#menu {
	height: 30px;
	list-style: none;
	margin: 0px 0px 2px;
	padding: 0px 18px 0px 18px;
	background: #C0BDB4;
}
ul#menu li {
	display: block;
	float: left;
	width: 83px;
	color: #656565;
	font-size: 14px;
	font-family: Frutiger, "Century Gothic", Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px;
}
ul#menu li a {
	display: inline;
	float: left;
	color: #080707;
	float: left;
	text-decoration: none;
}

/* IE5-Mac hack \*/
ul#menu li a {float: none;}
/* End IE5-Mac hack */

ul#menu li a:hover {
	color: #656565;
}

/* Submenu of 'gallery' */
ul#yearsmenu {
	height: 20px;
	list-style: none;
	margin: 0px 0px 2px;
	padding: 0px 8px 0px 8px;
	background: #A7A397;
}
ul#yearsmenu li {
	float: left;
}
ul#yearsmenu li a {
	display: block;
	float: left;
	color: #FFFFFF;
	width: 57px;
	font-size: 12px;
	font-family: Frutiger, "Century Gothic", Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
}
/* IE5-Mac hack \*/
ul#yearsmenu li a {float: none;}
/* End IE5-Mac hack */

ul#yearsmenu li a:hover {
	color: #080707;
}

/* Main body of site */
#front {
	clear: both;
	border-width: 0;
	height: 470px;
	margin: 0px 0px 2px;
}
#main {
	clear: both;
	height: 470px;
	border-width: 0;
	margin: 0px 0px 2px;
}
#longtext {
	clear: both;
	background: #FFFFFF;
	height: 470px;
	overflow: auto;
	text-align: left;
	padding: 10px;
	margin: 0px 0px 2px;
}

#longtextctr {
	clear: both;
	background: #FFFFFF;
	height: 470px;
	overflow: auto;
	text-align: center;
	padding: 20px;
	margin: 0px 0px 2px;
}

#about {
	clear: both;
	height: 470px;
	background: url(kohler-about.jpg) no-repeat;
	margin: 0px 0px 2px;
}

#galleries {
	clear: both;
	background: #FFFFFF;
/*	height: 450px;*/
	overflow: auto;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px 0px 2px;
}

#stolen {
	clear: both;
	background: #FFFFFF;
	height: 470px;
	overflow: auto;
	padding-top: 20px;
	padding-left: 95px;
	padding-right: 95px;
	margin: 0px 0px 2px;
}

/* Table 'one' for image menus, etc.*/
table.one { 
	table-layout: fixed;
	caption-side: top;
}

/* Table 'two' for right-aligned, vertically-centered content ('About' page) */
table.two { 
	text-align: right;
	vertical-align: middle;
	table-layout: fixed;
	caption-side: top;
}

/* Table 'three' for centre-aligned, vertically-centered content ('Acquire' page) */
table.three { 
	text-align: left;
	vertical-align: middle;
	table-layout: fixed;
	caption-side: top;
}


#guestbook {
	height: 470px;
}

/* Copyright info, counter, etc. */
#footer {
	display: block;
	list-style: none;
	width: 700px
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: #C0BDB4;
	color: #080707;
	font-size: 11px;
	vertical-align: middle;
	line-height: 20px;
	font-family: Frutiger, "Century Gothic", Arial, sans-serif;
	text-decoration: none;
}
#footer a {
	color: #544329;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .author {
	display: inline;
	text-align: left;
	width: 35%;
	padding: 3px 6px 2px 4px;
}
#footer .credit {
	display: inline;
	text-align: center;
	font-weight: bold;
	padding: 2px 0px 2px 4px;
}
#footer .counter {
	display: inline;
	float: right;
	width: 10%;
	padding: 0px 0px 10px 2px;
}

ul#footer a:hover {
	color: #656565;
}
/* IE5-Mac hack \ */
#footer a {float: none;}




