/*
Theme Name: Landeg White
Theme URI: http://landegwhite.com
Description: The official web site for Landeg White
Version: 2.0
Author: Martin Kondwani White
Author URI: http://kondwani.com
Tags: white
*/

/* 
GLOBAL RESET 
BODY
HEADER (contains branding, main navigation, searchform) 
SIDEBAR (contains secondary navigation)
MAIN CONTENT (contains page layouts, typography)
FOOTER (contains additional navigation)
*/


/* >>> RESET <<< */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0}
table {border-collapse: collapse; border-spacing: 0}
fieldset, img {border: 0}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal}
ol, ul, li {list-style: none}
caption, th {text-align: left}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal}
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {font-weight: bold}
em {font-style: italic}
a img {border: none} /* Gets rid of IE's blue borders */


/* >>> BODY <<< */
/* ------------------------------------------ */

body {
	background: white url(images/backg.gif);
	font-size: 62.5%;
	height: 100%;
	line-height: 1.5em;
}

#wrapper {	
	height: auto;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 960px;
}	


/* >>> HEADER <<< */
/* ------------------------------------------ */
/* Contains branding, main navigation & search */ 

#header {
	margin: 0;
	padding: 0;
	width: 960px;
}

	/* branding & site description */
	
	h1 {
		background: url(images/branding.png) no-repeat;
		height: 75px;
		text-indent: -9999px;
		margin: 5px 0 0 7px;
		width: 945px;
	}
	
	p {
		text-indent: -9999px;
	}
	
	/* main navigation (home - about - contact) */
	
	ul#nav_main {
		background: transparent;
		border-bottom: 1px dotted #abde8e;
		border-top: 1px dotted #abde8e;
		height: 20px;
		list-style: none;
		margin: 5px 0 0 0;
		padding: 24px 0 16px 0;
		width: 960px;
	}
	
	ul#nav_main li {
		display: inline;
		margin: 0 0 0 10px;
		padding: 0;
	}
	
	ul#nav_main li a {
		color: #238276;
		font-family: "Palatino", "Palatino Linotype", Georgia, serif;
		font-size: 1.8em;
		letter-spacing: 0.03em;
		padding: 0 160px 0 0;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
	}
	
	ul#nav_main li a:link {
		color: #238276;
	}
	
	ul#nav_main li a:visited {
		color: #238276;
	}
	
	ul#nav_main li a:hover {
		color: #6b7302;
	}
	
	ul#nav_main li a:active {
		border: none;
		color: #000;
	}
	
	/* search form */
	
	#searchform {
		border: none;	
	    top: 95px;
	    left: 725px;
	    position: absolute;
	}
	
	#searchform input { 
		border-top: solid 2px #999;
		border-right: solid thin #ccc;
		border-bottom: solid thin #ccc;
		border-left: solid 2px #999;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
        background: #fff url(images/bg-input-gradient.png) repeat-x 0 0;
		color: #238276;
	    font-family: "Palatino", Georgia, "Times New Roman", serif;
	    font-size: 1.4em;
		height: 30px;
		padding: 1px 0 0 5px;
		width: 217px;
	}
	
	#searchform input:focus { 
		border-top: solid 2px #6b7302;
		border-right: solid thin #6b7302;
		border-bottom: solid thin #6b7302;
		border-left: solid 2px #6b7302;
	}


/* >>> SIDEBAR <<< */
/* ------------------------------------------ */	
/* Contains secondary navigation */

