/*
Theme Name: African-Shaman
Theme URI: http://www.african-shaman.com/
Description: A custom theme for <a href="http://www.african-shaman.com">www.african-shaman.com</a>.
Version: 1.0
Author: Luke Canvin & Mip Design Studio
Authot URI: http://www.lukecanvin.co.uk/

*/


/* Base
------------------------------------------------------*/

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

body
{
	background: #2675B0 url("images/bg_stone.jpg") repeat fixed 100% 0%;
	font: normal 0.8em Arial, Tahoma, sans-serif;
	color: #333333;
	padding-bottom: 20px;
}

p, blockquote
{
	margin: 0px 0px 10px 0px;
	line-height: 130%;
	color: #333333;
	font-size: 1.1em;
}

#sidebar p
{
	margin-bottom: 5px;
}

a
{
	outline: none;
	text-decoration: underline;
	color: #9E2E02;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

.left
{
	float: left;
	margin: 0px 15px 5px 0px !important;
}

.right
{
	float: right;
	margin: 0px 0px 5px 15px !important;
}

blockquote
{
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#content-main blockquote
{
	padding: 10px 20px;
}

pre
{
	font-family: Courier, monospace;
	font-size: 1.1em;
	margin-bottom: 10px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

div.post
{
	overflow: auto;
	float: left;
}

.addthis_toolbox
{
	margin: 0 0 20px 91px;
}

.addthis_button
{
	margin: 0;
	padding: 0;
}

#content-wrapper .addthis_button img
{
	background: none;
	margin: 0;
	padding: 0;
}

/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 900px;
	margin: 0px auto;
}

#page-navigation
{
	background: url("images/bg_page_navigation.png") no-repeat 0% 0%;
	padding: 10px 0px 0px 20px;
}

#page-content
{
	background: url("images/bg_page_content.png") repeat-y 0% 0%;
	padding: 0px 10px 0px 10px;
}

#page-footer
{
	background: url("images/bg_page_footer.png") no-repeat 0% 100%;
	padding: 10px 25px 20px 20px;
	text-align: right;
}

#content-wrapper
{
	padding: 20px 25px 40px 25px;
}

#content-main
{
	width: 535px;
	float: left;
	padding: 0px 0px 30px 0px;
}

#content-main.wide, #content-main.wide-preview
{
	width: 820px;
	float: none;
}

#content-sidebar
{
	width: 265px;
	float: right;
}

#content-extras
{
	background-color: #F3EFCA;
	padding: 0px 25px 20px 0px;
}


/* Branding
------------------------------------------------------*/

#branding
{
	height: 120px;
	padding-right: 10px;
	background: url("images/bg_page_search.png") no-repeat top right;
}

#logo h1
{
	display: block;
	width: 455px;
	height: 100px;
	text-indent: -9999px;
	float: left;
	background: url("images/logo.png") no-repeat 0% 0%;
	padding: 0px;
	margin-top: 15px;
	margin-left: 96px;
}

#search
{
	width: 244px;
	float: right;
	margin: 28px 0px 0px 0px;
}

#search em
{
	display: block;
	font: bold 0.9em Arial, tahoma, sans-serif;
	color: #333333;
	margin: 0px 0px 4px 0px;
}

#search .box
{
	background-color: #ffffff;
	padding: 2px;
}

#search input
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #333333;
	width: 182px;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 2px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

#search input.submit
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #333333;
	text-transform: uppercase;
	width: 40px;
	margin: 0px;
	padding: 2px 1px 1px 1px;
	border: none;
	float: right;
	cursor: pointer;
}


/* Page navigation
------------------------------------------------------*/

#page-navigation .rss
{
	background:  url("images/icon_rss.png") no-repeat 0% 0%;
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	margin: -15px 15px 0px 0px;
}

#nav {
	height: 40px;
  padding: 0px;
	margin: 0px;
}

#nav li {
  float: left;
  list-style: none;
	z-index: 10;
}

#nav li.back {
  background: #EADC46 url("images/page_nav_hover.png") no-repeat 0% 100%;
  width: 2px; 
	height: 40px;
  z-index: 8;
  position: absolute;
}

#nav li a {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
  z-index: 10;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
	padding: 12px 15px 12px 15px;
}

#nav li li a, #nav li li a:visited, #nav li li a:active {
	background: none;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	padding: 7px 5px 7px 15px
}

#nav li.current_page_item a {
  color: #9E2E02;
}

#nav li.current_page_item li a {
  color: #333333;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}


/* Breadcrumbs
------------------------------------------------------*/

