/* CSS Document - Eben Venter
   --- master.css */
   
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background: #000;
	font: 100% 'Trebuchet MS', Arial, sans-serif;
	line-height: 1em;
	text-align: center;
}

.audio-player-box{
	float:left;
	clear:both;
	padding:10px 15px 15px 15px;
	background:#efefef;
	border-top:4px solid #dedede;
	margin:20px 0 4px 0;
	font: 100% 'Trebuchet MS', Arial, sans-serif;
}
.audio-player-box .download-link{
	padding:5px 10px 5px 34px;
	float:left;
	clear:both;
	margin:4px 0 0 0;
	background:#fafafa url(../images/sound-a.png) no-repeat 10px center;
	display:none;
}

/* CONTAINER
   -------------------------------- */
   
div#container {
	margin: 8px auto;
	padding-top: 32px;
	width: 1020px;
	background: #fff;
	color: #030303;
	text-align: left;
	font-size: 70%;
}

/* HEADER
   -------------------------------- */
   
div#header {
	margin: 0 30px;
	padding: 16px 0 6px 0;
	background: #000;
	color: #fff;
}

h1 {
	margin-left: 30px;
	margin-bottom: 16px;
	text-transform: uppercase;
	float: left;
}

h1 img {
	visibility: visible;
}

h2.pg-hdr img {
	visibility: visible;
}

p#language {
	margin-right: 15px;
	text-align: right;
}

#language a {
	color: #fff;
	text-decoration: none;
}

/* CONTENT
   -------------------------------- */
   
div#content {
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	padding: 40px 0;
	background: #f5f5f5;
	color: #646464;
	width: 630px;
	min-height: 800px;
	height: auto !important;
    height: 800px;
	font-size: 1.1em;
	overflow-x: hidden;
}

.caption {
	display: block;
	line-height: 1.2em;
	margin-bottom: .6em;
}

.image-block-center {
	display: block;
	text-align: left;
	font-size: .8em;
	color: #8f8f8f;
	margin: 0 auto;
}

.image-block-right {
	float: right;
	text-align: left;
	font-size: .8em;
	padding-left: 18px;
	color: #8f8f8f;
	margin-left: 30px;
}

.image-block-left {
	float: left;
	text-align: left;
	font-size: .8em;
	color: #8f8f8f;
	margin-right: 30px;
}

.footnote {
	vertical-align: super;
        font-size: .8em;
}

#content h2.pg-hdr {
	margin-left: 30px;
	margin-bottom: 30px;
}

#content p {
/*	margin: 0 30px 1.4em 30px;*/
	line-height: 1.4em;
}

#content a {
	color: #be0d1d;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content blockquote {
	margin: 1em 30px;
}

#content ul {
	margin-left: 15px;
}
#content .blog-post{
	clear:both;
	margin:6px 0 0 0;
}
	
#content .post-body {
	margin: 0 30px 1.4em 30px;
	line-height: 1.4em;
}

#content .post-title {
	margin-left: 30px;

	float:left;
}

#content h3.pt-title, #content h3.pt-date, #content h3.pg-subtitle, #content h3.pg-title {	

}

#content h3.pt-date, #content h3.pg-subtitle {
	margin-left: 30px;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-bottom: -4px;
	background: url('../images/hdr-block.gif') 0 3px no-repeat;
	color: #a9a9a9;
}

#content h3.pt-title, #content h3.pg-title , #content h2.pt2-title {
	position: relative;
	top: -32px;
	margin-left: 30px;
	padding-left: 40px;
	padding-top: 2px;
	color: #3d3d3d;
	width:538px;
	overflow:hidden;
}

#content #articles-page h2.post-title, #content #other_writing-page h2.post-title {
	margin: 0 0 1.4em 30px;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	background: none;
	border: none;
	width:538px;
	overflow:hidden;
}

#content #articles-page .pt-title, #content #other_writing-page .pt-title {
	margin: 0 0 0 30px;
	padding: 30px 0 0 0;
	font-size: 1em;
}

#content #articles-page .pt-date, #content #other_writing-page .pt-date {
	display: none;
}

/* SUB-CONTENT
   -------------------------------- */
   
div#sub-content {
	margin-right: 30px;
	padding-top: 25px;
}

div#sub-content  h2 {
	margin-bottom: .4em;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
}

/* BIO
   -------------------------------- */
   
div#bio {
	height: 170px;
	margin-bottom: 1.4em;
}   
   
img#bio-photo {
	float: left;
	margin-right: 15px;
	padding: 15px;
	border: 1px solid #e4e4e4;
}
.bio-info{
		float:left;
		width:120px;
		height:100px;
		overflow:hidden;

	}

#bio h2 {
	margin-bottom: .1em;
}