#sidebar {

}

	/* secondary navigation (books of) */
	
	ul#nav_sub {
		left: 10px;
		padding-bottom: 0;
		position: absolute;
		width: 220px;
		top: 141px;
	}
	
	ul#nav_sub h4 {
		color: #6e9e4b;
		font-family: Georgia, "Palantino", serif;
		font-size: 1.4em;
		font-style: italic;
		margin-left: -5px;
		margin-bottom: -20px;
		padding-top: 15px;
	}
	
	ul#nav_sub li {
		border-bottom: 1px dotted #abde8e;
		list-style-type: none;
		padding-top: 30px;
	}
	
	ul#nav_sub li a {
		color: #238276;
		display: block;
		font-family: "Palatino", Georgia, serif;
		font-size: 1.4em;
		letter-spacing: 0.03em;
		padding-top: 5px;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
	}

	ul#nav_sub li a:link {
		color: #238276;
		text-decoration: none;
	}
	
	ul#nav_sub li a:visited {
		color: #238276;
		text-decoration: none;
	}

	ul#nav_sub li a:hover {
		color: #6b7302;
		text-decoration: none;
	}	
	
	ul#nav_sub li a:active {
		color: #6b7302;
		text-decoration: none;
	}


	
	ul#nav_free_books {
		left: 10px;
		padding-bottom: 0;
		position: absolute;
		width: 220px;
		top: 370px;
	}
	
	ul#nav_free_books h4 {
		border-bottom: #fff;
		clear: both;
		color: #6e9e4b;
		font-family: Georgia, "Palantino", serif;
		font-size: 1.4em;
		font-style: italic;
		margin-bottom: -10px;
		padding-top: 55px;
	}
	
	ul#nav_free_books li {
		border-bottom: 1px dotted #abde8e;
		list-style-type: none;
		padding-top: 30px;
	}
	
	ul#nav_free_books li a {
		color: #238276;
		display: block;
		font-family: "Palatino", Georgia, serif;
		font-size: 1.1em;
		letter-spacing: 0.05em;
		padding-top: 5px;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	ul#nav_free_books li a:link {
		color: #238276;
		text-decoration: none;
	}
	
	ul#nav_free_books li a:visited {
		color: #238276;
		text-decoration: none;
	}

	ul#nav_free_books li a:hover {
		color: #6b7302;
		text-decoration: none;
	}	
	
	ul#nav_free_books li a:active {
		color: #6b7302;
		text-decoration: none;
	}
	
	a.pdf { /*The background image*/
		background: url('images/pdf.png') no-repeat left center;
		padding-left: 20px;
		line-height: 16px
	}	


/* >>> PAGE LAYOUTS <<< */
/* ----------------------------------------- */

.index {
	margin: 0 auto 200px auto;
	padding: 90px 0 738px 380px;
}

#about {
	float: right;
	padding: 0 70px 200px 0;
	width: 580px;
}

#contentMain {
	float: right;
	padding: 40px 0 50px 0;
	width: 650px;
}

#content-main {	
	float: right;
	padding: 40px 0 50px 0;
	width: 650px;
}

