/* 
  theme name: natural beautie
  theme uri: http://www.freewpthemes.net/preview/naturalbeautie
  description: a two-column, fixed with 
  themeversion: 2.0
  author: free wordpress 
  themesauthor uri: http://www.freewpthemes.net/
*/
*{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	background: #FFF url(images/img01.jpg) repeat-x;
	font-size: 85%;
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
h1, h2, h3, h4, h6 {
	font-weight: normal;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}
a {
	color: #FF8400;
	background: inherit;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 3px 15px 0 0;
}
img.right {
	float: right;
	margin: 3px 0 0 15px;
}
.entry img{
padding-top: 1em;
}
.entry p{
padding-bottom: 0.3em;
}
object{
 margin: 1em 0;
}
/* Header */
#header {
	height: 200px;
	margin: 0 2em;
}
/* Logo */
#logo {
	height: 110px;
}
#logo h3 {
	float: left;
	padding: 40px 40px 0 0;
	letter-spacing: -2px;
	font-size: 2.4em;
	color: #1A1A1A;
}
#logo h4 {
	float: right;
	padding: 61px 25px 0 0;
	font-size: 1.6em;
	color: #1A1A1A;
	text-transform: lowercase;
}
#logo a {
	text-decoration: none;
	color: #1A1A1A;
}
/* Menu */
#menu {
	height: 70px;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #B8BD52;
}
#menu a:hover {
	color: #1A1A1A;
}
#menu .current_page_item a {
	background: rgb(206,207,74) url(images/img03.jpg) no-repeat;
	color: #FFFFFF;
}
#menu a#rss{
float: right;
	color: #FF8400
}
#content {
	width: 500px;
	float: left;
	position: relative;
}
.post {
	margin-bottom: 10px;
}
.post .title {
	padding: 0 0 4px 16px;
	color: #666;
}
.post .title a {
	text-decoration: none;
	color: #FF8400;
}
.post .title a:hover {
	text-decoration: underline;
	color: #E6801A;
}
.post .meta {
	padding: 8px 16px;
	background: url(images/img15.gif) no-repeat;
	font-size: 100%;
	line-height: 125%;
  font-family: "Times New Roman", Times, serif;
}
.post .meta a {
	text-decoration: none;
	color: #FF8400;
}
.post .meta a:hover {
	text-decoration: underline;
	color: #FF8400
}
.post .bg {
	background: url(images/img15.gif) no-repeat;
}
.post .meta p {
}
.post .entry {
	padding: 10px 16px;
	line-height: 150%;
}
.navigation {
	padding: 10px 20px 2em 20px;
	background: url(images/img15r.gif) no-repeat;
	background-position: bottom;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* Sidebar */
#sidebar {
	width: 250px;
	margin: 0 2em 2em 2em;
	float: left;
	position: relative;
	line-height: 150%;
}
#sidebar ul {
	list-style: none;
}
#sidebar .headline, #sidebar #searchform {
	background: url(images/img14.gif) no-repeat;
	color: #0078FF;
	font-size: 1.4em;
	padding: 0.5em;
	margin-top: 1em;
}
#sidebar a {
	text-decoration: none;
	color: #0078FF;
	margin: 0.5em 0 1em 1em;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* Search */
#search {
}
#search form {
	padding: 30px 20px 20px 20px;
}
#search input {
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#search br {
	display: none;
}
#search #s {
	width: 135px;
}
/* Footer */
#footer {
	clear: both;
	padding: 0.5em;
}
#footer p {
	text-align: center;
	font-size: 85%;
	color: #000;
}
#footer a {
	color: #000;
}
#respond .title{
font-size: 140%;
}
#commentform p{
padding-bottom: 0.2em;
}