body {
	background:url(../images/back_light.gif) repeat;
	margin:0px;
	padding:0px;
	font: 62.5% 'Georgia', Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style:italic;
	height:100%;
	width:100%;
}
body img {
	border:0px;
}
a {
	text-decoration:none;
	color:#676767;
}
a:hover {
	color:#333;
}

#main {
	margin-top:60px;
	vertical-align:top;
	height:622px;
}
#menu {
	width:152px;
	float:left;
	margin:0 40px 0 60px;
}
#menu h1 {
	width:71px;
	height:42px;
	background:url(../images/logo_light.gif) 0% 0% no-repeat;	
}
#menu h1 .title {
	text-indent:-10000em;
}
#menu ul {
	margin:20px 0 20px 0;
	padding:0px;
	list-style:none;
	font-size:1.4em;
}
#menu li {
	margin:2px 0px;
}
#menu ul a {
	display:block;
	color:#767676;
	text-shadow:#fff 0px 1px 0px;
	text-decoration:none;
}
#menu ul a:hover {
	color:#333333;
	padding:0 0 0 2px;
}
#menu ul li ul {
	margin:0 0 0 20px;
	font-size:1em;
}
#menu p {
	font-size:1.1em;
	color:#777;
	text-shadow:#fff 0px 1px 0px;
	line-height:1.3em;
}


/* content */
#content {
	float:left;
	background:#fff;
	padding:40px 0px 40px 40px;
	height:500px;
	margin-right:80px;
}
#content-colophon {
	float:left;
	background:#fff;
	padding:40px 0px 40px 40px;
	height:500px;
	margin:0px;
}
#content-contact {
	float:left;
	background:#fff;
	padding:40px 0px 40px 40px;
	height:500px;
	margin:0px;
	width:650px;
}
ul#photos {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul#photos li {
	height:500px;
	float:left;
	margin-right:40px;
	vertical-align:bottom;
	position:relative;
}
ul#photos #text {
	width:250px;
	bottom:0px;
	position:absolute;
	margin-bottom:-14px;
}
ul#photos #colophon-info {
	width:250px;
	bottom:0px;
	position:absolute;
}
ul#photos #contact {
	margin-left:290px;
	top:200px;
	position:absolute;
}
.text {
	width:250px;
	font-style:italic;
}
ul.list a {
	width:200px;
	display:block;
}
.text h2 {
	font-weight:normal;
	color:#444;
	font-size:1.6em;
	margin-top:20px;
}
.text p, blockquote, .zemContactForm label {
	font-size:1.2em;
	color:#767676;
	line-height:1.3em;
}
ul#photos a {
	
}
#photos ul ul {
	margin:-10px 0 0 0;
	padding:0 0 0 20px;
	font-size:1.2em;
	overflow:auto;
	list-style:circle;
}
#photos ul ul li {

}
#photos ul.list {
	margin:-5px 0 0 0;
}
#photos ul.list li {
	height:1.5em;
	width:70%;
}
#photos ul.list li a {
	font-size:1.1em;
}

/* linkback & blog navigation*/

#linkback {
	right:40px;
	top:649px;
	position:fixed;
}

#blognavigation {
	left:252px;
	top:649px;
	position:fixed;
}
#linkback a, #blognavigation a {
	padding:8px;
}

#linkback a:hover, #blognavigation a:hover {
/*	background:#fff; */
}

/* comments */

#comments {
	position:fixed;
	top:100px;
	left:252px;
	background:#fff;
	z-index:2000;
	height:580px;
	width:295px;
	opacity:1;
	padding:0px;
}
#comments div {
	padding:40px 0 40px 40px;
}
#comments input, #comments textarea {
	margin:0px;
	padding:4px;
	border:1px solid #ccc;
	font-family: 'Georgia', Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style:italic;
	font-size:1.3em;
	color:#676767;
}
#comments input {
	width:180px;
}
#comments textarea {
	width:240px;
}
#comments label, #comments input:focus, #comments textarea:focus {
	color:#444;
}
h3 {
	font-weight:normal;
	color:#444;
	font-size:1.6em;
}
#comments input.comment-button {
	width:190px;
}

/* specific posts */

.wide {
	padding:0px 120px;
}
.vertical {
	width:335px;
}
.horizontal {
	width:746px;
}
.square {
	width:500px;
}
.colophon {
	width:333px;
}
.inari-horizontal {
	width:764px;
}
.inari-vertical {
	width:327px;
}
.404-horizontal {
	width:746px;
}

/* lights on, lights off */

#styleswitcher {
	position:absolute;
	right:40px;
	top:30px;
	font-size:1.1em;
}
#styleswitcher img {
	margin-top:6px;
	padding:2px 4px;
}
#styleswitcher a img {
	opacity:0.7;
}
#styleswitcher a:hover img {
	opacity:1;
}
#lightslight {
	margin:0px;
	vertical-align:middle;
}
#lights {
	font-style:italic;
	text-shadow:#fff 0px 1px 0px;
}

#lightsdark {
	display:none;
}

/* random, miscellaneous and other uneventful occurrences */

hr {
	background:url(../images/hr_light.gif) 0% 0% no-repeat;
	border:0px;
	width:152px;
	height:2px;
}
.amp {
	font-family:'Palatino', 'Palatino Linotype', Times, Times New Roman, sans-serif;
	font-style:italic;
	border:none;
}
.active {
	text-decoration:underline;
}
.menu2 {
	padding-top:20px;
}

#textlink {
	text-align:right;
	width:250px;
	display:block;
}

blockquote {
	margin:0 0 0 10px;
	color:#999;
}

/* contact form */

.zemContactForm {
	width:333px;
	margin:0px;
	padding:0px;
}

.zemContactForm fieldset {
	border:0px;
}

.zemContactForm legend {
	display:none;
}

.zemContactForm label {
	display:block;
	width:30%;
}
.zemContactForm .zemText, .zemContactForm .zemTextarea {
	width:302px;
}

.zemContactForm .zemSubmit {
	background-color:#fff;
}
.zemContactForm  input:hover.zemSubmit {
	background-color:#f5f5f5;
}

.zemContactForm input, .zemContactForm textarea {
	font-family:'Georgia', Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style:italic;
	border:1px solid #d1d1d1;
	padding:4px;
	margin-bottom:15px;
	font-size:1.4em;
	color:#767676;
	line-height:1.3em;
}

.zemContactForm input:hover, .zemContactForm textarea:hover {
	border:1px solid #959595;
}

.zemContactForm input:focus, .zemContactForm textarea:focus {
	border:1px solid #767676;
	color:#444;
	background-color:#f5f5f5;
}

div.zemError {
	color:red;
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:20px;
}

div.zemThanks p {
	font-size:1.2em;
	line-height:1.3em;
	color:#767676;
}