#breadcrumbs
{
	padding: 0px 20px 10px 25px;
	background-color: #EADC46;
}

#breadcrumbs a
{
	color: #9E2E02;
}

#breadcrumbs strong
{
	color: #333333;
}



/* Page content
------------------------------------------------------*/

#content-head
{
	height: 220px;
	border-top: 10px solid #EADC46;
	border-bottom: 10px solid #EADC46;
}

#content-head img
{
	display: block;
	min-height: 220px;
}

#content-wrapper h1, #content-wrapper h2
{
	font: normal 2em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #9e2e02;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #bbbbbb;
}

#content-wrapper h1
{
	font-weight: bold;
}

#content-wrapper h2.intro
{
	font-size: 1.8em;
	line-height: 1.4em;
	letter-spacing: 0.04em;
	border-bottom: none;
	padding: 0;
}

#content-wrapper h2 span
{
	color: #7e8157;
}

#content-wrapper h3
{
	font: normal 1.6em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #9E2E02;
	margin: 15px 0px 10px 0px;
}

#content-wrapper h3 span
{
	color: #333333;
}

#content-wrapper h3.posted
{
	font: bold 1.0em/1.1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: -12px 0px 20px 0px;
	text-transform: none;
	xtext-align: right;
}

#content-wrapper h4
{
	font: normal 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #9E2E02;
	margin: 20px 0px 10px 0px;
}

#content-wrapper #sidebar h4
{
	margin: 0px 0px 10px 0px;
}

#content-wrapper img
{
	border: 1px solid #DFDCC4;
	background-color: #F3EFCA;
	margin: 0px 0px 10px 0px;
	padding: 4px;
}

#content-wrapper a
{
	color: #9E2E02;
}

#content-main ul, #content-main ol
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 19px;
}

#content-main ul ul, #content-main ol ol
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 19px;
}

#content-main ul li, #content-main ol li
{
	margin: 5px 0px;
}

#content-main ul
{
	list-style-type: disc;
}

#content-main ul ul
{
	list-style-type: circle;
}

#content-main ul ul ul
{
	list-style-type: square;
}

#content-main ol
{
	list-style-type: decimal;
}

#content-main ol ol
{
	list-style-type: lower-alpha;
}

#content-main ol ol ol
{
	list-style-type: lower-roman;
}

#content-main p, #content-main blockquote
{
	text-align: justify;
}

/* Page content - Wordpress image alignment
------------------------------------------------------*/

#content-wrapper .aligncenter,
#content-wrapper div.aligncenter {
   margin-left: auto;
   margin-right: auto;
   display: block;
}

#content-wrapper .alignleft {
   float: left;
}

#content-wrapper .alignright {
   float: right;
}

#content-wrapper .wp-caption {
   border: 1px solid #DFDCC4;
   text-align: center;
   background-color: #F3EFCA;
   padding-top: 4px;
   margin: 10px;
}

#content-wrapper .wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

#content-wrapper .wp-caption p.wp-caption-text {
   font-size: 0.9em;
   line-height: 1.2em;
   padding: 3px 4px 5px 4px;
   margin: 0;
   text-align: center;
}


/* Page content - topics
------------------------------------------------------*/

#content-main .post-item
{
	margin: 0px 0px 20px 0px;
}

#content-main .post-item h2
{
	margin-bottom: 8px;
}

#content-main .post-item h2 a
{
	text-decoration: none;
}

#content-main .post-item h2 a:hover
{
	color: #333333;
}

#content-main .post-item h3
{
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
}

#content-main .post-item img
{
	float: left;
	margin: 3px 15px 3px 0px;
}

#content-main .post-item a.detail
{
	font: normal 1em Arial, tahoma, sans-serif;
}

#post-navigation
{
	margin: 50px 0px 0px 0px;
	padding: 8px;
	background-color: #f1f1e7;
}

#post-navigation a
{
	display: block;
	float: left;
	font: bold 0.9em Arial, Tahoma, sans-serif;
	color: #9E2E02;
	text-decoration: none;
}

#post-navigation .next a
{
	float: right;
}

#post-navigation a:hover
{
	color: #9E2E02;
	text-decoration: underline;
}

#post-indexing
{
	margin: 50px 0px 0px 0px;
	padding: 8px;
	background-color: #f1f1e7;
}

#related-posts
{
	margin: 50px 0px -50px 0px;
	padding: 12px 10px 10px 15px;
	background-color: #f8f8f3;
}


#related-posts h3
{
	margin: 0px 0px 10px 0px;
}

/* Page content - events
------------------------------------------------------*/

