/* ==== Headers */
h1, h2, h3{
	margin: 0 0 12px;
	padding: 0;
	font-weight: bold;
	color: #451C12;
	}
h1{
	font-size: 210%;
	}
h2{
	font-size: 150%;
	}
h3{
	font-size: 110%;
	}

/* ==== hyperlinks */
a {
	color: #B21100;
	font-weight: bold;
}

a.arrow {
	padding-left: 13px;
	background: url('/i/arrow.gif') left 50% no-repeat;
}

a.read {
	padding-left: 20px;
	background: url('/i/read.gif') left 50% no-repeat;
}

.pseudolink:hover {
	cursor: pointer;
}

/* ==== Lists */
ul {
	list-style-type: disc;
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

ul li {
	margin: 0 0 0.5em 0;
	padding: 0;
}

ul ul{
	list-style-type: square;
}

ul.no-bull{
	list-style-type: none;
}

/* ==== Text */
p{
	margin: 0 0 1em;
}

/* ==== Images */
#content img.lfloat {
	margin: 0 24px 18px 0; 
}

#content img.rfloat {
	margin: 0 0 18px 24px; 
}

img.fone138 {
	width: 138px;
	height: 138px;
	padding: 5px;
	background: url('/i/pic-fone-138x138.gif') left top no-repeat;
}

img.fone206 {
	width: 206px;
	height: 90px;
	padding: 4px;
	background: url('/i/pic-fone-206x90.gif') left top no-repeat;
}

img.fone {
	padding: 4px;
	background: #10ACD4;
	border: #2b2b2b solid 1px;
}

/* ==== Useful stuff */

.nowrap{
	white-space: nowrap;
}
.bold{
	font-weight: bold;
}
/* ---- easy-align */
.tocenter{
	text-align: center !important;
}
.tojustify{
	text-align: justify !important;
}
.toleft{
	text-align: left !important;
}
.toright{
	text-align: right !important;
}
.tomid{
	vertical-align: middle !important;
}
.lfloat{
	float: left;
}
.rfloat{
	float: right;
}
.lclear{
	clear: left;
}
.rclear{
	clear: right;
}

/* ---- easy-margin */
.mt{
	margin-top: 1em;
}
.mb{
	margin-bottom: 1em;
}
.no-mb{
	margin-bottom: 0;
}

/* ---- easy-size */

.bigger{
	font-size: 110%;
}
.smaller{
	font-size: 95%;
}
 
/* ==== tables */
td {
	vertical-align: top;
}

/* ---- top news */
table.pretty {
	border-collapse: separate;
	width: 100%;
	border-spacing: 1px;
}

table.pretty td {
	border-color: #AEA58E;
	border-width: 0 1px;
	border-style: solid solid dotted dotted;
	padding: 13px 20px;
	text-align: left;
}

table.pretty td.first {
	padding-left: 0;
	border-width: 0 1px 0 0;
}

table.pretty td.last {
	padding-right: 0;
	border-width: 0 0 0 1px;
}

/* ---- news */
table.news {
	border-collapse: collapse;
}

table.news td {
	padding: 20px 30px;
	border-bottom: #D4C6A9 solid 1px;
}

table.news td.pic {
	padding: 10px 0;
}

/* ---- feedback */
table.feedback {
	width: 100%;
	border-collapse: collapse;
	text-align: right;
}

table.feedback td {
	padding: 4px 7px;
	vertical-align: middle;
}

table.feedback tr.spacer td {
	padding-bottom: 20px;
}

table.feedback input.text, table.feedback textarea {
	border: #444 solid 1px;
	background: #fff;
	width: 100%;
}

table.feedback textarea {
	overflow: auto;
}

table.feedback button {
	display: inline;
	border: none;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
}

/* ---- simple */
table.simple {
	border-collapse: collapse;
}
table.simple th {
	padding: 8px 10px;
	font-size: 105%;
}
table.simple td, table.simple th {
	border: #444 solid 1px;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

/* ==== guestbook */
.guestbook-post {
	width: 500px;
	margin: 30px auto;
	padding: 0.5em 1em;
	border: #807D76 solid 1px;
	background: #FCF6E7;
	text-align: left;
}

.guestbook-post div {
	margin: 0 0 0.5em 10em;
}

.guestbook-reply {
	margin: 1em 0;
	padding: 0.5em 1em;
	border: #807D76 solid 1px;
	background: #fff;
	text-align: left;
}

/* ==== genealogy */

table.genealogy {
	width: 100%;
	border-collapse: collapse;
	background: #FCF6E7;
	font-weight: bold;
}

table.genealogy td {
	padding: 8px 20px;
	border: #807D76 solid 1px;
	text-align: center;
	vertical-align: middle;
}

#picblock {
	display: none; 
	position: absolute;
	right: 0; bottom: 0;
	padding: 3px;
	background: #F3E4C2;
	border: #947C5F solid 6px;
}

#picblock img {
	display: block;
}

#picblock .x {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #fff;
}