#bio h2 img {
	visibility: visible;
}

#bio p {
	line-height: 1.4em;
	margin-bottom: .7em;
}

#bio a {
	color: #be0d1d;
	text-decoration: none;
}

/* NAVIGATION - EN 
   --------------------------------*/

ul#main-nav {
	list-style-type: none;
}

#main-nav li {
	float: left;
	display: inline;
}

#main-nav li a {
	height: 61px;
	width: 303px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#main-nav #home a {
	background: url('../images/navigation.png') 0 0 no-repeat;
	visibility: visible;
}

#main-nav #books a {
	background: url('../images/navigation.png') 0 -61px no-repeat;
}

#main-nav #biography a {
	background: url('../images/navigation.png') 0 -122px no-repeat;
}

#main-nav #articles a {
	background: url('../images/navigation.png') 0 -183px no-repeat;
}

#main-nav #other_writing a {
	background: url('../images/navigation.png') 0 -244px no-repeat;
}

#main-nav #contact a {
	background: url('../images/navigation.png') 0 -305px no-repeat;
	margin-bottom: 40px;
}

#main-nav #home a:hover, #main-nav #home a.current
{
	background-position: -303px 0;
}

#main-nav #books a:hover, #main-nav #books a.current
{
	background-position: -303px -61px;
}

#main-nav #biography a:hover, #main-nav #biography a.current
{
	background-position: -303px -122px;
}

#main-nav #articles a:hover, #main-nav #articles a.current
{
	background-position: -303px -183px;
}

#main-nav #other_writing a:hover, #main-nav #other_writing a.current
{
	background-position: -303px -244px;
}

#main-nav #contact a:hover, #main-nav #contact a.current
{
	background-position: -303px -305px;
}

/* NAVIGATION - AF 
   --------------------------------*/
ul#main-nav-af {
	list-style-type: none;
}

#main-nav-af li {
	float: left;
	display: inline;
}

#main-nav-af li a {
	height: 61px;
	width: 303px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#main-nav-af #home a {
	background: url('../images/navigation_af.png') 0 0 no-repeat;
	visibility: visible;
}

#main-nav-af #books a {
	background: url('../images/navigation_af.png') 0 -61px no-repeat;
}

#main-nav-af #biography a {
	background: url('../images/navigation_af.png') 0 -122px no-repeat;
}

#main-nav-af #articles a {
	background: url('../images/navigation_af.png') 0 -183px no-repeat;
}

#main-nav-af #other_writing a {
	background: url('../images/navigation_af.png') 0 -244px no-repeat;
}

#main-nav-af #contact a {
	background: url('../images/navigation_af.png') 0 -305px no-repeat;
	margin-bottom: 40px;
}

#main-nav-af #home a:hover, #main-nav-af #home a.current
{
	background-position: -303px 0;
}

#main-nav-af #books a:hover, #main-nav-af #books a.current
{
	background-position: -303px -61px;
}

#main-nav-af #biography a:hover, #main-nav-af #biography a.current
{
	background-position: -303px -122px;
}

#main-nav-af #articles a:hover, #main-nav-af #articles a.current
{
	background-position: -303px -183px;
}

#main-nav-af #other_writing a:hover, #main-nav-af #other_writing a.current
{
	background-position: -303px -244px;
}

#main-nav-af #contact a:hover, #main-nav-af #contact a.current
{
	background-position: -303px -305px;
}


/* NEWSLETTER
   -------------------------------- */

#newsletter h2 {
	margin-bottom: .4em;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
}

#newsletter h2 img {
	visibility: visible;
}

#newsletter input {
	margin-bottom: .4em;
	padding: 8px 10px;
	border: 1px solid #b2b2b2;
	width: 242px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #4e4e4e;
}
#newsletter .subscribe-btn{
		width:110px;height:34px;
		border:0 none;
	}

/* FOOTER
   -------------------------------- */
  
div#footer {
	margin: 0 30px;
	padding: 1.4em 0;
	clear: left;
	color: #030303;
}

#footer a {
	color: #030303;
	text-decoration: none;
}

/* -------------------------------- 
   BOOKS (page)
   -------------------------------- */

div#wn	{ 
	position:relative; 
	width:600px; height:200px; 
	overflow:hidden;	
	}

div#book-links {
	margin: 1.4em 30px
}

/* BOOK-BRIEF
   -------------------------------- */
   
div.book-brief {
	float: left;
	width: 125px;
	margin: 0 16px 30px 0;
	text-align: center;
	line-height: .9em;
}

.book-brief .book-cover img {
	margin-bottom: .4em;
	padding: 10px;
	background: #fff;
	border: 1px solid #bcbcbc;
}

.book-brief a {
	color: #be0d1d;
	text-decoration: none;
}
  
