﻿/* reset stylesheet; see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GuestBook stylesheet */
body {
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.1;
	color: #ffe4b0;
	background-color: #462a1f;
	padding: 0;
	margin: 0;
	}
form, #everythingwide {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4,h5,h6 { font-weight: bold; color: White; }
h1 { font-size: 1.8em; margin-top: 0.6em; margin-bottom: 0.6em; }
h2 { font-size: 1.6em; margin-top: 0.5em; margin-bottom: 0.5em; }
h3 { font-size: 1.4em; margin-top: 0.4em; margin-bottom: 0.4em; }
h3 { font-size: 1.2em; margin-top: 0.4em; margin-bottom: 0.4em; }
p { margin-bottom: 1.1em; }
#everythingnarrow { 
	margin: 0 auto 0 auto; 
	width: 800px;
	}
h1 { text-align: center; }
input, textarea {
	background-color: #FFFFCC;
	border: solid 1px gray; 
	font-size: 0.9em;
	}
input:focus, textarea:focus {
	border: solid 1px black;
	background-color: White;
	}
.narrative p { text-align: justify; }
.pull.right {
	margin: 5px 0 1em 1.5em;
	float: right;
	width: 305px;
	}
.pull.right img { border: solid 1px gray; }
.sign { margin-top: 2em; }
.sign h2,
.sign .instructions { 
	text-align: center; 
	margin: 0.2em; 
	}
.sign .oneliners,
.sign input,
.sign .comment,
.sign textarea { width: 100%; }
.sign td { padding-top: 5px; }
.sign td.left { width: 20%; }
.sign td.right { width: 80%; }
.sign .error { font-size: small; }
.sign .comment textarea, 
.sign .submit {	margin-top: 5px; }
.sign .submit { background-color: #CCCCCC; }
.sign .submit:hover {
	border: solid 1px black;
	}
.captcha, .captcha * { display: none; }
.guestbook {
	margin: 0 auto 1em auto;
	width: 90%;
	}
.guestbook .memory {
	margin-bottom: 1.1em;
	}
.guestbook .hr {
	background-color: #E6D382;
	color: #555555;
	padding: 2px 5px 2px 5px;
	font-size: 0.9em;
	margin-bottom: 0.2em;
	}
.guestbook .name { color: black; }
.guestbook .date { float: right; }