#content-custom {
	float: right;
	padding: 40px 0 250px 0;
	width: 650px;
}

	/* styling of the book titles, descriptions & blockquotes */
	
	.book_listings {
		clear: both;
		float: right;
		margin: 0;
		padding: 0;
		width: 650px;
	}	
	
	.book_title {
		border-bottom: 1px solid #abde8e;
		float: left;
		margin: 10px 0 10px 0px;
		width: 220px;
	}
	
	.book_title p {
		color: #6b7302;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1.3em;
		text-align: center;
	}
	
	.book_title p.price {
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1.3em;
		text-align: center;
	}	
	
	.book_title_details {
		border-bottom: 2px solid #ccc;
		float: left;
		margin: 5px 10px 10px 70px;
		padding: 0;
		width: 220px;
	}
	
	.book_title_details p {
		color: #6e9e4b;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1.4em;
		text-align: center;
	}
	
	.book_title_details p.price {
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1.4em;
		text-align: center;
	}
	
	.book_title_details h2 {
		background: transparent url(images/h2_african_studies.png) no-repeat;
		height: 69px;
		margin-top: -35px;
		text-indent: -9999px;
		width: 220px;
	}
	
	.book_images {
		margin: 0 auto;
		padding-bottom: 15px;
		text-align: center;
	}
	
	.book_images img  {
		border: none;
		text-align: center;
		text-decoration: none;
	}
	
	.book_images img a {
		border: none;
		text-decoration: none;
	}
	
	.book_images img a:link {
		border: none;
		text-decoration: none;
	}
	
	.book_images img a:visited {
		border: none;
		text-decoration: none;
	}
	
	.book_images img a:hover {
		border: none;
		text-decoration: none;
	}
	
	.book_images img a:active {
		border: none;
		text-decoration: none;
	}
	
	.book_images input {
		background: transparent;
		border: none;
		height: 43px;
		width: 120px;
	}
	
	.book_description {
		float: right;
		margin: 10px;
		width: 340px;
	}
	
	.book_description blockquote p {
		color: #333;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		line-height: 1.6em;
		padding-top: 10px;
		text-align: left;
		width: 340px;
	}
	
	.book_description blockquote p:first-letter {
		margin-left: -6px;
	}
	
	.book_description blockquote a {
		color: #238276;
		text-decoration: none;
	}
	
	.book_description blockquote a:link {
		color: #238276;
		text-decoration: none;
	}
	
	.book_description blockquote a:visited {
		color: #6b7302;
		text-decoration: none;
	}
	
	.book_description blockquote a:hover {
		background: #edfbfa;
		border-bottom: 1px dotted #999;
		color: #6b7302;
		text-decoration: none;
	}
	
	.book_description blockquote a:active {
		border-bottom: 1px dotted #999;
		color: #6b7302;
		text-decoration: none;
	}
	
	.book_description cite {
		color: #666;
		float: right;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 0.8em;
		font-style: normal;
		margin-bottom: 20px;
		padding: 10px 0 0 0;
		text-align: right;
	}
	
	.book_description_poem {
		color: #333;
		float: right;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		line-height: 1.5em;
		max-width: 280px;
		padding: 20px 125px 0 0;
		text-align: left;
	}
	
	

	/* Buy Now button */
		
	
	.button {
		display: block;
		width: 130px;
		height: 50px;
		text-indent: -9999px;
	}
	
	.button a {
		display: block;
		width: 100%;
		height: 100%;
		background: transparent url(images/shopping-bag.png) no-repeat top left;
		outline: none;
	}
	
	.button a:hover {
		background: transparent url(images/shopping-bag.png) no-repeat top left;
		background-position: 0 -50px;
		border-bottom: none;
	}
	
	.button-download {
		display: block;
		width: 200px;
		height: 50px;
		text-indent: -9999px;
	}
	
	.button-download a {
		display: block;
		width: 100%;
		height: 100%;
		background: transparent url(images/button-download.png) no-repeat top left;
		outline: none;
	}
	
	.button-download a:hover {
		background: transparent url(images/button-download.png) no-repeat top left;
		background-position: 0 -50px;
		border-bottom: none;
	}

	.button-amazon-uk {
		display: block;
		width: 150px;
		height: 50px;
		text-indent: -9999px;
	}
	
	.button-amazon-uk a {
		display: block;
		width: 100%;
		height: 100%;
		background: transparent url(images/button-amazon-uk.png) no-repeat top left;
		outline: none;
	}
	
	.button-amazon-uk a:hover {
		background: transparent url(images/button-amazon-uk.png) no-repeat top left;
		background-position: 0 -50px;
		border-bottom: none;
	}	

	.button-amazon-usa {
		display: block;
		width: 150px;
		height: 50px;
		text-indent: -9999px;
	}
	
	.button-amazon-usa a {
		display: block;
		width: 100%;
		height: 100%;
		background: transparent url(images/button-amazon-usa.png) no-repeat top left;
		outline: none;
	}
	
	.button-amazon-usa a:hover {
		background: transparent url(images/button-amazon-usa.png) no-repeat top left;
		background-position: 0 -50px;
		border-bottom: none;
	}	

#contentReviews {
	clear: both;
	float: right;	
	width: 650px;
}

#content-reviews {
	clear: both;
	float: right;
	padding-bottom: 100px;	
	width: 650px;
}

#content-reviews blockquote {clear: both; padding-top: 20px;}

#content-reviews blockquote p:first-letter {margin-left: -6px;}

#content-reviews blockquote p {
	color: #333;
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-style: normal;
}

#contentReviews blockquote {clear: both; padding-top: 20px;}

#contentReviews blockquote p:first-letter {
		margin-left: -6px;
	}
	