/* BOOK-DETAIL
   -------------------------------- */
  
div.book-detail {
	clear: left;
	margin: 0 30px 15px 30px;
	padding-top: 60px;
	border-top: 1px solid #898989;
}

.book-detail .book-cover img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 12px;
	background: #fff;
	border: 1px solid #bcbcbc;
}

.book-detail h3 {
	font-size: 1em;
	font-weight: bold;
	float: left;
	width: 352px;
}

div.book-chapter {
	clear: left;
	padding: 30px;
	background: #fff;
	border: 1px solid #d7d7d7;
}

/* -------------------------------- 
   BIOGRAPHY (page)
   -------------------------------- */

.bio-section {
	margin: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #898989;
}

#content .bio-section h3 {
	margin-bottom: 1.4em;
	text-transform: uppercase;
}

#content .bio-section p {
	margin: 0 0 1.4em 0;
}

#content .bio-section p.link-list {
	margin-top: 4em;
}

#content .bio-section a {
	color: #be0d1d;
	font-weight: bold;
	text-decoration: none;
}

div#recipe {
	clear: left;
	margin: 30px;
	padding: 30px;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.red-hdr {
	color: #be0d1d;
	font-weight: bold;
}

#content #recipe p {
	margin: 1.4em 0 0 0;
}

#recipe ul, ol {
	list-style-type: none;
}

/* -------------------------------- 
   ARTICLES and OTHER WRITING (pages)
   -------------------------------- */
.author {
display:none;
}

.date {
display:none;
}
div#table-of-contents {
	margin: 0 30px 1.4em 30px;
	padding: 20px 20px 20px 20px;
	float: right;
	background: #fff;
	border: 1px solid #d6d6d6;
	width: 185px;
	position:relative;

}

#content #table-of-contents h2 {
	margin: 0 15px;
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
	background: none;
	font-weight: bold;
	font-size: 1em;
}

#content #table-of-contents ul {
	margin: 0 15px;
	list-style-type: none;
}

#content #table-of-contents li {
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

#content #table-of-contents a {
	color: #be0d1d;
	font-weight: bold;
	text-decoration: none;
}

#content #table-of-contents #creditfooter {
	display: none;
}

#content #home-page p.top-link, #content .top-link a, #content #home-page div.clear {
	display: none;
}

#content #articles-page p.top-link, #content #other_writing-page p.top-link {
	display: inline;
	float: right;
	margin: 30px;
	text-align: center;
	width: 112px;
	padding: 10px 0;
	border: 1px solid #dcdcdc;
}

#content #articles-page .top-link a, #content #other_writing-page .top-link a {
	display: inline;
	color: #be0d1d;
	font-weight: bold;
	text-decoration: none;
}

div.clear {
	clear: right;
	margin: 30px;
	border-top: 1px solid #898989;
}

/* -------------------------------- 
   CONTACT (page)
   -------------------------------- */
   
div#contact-blurb {
	float: right;
	width: 230px;
}

table.webform {
	margin: 0 0 1.4em 30px;
	width: 332px;
	font: 1em 'Trebuchet MS', Arial, sans-serif;
}

.webform input {
	margin-bottom: .4em;
	padding: 8px 10px;
	border: 1px solid #b2b2b2;
	width: 330px;
	color: #4e4e4e;
	font: 1em 'Trebuchet MS', Arial, sans-serif;
}

.webform textarea {
	margin-bottom: .4em;
	padding: 8px 10px;
	border: 1px solid #b2b2b2;
	width: 330px;
	color: #4e4e4e;
	font: 1em 'Trebuchet MS', Arial, sans-serif;
}

.webform .cat_dropdown_smaller {
	margin-bottom: .4em;
	padding: 4px 10px;
	color: #4e4e4e;
	width: 100px;
	font: 1em 'Trebuchet MS', Arial, sans-serif;
}

.webform option {
	padding: 0 10px;
	font: 1em 'Trebuchet MS', Arial, sans-serif;
}

.webform .submit-btn {
    margin-right: 2px;
	float: right;
}

div.pagination {
	display: none;
}

a#webapp3525next {
	display: none;
}

.image-block-right img {
	padding: 8px;
	border: 1px solid #bcbcbc;
	background: #fff;
	margin-bottom: 1em;
}

.image-block-left img {
	padding: 8px;
	border: 1px solid #bcbcbc;
	background: #fff;
	margin-bottom: 1em;
}

.image-block-center img {
	text-align: center;
	padding: 8px;
	border: 1px solid #bcbcbc;
	background: #fff;
}

.image-block-center .caption {
	width: auto;
}

.image-block-right .caption,
.image-block-left .caption {
	width: 220px;
}

#kalahari { margin-top:25px; }
#kalahari a { color: #ae2330; }