#content-main div#event-list div
{
	padding: 10px;
	background-color: #F3EFCA;
	margin-bottom: 20px;
}

#content-main div#event-list div h4
{
	margin-top: 0;
}

/* Page content - images
------------------------------------------------------*/

#content-main .alignleft
{
	float: left;
	margin: 3px 15px 10px 0px;
}

#content-main .alignright
{
	float: right;
	margin: 3px 0px 10px 15px;
}

p.signature
{
	background: url("images/signature.png") no-repeat 0 0;
	text-indent: -9999px;
	height: 70px;
	width: 225px;
	margin: 20px 0px 10px 0px;
}


/* Page content - comments
------------------------------------------------------*/

#content-main .commentlist
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content-main h3#respond, #content-main h3#comments
{
	margin-top: 40px;
}

.commentlist li
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #DFDCC4;
}

.commentlist cite
{
	display: block;
	padding-top: 12px;
}

#content-main .commentlist h4
{
	font-size: 1.0em;
	margin-top: 0;
}

#content-main .commentlist h4 strong
{
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
}

#content-main h4 img 
{
	float: left;
	width: 53px;
	height: 53px;
	padding: 4px;
	margin: 0px 20px 0px 0px;
	background-color: #fff;
	border: 1px solid #dcd8c5;
}
		
.commentinfo {
	float: left;
	padding-top: 5px;
	font-size: 0.9em;
}

.commentlist li.my_comment 
{
	background-color: #f1f1e7;
	padding: 10px 0px 0px 10px;
}

.commenttext 
{
	font-size: 0.9em;
}

.commentlist code 
{
	font-size: 1.3em;
	line-height: 120%;
}

#content-main .commentlist .wp-smiley 
{
	border: none;
	padding: 0px;
	background: none;
}


/* Page content - comment forms
------------------------------------------------------*/

#post-comment
{
	background-color: #F3EFCA;
	padding: 20px 20px 10px 20px;
}

#content-main #post-comment input, #content-main #post-comment textarea
{
	background-color: #fff;
}

#content-main label
{
	display: block;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #333333;
	float: left;
	width: 180px;
	margin: 5px 0px 10px 0px;
}

#content-main #post-comment .recaptchatable label
{
	float: none;
}

#content-main #post-comment .recaptcha-error
{
	font-size: 1em;
	color: #AF1500;
}

#content-main input,
#content-main textarea,
#content-sidebar input
{
	width: 305px;
	border: 1px solid #CBC8B2;
	font: normal 1.1em/120% Arial, tahoma, sans-serif;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 4px;
}

#content-main input.content-submit
{
	width: 200px;
}

#sidebar .newsletter-form
{
	overflow: hidden;
}

#sidebar .wpcf7 input,
#sidebar .newsletter-form input
{
	width: 205px;
	margin: 0;
}

#sidebar .wpcf7 input.submit,
#sidebar .newsletter-form input.submit
{
	width: 213px;
}

#sidebar .wpcf7 .ajax-loader
{
	margin: 0px 0px 0px 90px;
	padding: 0;
}

#content-main .wpcf7 .ajax-loader
{
	margin: 0;
	padding: 0;
}

.wpcf7 .wpcf7-response-output
{
	margin: 0;
}

.wpcf7 span.wpcf7-not-valid-tip
{
	width: 200px;
}

#content-main textarea
{
	width: 320px;
	height: 150px;
}

#content-main textarea.comment
{
	margin: 0px 0px 5px 0px;
	width: 485px;
}