#contentReviews blockquote p {
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-style: normal;
		color: #333;
	}
	
	/* styling of the book reviews section */
	
	.twoeightybreak {
		clear: both;
		color: #666;
		float: left;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: italic;
		margin: 0 0 100px 0;
		padding-top: 20px;
		text-align: left;
		width: 280px;
	}
	
	.twoeighty {
		color: #666;
		float: left;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: italic;
		margin: 0 0 100px 50px;
		padding-top: 20px;
		text-align: left;
		width: 280px;
	}
	
	.twoeightyend {
		color: #666;
		float: right;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: italic;
		margin: 0 10px 100px 0;
		padding-top: 20px;
		text-align: left;
		width: 280px;
	}
	
	.fourhundred {
		clear: both;
		color: #666;
		float: left;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: italic;
		margin: 0 0 100px 10px;
		padding-top: 20px;
		text-align: left;
		width: 400px;
	}
	
	.fourhundredend {
		color: #666;
		float: right;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: italic;
		margin: 0 10px 100px 0;
		padding-top: 20px;
		text-align: left;
		width: 400px;
	}
	
	.sixforty {
		clear: both;
		color: #666;
		float: right;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1em;
		margin-bottom: 20px;
		margin-right: 10px;
		padding-top: 20px;
		text-align: left;
		width: 640px;
	}
	
	.sevenhundred {
		clear: both;
		color: #666;
		float: left;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1em;
		margin-bottom: 200px;
		margin-left: 130px;
		padding-top: 20px;
		text-align: left;
		width: 700px;
	}
	
	#content-reviews cite {
		float: right;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: normal;
		margin-bottom: 20px;
		padding: 10px 0 0 0;
		text-align: right;
	}
	
	#contentReviews cite {
		float: right;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: normal;
		margin-bottom: 20px;
		padding: 10px 0 0 0;
		text-align: right;
	}	

/* >>> TYPOGRAPHY <<< */
/* ----------------------------------------- */

/* headings*/

h2 {
	color: #6e9e4b;
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 2.4em;
	margin: 0 0 10px 0;
}

h2.book_listing {
	color: #6e9e4b;
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	letter-spacing: 0.01em;
	margin: 0 0 30px 0;
}

h3.book_title {
	border-top: 1px solid #abde8e;
	color: #6b7302;
	font-family: "Palatino", georgia, serif;
	font-size: 1.8em;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin: 10px 0 10px 0;
	max-width: 220px;
	padding: 10px 0 10px 0;
	text-align: center;
}

h3.book_title a {
	color: #238276;
	text-decoration: none;
}

h3.book_title a:link {
	color: #238276;
	text-decoration: none;
}

h3.book_title a:visited {
	color: #6b7302;
	text-decoration: none;
}

h3.book_title a:hover {
	color: #6b7302;
	background: #edfbfa;
	text-decoration: none;
}

h3.book_title a:active {
	color: #6b7302;
	text-decoration: none;
}

h3.reviews {
	background: transparent url(images/h3_reviews.png) no-repeat;
	height: 62px;
	margin: 0 auto;
	padding-right: 10px;
	text-indent: -9999px;
	width: 246px;
}	


/* paragraphs */

p {
	color: #333;
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 5px auto 10px auto;
	text-align: justify;
	text-indent: 0;
}

p a {
	color: #238276; 
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
}

p a:hover {
	background: #edfbfa;
	border-bottom: 1px dotted #abde8e;
	color: #6b7302;
}

p.breadcrumbs {
	color: #6b7302;
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	margin: 0 auto 25px auto;
}	

p.poem {
	max-width: 360px;
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.9em;
	color: #333;
	text-align: left;
	margin: 5px auto 10px auto;
	text-indent: 0;	
	text-shadow: 2px 2px 2px #fff;
}

p.intro {
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #333;
	text-align: justify;
	margin: 5px auto 10px auto;
	text-indent: 0;
}

/*p.intro:first-line {
	font-family: Tahoma, Georgia, serif;
}*/

.strong {
	font-variant: small-caps;
	letter-spacing: 0.05em;
}	

.drop-cap {
	color: #6b7302;
	float: left;
	font-family: "Goudy Old Style", Times, Georgia, serif;
	font-size: 5.6em;
	line-height: 0.7em;
	font-weight: 300;
	margin-top: 7px;
	padding: 0 10px 0 0;
}

.amp { /* ampersands */
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}

p + p {
   text-indent: 1em; 
}

blockquote p {
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}

