/*  
Theme Name: Wealth of nature
Theme URI: http://webhostinggeeks.com
Description: A Wordpress Theme For Your Blog <br> - Designed by <a href="http://webhostinggeeks.com">Web Hosting Geeks</a> 
Author: Web Hosting Geeks
Author URI: http://webhostinggeeks.com
© 2007, Web Hosting Geeks. All rights reserved. 
*/

* { margin: 0; padding: 0; }

body {
	background: url(images/bg.jpg);
	text-align: center;
	margin: 0 auto;
	}
	
a 
{
	color: #d6aa08;
	text-decoration: none;
}
	
a:hover 
{
	color: #333333;
}

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 790px;
	text-align: left;
	margin: 0 auto;
	background: url(images/main.jpg) 0 0 no-repeat;
	border-left: 6px solid #fcf8ec;
	border-right: 6px solid #fcf8ec;
	}
	
#middle {
	background: url(images/main.jpg) 0 0 repeat-y;
	overflow: auto;
	width: 100%;
	}

#content {
	float: left;
	width: 515px;
   padding: 0px 10px 0px 20px;
	}
	
#sidebar {
	float: left;
	* float: right;
	background: #ffffff;
	width: 200px;
	padding: 10px;
   display: inline;
	border: 6px solid #c1b487;
	}
	
/* -------------------
Header
------------------- */

#header {
	height: 110px;
        background: url(images/header.jpg);
        width: 780px;
        height: 300px;
	}
	
#header h1 {
	text-align: left;
	padding: 157px 0px 0px 338px;
	font-family: Tahoma, Verdana, Arial;
	font-size:28px;
	font-weight: bold;
	color: #563610;

}

#header h1 a {
	font-family: Tahoma, Verdana, Arial;
	font-size:26px;
	font-weight: bold;
	text-decoration: none;
	color: #563610;

}

#header h1 a:hover {
	color: #222222;

}

	
/* -------------------
Content
------------------- */
	
#content h2 {
	color: #d6aa08;
	font: 0.9em/1.6em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #666666;

	}

#content h2 a {
	color: #d6aa08;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#content h3 {
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #d6aa08;
	margin: 1.1em 0 0.2em 10px;
	font-weight: bold;
	}
	
#content h4 {
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	color: #d6aa08;
	border-left: 1em solid #a5c1e5;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
	
#content a { color: #d6aa08; }
#content a:hover { color: #333333; }
	
	
/* -------------------
Sidebar
------------------- */

	
#sidebar h3 {
	color: #666666;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
        padding-bottom: 2px;
	border-bottom: 1px solid #666666;
	}

#sidebar a {
	color: #d6aa08;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #333333;
	}

/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	* clear: both;
	background: url(images/footer.jpg) 0 0 no-repeat;
	height: 72px;
	}
