﻿/*  
Theme Name: Natural Track
Description: Theme for Natural Track Safaris Blog
Version: 1.0
Author: Ken Anyama
Author URI: http://www.anyake.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #703635;
	color: #000000;
	font-size:76%;
}

a:link, a:visited{
	text-decoration: underline;
	color: #008000;
}

a:hover{
	text-decoration: none;
	color: #808080;
}

p{
	padding: 10px 0 0 0;
}

#wrapper_cont{
	margin: 0 auto;
	width: 952px;
	background-image:url('images/bg_shadow.gif');
	background-repeat: repeat-y;
	height:auto;
}
 
#wrapper{
	margin: 0 auto;
	width: 916px;
	text-align: left;
}

#header{
	float: left;
	width: 916px;
	height:110px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
}

#header h1{
	font-family: Georgia, Sans-serif;
	padding: 0 0 10px 0;
    font-size: 0;
    text-indent: -1000px; 	
}

#header .desc {
	padding: 110px 0 0 55px;
	display:block;
	color:gray;
}

#nav {
	background-color:#91AF8A;
	height:35px;
	width:916px;
	clear:both;
/*	overflow:hidden;*/
}

#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 20px;
}

#nav li{
	float:left;
	padding: 0;
	margin:0;
/*	border:1px transparent solid;*/
	width:auto;
}

#nav a {
	color: #000080;
	width: auto;
	padding: 3px 15px 10px 15px;
	text-decoration: none;
/*	border-left: 1px #0A2703 solid;*/
	border-right: 1px #0A2703 solid;
	display: block;
}

#nav a:hover {
	color: white;
	background-color: #694343;
/*	border-left: 1px #EEEADE solid;*/
	border-right: 1px #EEEADE solid;
}


.sidebar{
	float: left;
	width: 235px;
	background: #eeeeee;
	margin:0;
	display:inline;
}

.sidebar a {
	color: #694343;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #336699;
}

.sidebar ul{
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0 10px 0 15px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 1.4em;
}

.sidebar ul ul li{
	padding: 0;
	line-height:22px;
}

#container{
	float: left;
	width: 620px;
	padding:10px 30px;;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #694343;
}

.post a {
	text-decoration: none;
	color: #694343;
}

.post a:hover {
	text-decoration:underline;
	color: #0A2703;	
}

.entry{
	line-height: 1.8em;
	border-bottom:1px gray solid;
	padding:0;
	text-align:justify;
}

.entry h3{
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #336600;
}

.entry h4{
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #008000;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	padding: 10px;
	background-color:#EEEEEE;
}

.postmetadata a{
	font-weight:bold;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.ments a{
	color: white;
	background-color:#B22456;
	font-weight: bold;
	padding:5px;
}

table#wp-calendar{
	width: 100%;
}

table#wp-calendar td {
	text-align:center;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#rightside {
	width:230px;
	float:left;
/*	border:1px black solid;*/
	padding:20px 10px 10px 10px;
	line-height:1.6em;
	display:inline;
	overflow:hidden;
}

#rightside h2 {
	color: #694343;
	font-size: 1.4em;
}

#rightside ul{
	padding: 0;
	margin: 0;
	list-style-type:none;
	display:inline;
} 

#rightside li {
	padding:2px 0;
}

#rightside ul li ul li{
	padding:0 0 0 5px;
	margin:0 0 0 10px;		
}

#rightside ul li ul{
	padding:0px;
	margin:0;
	list-style-type:disc;
	display:inline;
}

.pastart {
	width:220px;
}


#searchbox {
	background-color: #694343;
	padding: 5px;
}

div.share {
	padding:5px 0;
}

div.share a img {   
    padding: 5px;   
}   
  
div.share a:hover img {   
    background: #eeeeee;   
    border: solid 1px #cccccc;   
    padding: 4px;   
}

#footer{
	clear: both;
	width: 952px;
	height:33px;
	margin:0 auto;
	background-image:url('images/footer_shadow.gif');
}

#foot_cont{
	clear: both;
	width: 916px;
	height: 70px;
	background-color: #694343;
	margin: 0 auto;
	line-height: 1.8em;
}

#foot_cont ul{
	list-style-type: none;
	padding: 20px 0 0 40px;
}

#foot_cont li{
	float: left;
	padding: 0 30px 0 10px;
	border-left: 1px white solid;
/*	background-color: #C0E1FA;	*/
}

#foot_cont P {
	line-height: 18px;
	color: #EEEADE;
	display: block;
	clear: both;
	text-align: center;
}





