/*RESET*/

* {
	margin: 0px;
	padding: 0px;
}

/*UNIVERSAL*/

body {
	background: #f2f0e9;
	text-align: center;
	font-size: 1em;
	color: #343234;
	line-height: 1.5em;
}

body.landing {
	background: gray;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

div#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

h1 {
	font-family: copperplate, sans-serif;
	color: #343234;
	font-size: 1.5em;
	font-weight: lighter;
	margin: 10px 0px 20px 0px;
}

h2 {
	font-family: serif;
	color: #a54c34;
	font-size: 24px;
	margin: 20px 0px 20px 0px;
	text-align: right;
	font-weight: normal;
}

h3 {
	font-family: serif;
	color: #a54c34;
	font-size: 2.4em;
	margin-bottom: .4em;
	font-weight: normal;
}

h4 {
	font-family: serif;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 1.1em;
	color: #a54c34;
}

a {
	color: #a5675d;
}

a:hover {
	color: #8d412c;
}

hr {
	border: 0px;
	height: 1px;
	color: #cacaca;
	background: #cacaca;
}
	

/*LANDING PAGE*/

div#topLeft {
	width: 490px;
	height: 257px;
	background: #d7bbb6 url(images/apples.gif) top left no-repeat;
	display: block;
	float: left;
}

div#topRight {
	font-family: 'Times New Roman', Serif;
	width: 250px;
	height: 167px;
	background: #51252a;
	display: block;
	font-size: 15px;
	line-height: 14px;
	float: left;
	color: white;
	padding: 60px 30px 30px 30px;
}

div#title {
	width: 580px;
	height: 30px;
	background: #5c5c46;
	display: block;
	float: left;
	color: white;
	font-family: 'Times New Roman', Serif;
	font-size: 31px;
	padding: 10px 0px 7px 220px;
}

div#bottomLeft {
	width: 490px;
	height: 257px;
	background: #ebe8e0 url(images/novel.gif) top left no-repeat;
	display: block;
	float: left;
}

div#bottomRight {
	width: 310px;
	height: 257px;
	background: #9e6839 url(images/face.gif) top left no-repeat;
	display: block;
	float: left;
}

/*PRAISE*/

span.quote {
	font-size: 19px;
	font-style: italic;
	line-height: 18px;
}

span.attribute {
	float: right;
	font-size: 14px;
}

span.source {
	float: right;
	font-style: italic;
	text-align: right;
}

/*NAV*/

div#nav {
	width: 780px;
	height: 30px;
	padding: 5px 0px 5px 20px;
	color: white;
	background: #272627;
	float: left;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	font-family: copperplate, sans-serif;
	padding: 3px;
}

#nav li a {
	text-decoration: none;
	color: white;
	font-size: 13px;
}

#nav li a:hover {
	color: #a54c34;
}

/*HEADER*/

div#left {
	background: transparent url(images/header.gif) top left no-repeat;
	width: 335px;
	height: 50px;
	display: block;
	float: left;
	padding: 80px 0px 0px 220px;
	color: #343234;
	font-family: Serif;
	font-size: 40px;
}

div#right {
	background: transparent url(images/header1.gif) top left no-repeat;
	width: 245px;
	height: 130px;
	display: block;
	float: left;
}

div#right2 {
	background: transparent url(images/header2.gif) top left no-repeat;
	width: 245px;
	height: 130px;
	display: block;
	float: left;
}

div#right3 {
	background: transparent url(images/header3.gif) top left no-repeat;
	width: 245px;
	height: 130px;
	display: block;
	float: left;
}

div#right4 {
	background: transparent url(images/header4.gif) top left no-repeat;
	width: 245px;
	height: 130px;
	display: block;
	float: left;
}

div#right5 {
	background: transparent url(images/header5.gif) top left no-repeat;
	width: 245px;
	height: 130px;
	display: block;
	float: left;
}

/*CONTENT*/

div#content {
	float: left;
	width: 720px;
	padding: 20px 40px;
	text-align: left;
}

#content img {
	float: left;
	margin: 0px 20px 10px 0px;
}

/*RESUME*/

ul#resume {
	list-style-type: none;
	line-height: 1.3em;
}

ul#resume li ul {
	list-style-image: url(images/bullet.gif);
	margin: 0px 0px 15px 40px;
	padding: 10px 0px 0px 0px;
}

ul#resume li ul li ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px -15px;
}

li.noBullet {
	list-style-image: none;
	list-style-type: none;
}

span.narrow {
	width: 400px;
	display: block;
	font-style: italic;
}

/*BOOKS*/

div.book {
	height: 285px;
}

div.review {
	padding-top: 40px;
}

/*FOOTER*/

div#footer {
	margin-top: 40px;
	border-top: 1px solid #cacaca;
	text-align: right;
	padding-top: 12px;
	height: 80px;
	font-size: 12px;
}

#footer ul {
	list-style-type: none;
	float: right;
}

#footer li {
	float: left;
}

#footer li a {
	color: #343234;
	text-decoration: none;
}

#footer li a:hover {
	color: black;
}
