/*
Theme Name: Maasai
Theme URI: http://walkingwithmaasai.org/
Description: A custom theme for walkingwithmaasai.org.
Version: 1.0
Author: JT / Hennie Marais
Author URI: http://elevationmultimedia.co.uk/

	This theme was designed by Hennie Marais and built by JT

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	margin: 0;
	font-size: 75%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ededed;
	background-image: url('images/shieldsbg2.jpg');
	color: #333;
	text-align: center;
}

#page
{
	width: 800px;
	margin: 20px auto;
	border: 1px solid #ddd;
	background-color: #fbfbbc;
	text-align: left;
}

#headerimg
{
	margin: 0;
	padding: 0;
	border: 0;
	height: 150px;
	width: 800px;
}

#sidebar
{
	margin-top: -1.8em;
	padding: 0 1.5em;
	border: 0;
	list-style: none;
	white-space: nowrap;
	text-align: center;
}

#sidebar li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar li a
{
	margin: 0;
	padding: .5em 1em;
	text-decoration: none;
	font-size: 90%;
	color: #fff;
}

#sidebar li.current_page_item a
{
	background-color: #fbfbbc;
	color: #000;
}

#sidebar li a:hover
{
	background-color: #333;
}

#sidebar li.current_page_item a:hover
{
	background-color: #fbfbbc;
}

#content
{
	padding: 20px 10px;
}

.centered_text
{
	text-align: center;
}

#flashfader
{
	
	text-align: center;
         float:right;
  margin-left:10px;
}

#footer
{
	text-align: center;
	font-size: 60%;
	color: #666;
}

#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#footer a:hover
{
	color: #000;
}

#footer ul
{
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	margin: 0 1em;
	padding: 0;
	list-style: none;
}

.rss
{
	background: url('images/feed.png') center right no-repeat;
	padding: 2px 16px 2px 0;
	margin: 0 1em;
}

#footer p
{
	margin: .5em 0;
	padding: 0;
}

#footerlogo
{
	vertical-align: bottom;
}
