@charset "UTF-8";
/* CSS Document */


/* Typography */

body {
	font: 95%/1.3em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ebc48d;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.2em;
}

#top {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer, #footer a {
	color: #894b18;
}

#footer {
	font-size: 0.7em;
	line-height: 1.3em;
}

.content {
	text-decoration: none;
	line-height: 1.6em;
}

.lettertext {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.5em;
	font-size: 1.22em;
}

.booktitle {
	font-size: 2.2em;
	line-height: 1em;
	padding-top: 16px;
}

.booktitle .sub {
	font-size: 0.68em;
	font-style: italic;
}

.byline {
	font-size: 1.52em;
	line-height: 1.1em;
	font-style: italic;
	padding-top: 46px;
}

.byline .sub {
	font-size: 0.76em;
	font-style: normal;
	line-height: 1.3em;
}

.highlight {
	font-size: 1.3em;
	color: #fff;
	line-height: 1.52em;
}

.highlight p { margin: 0; }

.poem {
	font-size: 0.92em;
	line-height: 1.02em;
	color: #fdd563;
}

.poem h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.3em;
}

.error { color: red; padding-bottom: 18px; display: block; }


/* Structure */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #4B2511 url(../images/bodybg.gif) repeat-x 0 0;
	text-align: center;
}

p { margin: 0 0 0.8em 0; }
h1 { margin: 0 0 0.4em 0; }
#top p { margin: 0; }

#page {
	background: url(../images/pagebg.jpg) no-repeat top center;
}

#wrap {
	width: 890px;
	margin: 0 auto;
	text-align: left;
}

#top {
	height: 136px;
}

#footer {
	clear: both;
	padding: 18px 0;
}

.content {
	padding: 0;
	min-height: 521px;
}

* html .content {
	height: 521px;
}

.contentleft {
	float: left;
	width: 70%;
}

.contentright {
	text-align: center;
	float: right;
	width: 29%;
}

.contentinside, .orderformpg {
	margin: 0 8px 0 0;
	background: #754322;
	border: #3e1f0e solid 2px;
	padding: 22px;
}

.contentinside img {
	border: none;
}

.highlight {
	height: 190px;
	padding: 20px 0;
}

.bookcover {
	height: 260px;
}

.poem {
	background: url(../images/prayertitle.gif) no-repeat top center;
	text-align: center;
	padding: 52px 0 6px 0;
}
.poem p {
	margin: 0 0 0.6em 0;
}
.poem h2 {
	margin: 0 0 0.3em 0;
}

.clr {
	clear: both;
	height: 0px;
	line-height: 0px;
}

a.readmore {
	display: block;
	float: right;
	width: 114px;
	text-align: center;
	padding: 3px 0;
	text-decoration: none;
	background: #4B2511;
	color: #fdd563;
	font-size: 0.9em;
}

a.readmore:hover {
	background: #1e0b03;
}


/* Main Nav */

.navcontainer {
	font-size: 1.2em;
	height: 46px;
}

ul#mainnav {
	list-style: none;
}

ul#mainnav li {
	float:left;
	width: 25%;
}

ul#mainnav a {
	display: block;
	background: #4B2511;
	text-decoration: none;
	color: #fdd563;
	padding: 8px 0;
	text-align: center;
	margin-right: 4px;
}

ul#mainnav a.ordernow {
	width: 244px;
	margin: 0 0 0 7px;
	background: #fee99f;
	color: #3b2710;
}

ul#mainnav a.ordernow:hover {
	background: #FFFF99;
}

ul#mainnav a:hover {
	background: #2b1206;
}


/* Memorial Box */

.memorialbox {
	color: #fdd563;
	background: url(../images/memoriesbg.jpg) no-repeat 0 0;
	padding: 14px 0;
	font-size: 1.02em;
	line-height: 1.36em;
}

.memorialbox a {
	display: block;
	width: 128px;
	height: 108px;
	margin: 0 auto 8px auto;
	background: url(../images/spacer.gif);
}

.memorialbox .small {
	font-size: 0.8em;
	color: #a4510f;
	font-style: italic;
	line-height: 1.3em;
}


/* jCaption */

.contentinside div.caption {
	margin: 0 10px 10px 10px;
	border: #fddf80 solid 4px;
	padding: 5px;
	background: #fff4d1;
}

.contentinside div.right { margin-right: 0; float: right; }
.contentinside div.left  { margin-left: 0; float: left; }

.contentinside div.caption img {
	margin: 0;
	padding:0;
	border: none;
}

.contentinside div.caption p {
	margin: 2px 0 0 0;
	padding: 2px;
	font-size: .76em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


/* Table of Contents page */

.toc {
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 12px;
	font-family: "Times New Roman", Times, serif;
	padding: 8px;
}
.toc h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
}
.toc p {
	margin: 0.6em 0;
}


/* Order Form */

#orderform {
	margin: 12px;
	line-height: 1em;
}

#orderform label {
	width: 80px;
	display: block;
	float: left;
	padding: 4px 0;
}

#orderform input, #orderform select {
	font-size: 1.1em;
	color: #333;
	margin: 2px 0;
}

#orderform #button {
	background: #2b1206;
	color: #ffff99;
	text-decoration: none;
	display: block;
	float: left;
	margin: 1.6em 0;
	padding: 6px;
	border: none;
	width: 114px;
}

#orderform #button:hover {
	background: #1e0b03;
	cursor: pointer;
}

.ordersuccess {
	background: #fff4d1;
	color: #3f1d0b;
	padding: 12px;
	line-height: 1.4em;
}

.ordersuccess  td {
	padding: 2px 4px;
}

div.printbutton {
	text-align:center;
	padding: 10px 0;
}