#content-main input.submit,
#content-main #post-comment input.submit,
#content-sidebar input.submit
{
	display: block;
	float: left;
	width: 150px;
	background-color: #EADC46;
	border: 1px solid #CBC8B2;
	font: normal 1.2em/120% Georgia, Times, serif;
	color: #9e2e02;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

#content-main input.submit:hover,
#content-main #post-comment input.submit:hover,
#content-sidebar input.submit:hover
{
	color: #333333;
	cursor: pointer;
}

#content-main input:focus, #content-main textarea:focus
{
	border: 1px solid #333333;
}


/* Page content - comment form 7 plugin
------------------------------------------------------*/

#content-main .wpcf7
{
	margin-top: 20px;
}

#content-main .wpcf7 textarea
{
	width: 485px;
}

#content-main .contact-captcha
{
	overflow: hidden;
	margin-bottom: 10px;
}

#content-main .contact-captcha label
{
	width: 220px;
	margin: 0;
}

#content-main .contact-captcha label img
{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#content-main .contact-captcha input
{
	width: 265px;
}


/* Page content - sidebar
------------------------------------------------------*/

#content-sidebar h2
{
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 13px 5px 13px 15px;
	border: none;
	background: url("images/bg_widget_header.png") no-repeat 0px 0px;
}

#sidebar
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li
{
	margin-bottom:20px;
	padding-bottom: 15px;
	background: #F3EFCA url("images/bg_sidebar_widget.gif") no-repeat 0% 100%;
}


#sidebar li .textwidget
{
	padding: 0px 25px 0px 25px;
}

#sidebar li li
{
	margin-bottom: 2px;
	padding: 0px 25px 0px 12px;
	background: url("images/bullet_2.gif") no-repeat 0px 8px;
}

#sidebar li li ul
{
	list-style: disc;
}

#sidebar li li li
{
	padding: 0px;
	background: none;
	margin-bottom: 5px;
}

#sidebar li ul
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	display: inline-block;
}

#sidebar li ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#sidebar li a.book-now-button,
#content-main a.book-now-button
{
	display: block;
	background-color: #EADC46;
	border: 1px solid #CBC8B2;
	font: normal 1.2em/120% Georgia, Times, serif;
	color: #9e2e02;
	margin: 15px 0 0 0;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}

#sidebar li a.book-now-button:hover,
#content-main a.book-now-button:hover
{
	color: #333333;
}

#content-main a.book-now-button
{
	width: 200px;
}

#sidebar div.ubuntu-fund
{
	text-align: center;
}

#sidebar li.widget_recent_comments li
{
	background: url("images/icon_comment.gif") no-repeat 0px 5px;
	padding-left: 17px;
}

#sidebar li.widget_recent_entries ul
{
	
	padding-left: 10px;
}

#sidebar li.widget_recent_entries li
{
	background: url("images/icon_star.gif") no-repeat 0px 0px;
	padding-left: 22px;
	margin-bottom: 5px;
}

#sidebar li.widget_archive li
{
	background: url("images/icon_calendar.gif") no-repeat 0px 1px;
	padding-left: 24px;
}

#sidebar li.widget_categories ul
{
	
	padding-left: 10px;
}

#sidebar li.widget_categories li
{
	
	float: left;
	background: url("images/icon_category.gif") no-repeat 0px 0px;
	width: 105px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 22px;
}

#sidebar li.widget_tag_cloud a
{
	padding: 0px 0px 0px 15px;
}

#sidebar li.widget_flickrRSS div
{
	margin-left: 10px;
}

#sidebar li.widget_flickrRSS img
{
	width: 43px;
	height: 43px;
	border: 3px solid #fff;
	padding: 0px;
	margin: 0px 0px 8px 10px;
}

#content-sidebar p#social-links
{
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.6em;
}

#content-sidebar p#social-links img
{
	border: none;
	padding: 0;
	background: none;
	margin: 0;
	margin-bottom: -2px;
}

/* Page content extras
------------------------------------------------------*/

#content-extras h3
{
	background: url("images/bg_content_extras_title.png") no-repeat 0% 0%;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 20px 15px;
	position: relative;
}

#content-extras a
{
	color: #9E2E02;
}

#content-extras .inner
{
	padding: 0px 15px 0px 15px;
}

#extras-about .pdf
{
	display: block;
	background: url("images/icon_pdf.gif") no-repeat 0% 50%;
	padding: 18px 0px 18px 60px;
	font: normal 1.0em/120% Arial, tahoma, sans-serif;
	color: #90380e;
}

#extras-about .pdf strong
{
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#extras-comments ul
{
	margin: -5px -5px 0px -5px;
	padding: 0px;
	list-style: none;
}

#extras-comments li
{
	border-bottom: 1px solid #abab7b;
}

#extras-comments li a
{
	display: block;
	font: normal 1.0em/120% Arial, tahoma, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	background: url("images/icon_comment_2.gif") no-repeat 3px 8px;
}

#extras-comments li a:hover
{
	background-color: #cbcba9;
}

#extras-comments li a span
{
	display: block;
	color: #90380e;
}


/* Page content extras - widget friendly
------------------------------------------------------*/

#content-extras .extras-item
{
	float: left;
	width: 261px;
	margin: -20px 0px 0px 24px;
}

#content-extras .extras-item .textwidget
{
	padding: 0px 15px 0px 15px;
}

#content-extras .extras-item ul
{
	padding: 0px 15px 0px 25px;
}


/* Page footer
------------------------------------------------------*/

#page-footer p
{
	font: normal 1.0em/150% Arial, tahoma, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px;
}




