/*  
Theme Name: Naturescharm
Theme URI: http://www.freewpthemes.net/preview/naturescharm
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Modified by: Kevin Baerg
*/
a img { border:0 }
img { border:0 }

body {
	margin: 0;
	padding: 0;
	background: #93d0aa url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #AA83BB;
}

h1 {
	letter-spacing: -1px;
	font-size: 2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 830px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

/* Menu */

#menu {
	width: 830px;
	height: 170px;
	background: url(images/img03.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	height: 73px;
	padding-top: 0px;
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #52bdec;
}

#menu a:hover {
	color: #52bdec;
}

#menu .current_page_item a {
	color: #f38ab4;
}

/* Logo */

#logo {
	height: 156px;
}

#logo h1 {
	float: center;
	padding: 0px 0px 0px 100px;
	letter-spacing: -2px;
	font-size: 1px;
}

#logo h2 {
	float: right;
	padding: 0 0 0 0;
	font-size: 24px;
	color: #AA83BB;
	
}

#logo a {
	text-decoration: none;
	color: #F9F7AC;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
}

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

.title {
	margin: 0;
	border-bottom: 2px solid #AA83BB;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #b196c6;
	text-align: right;
	line-height: normal;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#comment {
	width: 450px;
}

.posts * {
	line-height: normal;
}

.posts li {
	margin-bottom: 40px;
}

.posts h3, .posts p {
	margin: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #AA83BB;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/img05.jpg) no-repeat left bottom;
	border-bottom: 2px solid #AA83BB;
}

#sidebar a {
	text-decoration: none;
}

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

/* Calendar */

#calendar_wrap {
	padding: 20px 0 0 30px;
}

#calendar table {
	text-align: center;
}

/* Search */

#search form {
	padding: 0 0 0 30px;
}

#search br {
	display: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #93d0aa;
	text-align: center;
	font-size: smaller;
	color: #faf8bd;
}

#footer a {
	color: #faf8bd;
}

