@charset "utf-8";
@import url(http://reset5.googlecode.com/hg/reset.min.css);

body, html {
	height: 100%;
	font: 100%/1.1em ITC Legacy Serif Medium;
	background-color: #FFD8B0;
}

#wrapper {
	min-height: 100%;
	}
	
#content {
	padding-bottom: 30px;
}

/*===============
     HEADER
================*/

header {
	height: 100%;
	margin-top: 30px;
	}
	
header img {
	display: block;
	margin: 0 auto;
	width: 220px; 
	height: 168px;
	border: 1px solid #000;
	padding: 0;
}

header h1, header p {
	text-align: center;
}

header h1 {	
	padding: 0 10px;
}

header p {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}

/*================
	   FOOTER
=================*/

footer {
	margin-top: -30px;
	height: 30px;
}

footer p {
	font-weight: bold;
}

/*================
	 SECTION(S)
=================*/

section {
	text-align: left;
}

section.testimonial img {
	width: 110px;
	height: 170px;
}

section.testimonial img:hover {
	opacity:.70;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	-ms-filter:"alpha(opacity=70)";
}

section.pryor img {
	width: 220px;
	height: 164px;
	margin-left: 50px;
	
}

/*================
       NAV
=================*/

nav img {
	padding: 10px;
}

nav img:hover {
	opacity:.70;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	-ms-filter:"alpha(opacity=70)";
}

/*================
     STYLES
=================*/

.bookTitle h2, .bookTitle p {
	color: #F00;
	padding-bottom: 0;
	margin: 0;
	}
	
.bookTitle p {
	padding-top: 0;
}
	
.bookTitle h3 {
	padding-top: 0;
	margin: 0;
}

.center {
	text-align: center;
}


.floatRight {
	float: right;
}

.padding {
	padding-left: 10px;
}

.red {
	color: #F00;
	font-weight: bold;
}

a:link, a:visited {
	color: #C84B32;
	font-weight: bold;
}

a:hover, a:active {
	color: #000;
}

blockquote {
	padding: 10px;
	font-size: 1.1em;
	margin: 15px 0 10px 0;
	background: #FFC17F;
}

img {
	padding: 15px 15px 15px 10px;
	border: none;
}

img.paypal {
	margin-left: -40px;
}

h1 {
	font-size: 2em;
	padding: 10px;
}

h1.sub {
	padding: 0 10px;
	color: #F00;
}

h2 {
	font-size: 1.1em;
	padding: 10px;
}

h3 {
	font-size: 1em;
	padding: 10px;
}

hr {
	border-color: #000;
}

p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 10px;
}

p.poem {
	margin: 10px 0;
	background: #FFC17F;
}

p.top {
	text-align: right;
	padding: 10px;
	font-size: 0.9em;
}

p.top a:link {
	text-decoration: none;
	}

span.author {
	font-size: 1.1em;
}

ul {
    padding-left: 25px;
	line-height: 1.3em;
}

li { 
    padding-left: 1em; 
    text-indent: -1em;
}

li:before {
    color: #C84B32;
}

.multi form {
	float: left;
	width: 460px;
}