/*  
Theme Name: Mucho Wilderness Africa
Theme URI: http://www.mucho.com.au
Description: Based on Digg-like 3 Columns Wordpress theme created by Small Potato (WPDesigner.com). Re-released under GPL.
Version: 1.0.2
Author: Small Potato
Author URI: http://www.wpdesigner.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffe6;
	color: #fff;
	background-image: url(images/bg-drop.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
	margin-top:  0px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}


a{
	text-decoration: none;
	color: #333;
}

a:hover{ text-decoration: underline; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

.sidebar ul li a, .obar ul li a{
	border-bottom: 1px dotted #999;

}

.sidebar ul li a:hover, .obar ul li a:hover{
	color: #993333;
	border-bottom-style: none;	
	text-decoration: none;
	background-color: #ffffcc;
}


blockquote{
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 80%;
	border: 0;
	height: 0px;
	text-align: center;

}

small{
	font-size: 10px;
}



input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	margin: 0 auto;
	width: 760px;
	padding: 0;
}

#header{
	width: 740px;
	background-image: url(images/banner1.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-left: 10px;

}

#navbar {
        background-image: url(images/bg_nav.png);
        background-repeat: repeat-x;
        width: 740px;

}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	background: url(images/bg_tab_right.gif) no-repeat right top;
	color: #325b0a;
}

#menu ul li a{
	display: block;
	padding: 14px 20px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat left top;
	color: #325b0a;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#pagetitle{
	clear: both;
	width: 740px;
	height: 155px;
}

#pagetitle h1{
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

#syndication{
	float: left;
	padding: 15px 31px 0;
	color: #999;
}

#syndication a{ color: #666; }

#syndication a.feed{
	padding: 0 0 0 19px;
	background: url(images/feed_icon.png) no-repeat 0 1px;
}

#searchform{
	padding-left: 5px;
}

#searchform input#s{
	border: 1px solid #ddd;
	background: #fff;
        width: 85px;
}

#searchform input#searchsubmit{
        margin-left: 5px;
        height: 24px; }


.pagewrapper{
	width: 740px;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;


}

.page{
	padding: 0 5px 5px;

}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	width: 560px;
	float: left;
}

.narrowcolumnwrapper{
	float: left;
	margin: 5px 0 0;
	width: 560px;


}

.narrowcolumn{

}

.content{


}

.post{
	padding: 9px 16px 15px;
	line-height: 18px;
}

.post h2{
	font-size: 20px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 12px;
	margin: 0px 0px 20px;
	color: #333333;

}

.post h2 a{
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dotted #999;
}

.post h2 a:hover{
	text-decoration: none;
	color: #993333;
	border-bottom: none;
}
	
.post img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.post img.alignleft{
	align: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color: #813925;
}

.postinfo a{
	color: #813925;
}

.postdate{ color: #a12a2a; }

.browse{

	padding: 15px 16px;
	line-height: 18px;
}

.sidebar {
	width: 142px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 560px;
	padding-left: 5px;
}

.obar{
	width: 152px;
	line-height: 18px;
	margin-left: 560px;
	padding-left: 5px;
}

.sidebar ul, .obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li, .obar ul li{
	margin: 5px 0 0;
	padding: 9px 0px 9px;

}

.sidebar ul li.widget_search, .obar ul li{
	padding: 5px 6px;
}

.sidebar ul li h2, .obar ul li h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	color: #813925;
}

.sidebar ul ul li, .obar ul ul li{
	margin: 0;
	padding: 6px 0 0px;
	background: none;
}

.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px;
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
	background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px;
}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	line-height: 27px;
	color: #e45b00;
}

.post h3#respond{
	color: #333;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li{
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #546477;
}

ol.commentlist li .commentmetadata a{
	color: #546477;
}

form#commentform small{
	font-size: 11px;
}

#rssfeed 

{

padding-top: 0px;
padding-right: 0pt;
padding-bottom: 3px;
margin-top: 3px;
margin-bottom: 5px;
padding-left: 24px;
background-color: transparent;
background-image: url(images/feed2.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 2px;
}

#emailicon

{
padding-top: 0px;
padding-right: 0pt;
padding-bottom: 3px;
margin-bottom: 5px;
padding-left: 24px;
background-color: transparent;
background-image: url(images/email.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 2px;


}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #ffffff;
	padding-top: 4px;
	padding-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



a:focus { outline: none; }

.crumbs {
	font-size: 12px;
	color: #993333;
	font-weight: bold;
	margin-top: 5px;
        padding-left: 20px;
}

#footer {
	font-size: 11px;
	color: #0b405f;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	text-align: right;
}

#footer a:link, a:visited {
	color: #0b405f;
	text-decoration: none;
	}

#footer a:hover  {
	color: #993333;
	text-decoration: underline;
	}

#immedia {
	font-size: 11px;
	color: #999999;
	padding-right: 20px;
	padding-top: 9px;
}
