/* Doug Emberley Screen Stylesheet */

/* ---------- RESET & SET GLOBALS ---------- */
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,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

/* ---------- Layout & Positioning ---------- */
body {
	background-color: #504D47;
	font-size: 62.5%;
	font-family: georgia, times, serif;
}
#header {
	width: 100%;
	height: 232px;
	background: url(images/headerBG.gif) repeat-x;
}
#headerWrapper {
	margin: 0 auto;
	width: 750px;
	height: 232px;
	background: url(images/headerImage.jpg) no-repeat top;
}
#headerWrapper h1 span {
	visibility: hidden;
}
#bodyContent {
	width: 100%;
	background-color: #E8E0CE;
}
#bodyContentWrapper {
	margin: 0 auto;
	width: 750px;
}
#navColumn {
	position: relative;
	width: 240px;
	height: 375px;
	float: left;
	left: 10px;
	background: transparent url(images/navBG.jpg) top no-repeat;
}
#hpBookCover {
	margin: 70px 0 0 45px;
	border: none;
}
#opBookCover {
	float: right;
	margin: 5px 5px 10px 25px;
}
#hpOrderBookButton{
	margin: 10px 0 0 57px;
	border: none;
}
#canaPullQuote {
	width: 210px;
	height: 166px;
	background: transparent url(images/canaPullQuote.jpg) no-repeat;
	float: right;
	margin: 20px 5px 5px 15px;
}
#contentColumn {
	position: relative;
	width: 425px;
	float: right;
	right: 40px;
	padding-top: 32px;
}
#clearFloats {
	clear: both;
}
#footer {
	width: 100%;
	background: #504D47 url(images/footerBG.gif) repeat-x top;
}
#footerWrapper {
	margin: 0 auto;
	width: 750px;
}

/* ---------- Typography, Lists ---------- */
.mainNav {
	list-style-type: none;
	margin-top: 40px;
}
.mainNav li {
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #663333;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: transparent url(images/navSeparators.jpg) bottom center no-repeat;
}
#contentColumn h2 {
	color: #504d47;
	font-size: 2.2em;
	margin: 0 0 0.25em 0;
}
#contentColumn h3 {
	color: #787878;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.4em 0 1.0em 0;
}
#contentColumn h3.subTitle {
	color: #787878;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 1.2em 0;
}
#contentColumn p {
	color: #42403B;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1em;;
}
#contentColumn p.mailingAddress {
	margin-left: 10px;
	margin-bottom: 1.5em;
	font-family: 'lucida grande', verdana, helvetica, arial;
	font-size: 1.2em;
	line-height: 1.2em;
}
#contentColumn p.adobeFinePrint {
	font-size: 1.0em;
	font-family: 'lucida grande', verdana, helvetica, arial;
	margin: 1.25em 0 3em 0;
}
.footerText {
	font-family: 'lucida grande', verdana, helvetica, arial, san-serif;
	padding: 30px 0 0 20px;
	margin: 0 0 40px 0;
	color: #fff;
}

/* ---------- Links --------- */
a:link, a:visited {
	color: #663333;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #663333;
	text-decoration: underline;
}
.mainNav a:link, .mainNav a:visited {
	color: #504d47;
	text-decoration: none;
	font-weight: bold;
}
.mainNav a:link span, .mainNav a:visited span {
	color: #663333;
	text-decoration: none;
	font-weight: bold;
}
.mainNav a:hover, .mainNav a:focus, a:active {
	color: #663333;
	text-decoration: none;
	font-weight: bold;
}
.footerText a:link, .footerText a:visited {
	color: #fff;
}

/* -------------- Forms -------------- */
form {
	width: 355px;
	margin: 20px 0 30px 0;
}
#contentColumn h4 {
	font-size: 1.1em;
	color: #555;
	margin: 0.2em 0 0.15em 0;
}
#contentColumn h4 span {
	font-size: 1.0em;
	color: #777;
}
.inputField {
	width: 63%;
	padding: 3px 3px 3px 5px;
	margin: 2px 0 12px 0;
	border: 1px solid #bbb;
	background-color: #fdf8ef;
	font-family: "Lucida Grande", "LucidaGrande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}
.inputFieldTwo {
	width: 100%;
	padding:3px 3px 3px 5px;
	margin: 2px 0 5px 0;
	border: 1px solid #bbb;
	background-color: #fdf8ef;
	font-family: "Lucida Grande", "LucidaGrande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}