cite {
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-style: italic !important;
	text-align: right;
}

/* >>> CONTACT FORM <<< */
/* ------------------------------------------ */

.wpcf7 input {
		border-top: solid 2px #999;
		border-right: solid thin #ccc;
		border-bottom: solid thin #ccc;
		border-left: solid 2px #999;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		background-color: #fff !important;
		color: #238276;
	    font-family: "Palatino", Georgia, "Times New Roman", serif;
	    font-size: 1.2em;
		height: 25px;
		padding: 2px 0 0 5px;
		width: 230px;	
}

input.button {
	    background: url("images/button_send.png") no-repeat;
	    border: none !important;
	    -webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	    cursor: pointer;
		height: 37px;
		width: 143px;	
}


/* Previous styling for contact form
.contactform {
	margin-top: 20px;
	overflow: hidden;
	position: static;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-family: Georgia, serif;
	font-size: 1.6em;
    font-weight: normal;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-size: 1.4em;
    font-weight: normal;
}

.contacterror {
	border: 2px solid #ff0000;
}

fieldset {
	background: #def1d1;
	border: 1px solid #6e9e4b;
	-webkit-border-radius: .9em;
	-moz-border-radius: .9em;
	border-radius: .9em;
	height: 560px;
	width: 620px;
	margin: 0;
	background-image: url(images/fieldset_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
}	

legend {
	font-family: "Palatino", georgia, serif;
	font-weight: normal;
	color: #6e9e4b;
	font-size: 2.4em;
	margin: 10px 0 15px 0;
	padding: 5px 10px 20px 5px;
	text-align: left;
}	

.contactform input {
	border-top: solid 2px #999;
	border-right: solid thin #ccc;
	border-bottom: solid thin #ccc;
	border-left: solid 2px #999;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	background-color: #fff !important;
    font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
    font-size: 1.4em;
	height: 25px;
	padding: 5px 0 0 5px;
	width: 260px;
}	

.contactright button {
	background: #6b7302;
	margin: 20px 0 0 50px;
	padding: .5em;
	width: 150px;
	color: #fff;
	border: solid thin #333;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
}

textarea {
	height: 200px;
	width: 260px;
}	

.content {
	width: 720px;
	float: right;
	padding: 80px 0 738px 0;
}

#search {
	width: 670px;
	float: right;
	padding: 80px 0 600px 50px;
}

.error {
	width: 670px;
	float: right;
	padding: 80px 0 600px 50px;
}	

.book_list {
	padding: 20px 0 50px 0;
}

*/

/* >>> TYPOGRAPHY <<< */
/* ------------------------------------------ */

h2.search {
	font-family: "Palatino", georgia, serif;
	font-weight: normal;
	color: #000;
	font-size: 2em;
	margin: 0 0 10px 0;
	padding: 20px 0 20px 20px;
	text-align: left;
}

h2.error {
	font-family: "Palatino", georgia, serif;
	font-weight: normal;
	color: #000;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	padding: 20px 0 20px 20px;
	letter-spacing: 0.1em;
	text-align: left;
	text-transform: uppercase;
}

h2.african_studies {
	background-image: (images/h2_african_studies.png) no-repeat;
	text-indent: -9999px;
	height: 69px;
	width: 220px;
}	

h3.search_results a {
	font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	font-size: 1.4em;
	font-style: italic;
	padding: 0;
	margin: 20px 0 0 40px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-decoration: none;
}

h3.search_results a:hover {
	background: #f2f2f2;
	border-bottom: 1px dotted #ccc;
}

/* >>> FOOTER <<< */
/* ------------------------------------------ */
/* Contains supplementary navigation */

