/* --------------------------------
CSS Master Stylesheet
Chimamanda Ngozi Adichie
http://www.halfofayellowsun.com

Author: Michael Borum, etherweave
http://www.etherweave.com

Version 1.0, August 2006
-------------------------------- */

/* SITE-WIDE STYLES */

body {
	position: absolute; top: 0; left: 0;
	width: 100%;
	background: url(../images/home_bg_slice.jpg) repeat-x;
	background-color: #ffc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

body.content {
	background: none;
	background-color: #ffc;
	}
	
h1, h2, h3 {
	color: #c33;
	line-height: 150%;
	}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
	
h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	}
	
a:link {
	color: #c33;
	text-decoration: underline;
	}

a:visited {
	color: #666; 
	text-decoration: underline;
	}

a:hover {
	color: #c33;
	text-decoration: underline;
	}

a:active {
	text-decoration: underline;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

hr {
	width: 580px;
	height: 1px;
	border-top: 1px dotted #333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding: 0;
	}
	
/* FORM STYLES */

fieldset {
	width: 350px;
	margin: 0;
	padding: 10px;
	border: 1px dotted #000;
	}
	
label {
	display: block;
	}
	
input:focus, textarea:focus, select:focus {
	background: #fff;
	}

input {
	border: 1px solid #000;
	background: #ffc;
	font-size: 12px;
	color: #000;
	margin-right: 5px;
	}

input.submit {
	width: 100px;
	border: 1px solid #000;
	background: #ffc;
	font-size: 12px;
	color: #c33;
	}

textarea {
	width: 350px;
	height: 300px;
	border: 1px solid #000;
	background: #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

select {
	width: 250px;
	border: 1px solid #000;
	background: #ffc;
	font-size: 12px;
	color: #000;
	}
	
/* HOME PAGE LAYOUT */

#container-home {
	background-color: #ffc;
	width: 770px;
	height: 400px;
	margin: 0 auto 0 auto;
	padding: 8px 0 0 0;
	}

#nav-home {
	width: 770px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#nav-home ul, #nav-home li {
	height: 11px;
	display: inline;
	padding: 0;
	}

#nav-home ul {
	margin: 0 auto 0 auto;
	}
	
#nav-home li {
	margin: 0 10px 0 10px;
	}

#content-home {
	background: url(../images/home_bg.jpg) no-repeat;
	width: 770px;
	height: 382px;
	margin: 0;
	padding: 0;
	}
	
#footer {
	background: #ffc url(../images/footer_bg.jpg) repeat-x;
	width: 100%;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #c33;
	color: #000;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	}

.textnav, .textnav li {
	width: 500px;
	display: inline;
	margin: 10px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	}

body .textnav a {
	color: #ffc;
	text-decoration: underline;
	}
	
/* CONTENT PAGE LAYOUT */

#container {
	background: #ffc;
	width: 770px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: visible;
	}
	
#masthead {
	background-color: #ffc;
	background: url(../images/masthead_bg.jpg) repeat-x;
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#masthead img {
	border: none;
	}
	
#nav {
	float: left;
	text-align: right;
	width: 155px;
	margin: 0;
	padding: 0;
	}

#nav ul {
	padding: 20px 0 10px 0;
	margin: 0;
	}

#nav ul li {
	padding: 2px 0 2px 0;
	}
	
#bookinfo {
	text-align: right;
	width: 155px;
	font-size: 11px;
	}

#bookinfo ul {
	padding: 0;
	margin: 0;
	}

#bookinfo ul li {
	padding: 0;
	margin: 0;
	}

#content {
	float: right;
	width: 585px;
	padding: 20px 0;
	margin: 0 0 50px 0;
	}

#content ul {
	padding: 10px 0;
	}

#footer2 {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	color: #333;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	border-top: 1px solid #c33;
	}

body.content .textnav a {
	color: #000;
	text-decoration: underline;
	}
	
img.quote {
	padding-bottom: 20px;
	}
	
ul.links li {
	padding-bottom: 15px;
	}
	
.gallery img {
	display: block;
	border: 1px solid #000;
	margin: 15px 0 15px 0;
	}

img.gallery {
	display: block;
	border: 1px solid #000;
	margin: 15px 0 15px 0;
	}