/* @override http://localhost:8888/wordpress/wp-content/themes/naturalbeauties/style.css */

/*  
Theme Name: Natural Beauties
Theme URI: http://www.freewpthemes.net/preview/naturalbeauties
Description: A two-column, fixed with theme ideal for 1024x768 resolutions. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

a {
	color: #333333;
}

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;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	background: url(images/img02.gif) no-repeat right center;
	letter-spacing: -2px;
	font-size: 48px;
	color: #1A1A1A;
}

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

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

/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	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: -2px;
	font-size: 30px;
	color: #B8BD52;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .current_page_item a {
	background: url(images/img03.jpg) no-repeat;
	color: #FFFFFF;
}

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 480px;
	margin: 0 auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 640px;
	height: 100px;
	background: url(images/img12.gif) no-repeat;
}

#thumbs img {
	padding: 8px 0 0 10px;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 430px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

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

.post .meta {
	padding: 10px 20px;
	background: url(images/img15.gif) no-repeat;
	font-size: smaller;
}

.post .bg {
	background: url(images/img15.gif) no-repeat;
}

.post .meta p {
	margin: 0;
}

.post .entry {
	padding: 10px 20px;
	line-height: 180%;
}

.navigation {
	padding: 10px 30px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding-top: 8px;
}

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

#sidebar li {
	margin-bottom: 1.5em;
	background: url(images/img14.gif) no-repeat 0em 2.5em;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding: 10px;
	background: none;
	border-bottom: 1px dotted #0078FF;
}

#sidebar h3 {
	padding-left: 20px;
	color: #0078FF;
}

#sidebar a {
	text-decoration: none;
	color: #0078FF;
}

#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: 40px;
	background: #C3C837 url(images/img16.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