#footer {
	background: transparent url(images/footer_bg.png) repeat-x;
	border-bottom: 3px solid #6b7302;
	clear: both;
	height: 650px;
	margin: -650px auto 0 auto;
	position: relative;
	width: 100%;
}

	#footer_wrapper {
		background-image: url(images/footer_decorative.gif);
		background-repeat: no-repeat;
		background-position: 0px 100px;
		width: 965px;
		margin: 0 auto;
		padding-top: 54px;
	}

	a.back_to_top {
		background: transparent url(images/back_to_top.png) no-repeat 0px 0px;
		display: block;
		height: 118px;
		margin: 0 auto;
		overflow: hidden;
		text-indent: -9999px;
		width: 177px;
		z-index: 100;
	}
	
	a.back_to_top:hover {
		background: transparent url(images/back_to_top.png) no-repeat 0px -120px;
		display: block;
		height: 118px;
		margin: 0 auto;
		overflow: hidden;
		width: 177px;
		z-index: 100;
	}
	
	#nav_sup {
		margin: 0 auto;
		padding-top: 94px;
		width: 960px;
	}	
	
	/* supplementary navigation menus inside footer */
	
	ul#nav_african_studies {
		float: left;
		padding: 0 10px 0 0px;
		width: 230px;
	}
	
	ul#nav_african_studies h4.african_studies {
		background: transparent url(images/h4_african_studies.gif) no-repeat;
		height: 29px;
		text-indent: -9999px;
		width: 230px;
	}
	
	ul#nav_african_studies li {
		border-bottom: 1px dotted #afce8f;
		list-style-type: none;
		padding-top: 10px;
		margin: 0 10px 0 10px;
	}
	
	ul#nav_african_studies li a {
		color: #238276;
		display: block;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1.3em;
		line-height: 1.5em;
		text-decoration: none;
		text-align: left;
	}
	
	ul#nav_african_studies li a:hover {
		background: #edfbfa;
		color: #6b7302;
		text-decoration: none;
	}
	
	ul#nav_poetry {
		float: left;
		padding: 0 10px 0 0;
		width: 230px;
	}
	
	ul#nav_poetry h4.poetry {
		background: transparent url(images/h4_poetry.gif) no-repeat;
		height: 29px;
		text-indent: -9999px;
		width: 230px;
	}
	
	ul#nav_poetry li {
		border-bottom: 1px dotted #afce8f;
		list-style-type: none;
		margin: 0 10px 0 10px;
		padding-top: 10px;
	}
	
	ul#nav_poetry li a {
		color: #238276;
		display: block;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1.3em;
		line-height: 1.5em;
		text-decoration: none;
		text-align: left;
	}
	
	ul#nav_poetry li a:hover {
		background: #edfbfa;
		color: #6b7302;
		text-decoration: none;
	}
	
	ul#nav_fiction {
		float: left;
		padding: 0 10px 0 0;
		width: 230px;
	}
	
	ul#nav_fiction h4.fiction {
		background: transparent url(images/h4_fiction.gif) no-repeat;
		height: 29px;
		text-indent: -9999px;
		width: 230px;
	}
	
	ul#nav_fiction li {
		border-bottom: 1px dotted #afce8f;
		list-style-type: none;
		margin: 0 10px 0 10px;
		padding-top: 10px;
	}
	
	ul#nav_fiction li a {
		color: #238276;
		display: block;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1.3em;
		line-height: 1.5em;
		text-decoration: none;
		text-align: left;
	}
	
	ul#nav_fiction li a:hover {
		background: #edfbfa;
		color: #6b7302;
		text-decoration: none;
	}
	
	ul#nav_translations {
		float: right;
		padding: 0 10px 0 0;
		width: 230px;
	}
	
	ul#nav_translations h4.translations {
		background: transparent url(images/h4_translations.gif) no-repeat;
		height: 29px;
		text-indent: -9999px;
		width: 230px;
	}
	
	ul#nav_translations li {
		border-bottom: 1px dotted #afce8f;
		list-style-type: none;
		margin: 0 10px 0 10px;
		padding-top: 10px;
	}
	
	ul#nav_translations li a {
		color: #238276;
		display: block;
		font-family: Georgia, "Palatino", "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 1.3em;
		line-height: 1.5em;
		text-decoration: none;
		text-align: left;
	}
	
	ul#nav_translations li a:hover {
		background: #edfbfa;
		color: #6b7302;
		text-decoration: none;
	}	
	
	#site_info {
		clear: both;
		margin-top: 350px;		
	}	
	
	#site_info p {
		color: #666;	
		font-family: Georgia, serif;
		font-size: 1.3em;
		text-align: center;
	}	
	
	#site_info p a {
		color: #238276;	
	}








	

