/*
Theme Name: Nature's Method
Theme URI: 
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: WordPress Themes
Author URI:
Tags: red, fixed width, two columns, widgets
*/



* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #6a87a2 url(images/bg.png) repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #121212;
}

h1, h2, h3 {
	color: #080133;
        font-weight:normal;
}

h1 {
	margin-bottom:0.4em;
}

h2 {
	margin-bottom:0.4em;
}

h3 {
	font-weight:bold;
        margin-bottom:0.4em;
}

p, blockquote, ul, ol {
	margin-bottom: 10px;
	line-height: 1.6em;
}

p {
}

blockquote {
        background:#ffffe0;
        border:1px solid #e6db55;
        -moz-border-radius:8px;
        -webkit-border-radius:8px
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #080133;
}

a:hover {
	text-decoration: none;
	color: #838383;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 960px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 83px;
	margin: 0px;
	padding-left: 0px;
}

#logo h1 {
        display:block;
	width: 250px;
	height: 83px;
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
        text-indent: -9999px;
        background: transparent url(images/nm-logo-web.png) no-repeat 0 15px;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo a {
        display: block;
        width: 100%;
        height: 100%;
        outline: none;
}

#contactinfo {
        float:right;
        color:#080133;
        font-size:15px;
        font-weight:bold;
	padding: 50px 0px 0px 0px;
}
#contactinfo:hover {
        font-color:#FFF;
}
/* Menu */

#menu {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img02.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 20px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 10px 28px 8px 28px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
        background-color: #48577b;
        color:#FFF;
        -moz-border-radius-topleft:8px;
        -moz-border-radius-topright:8px;
        -webkit-border-top-left-radius:8px;
        -webkit-border-top-right-radius:8px;
}

#menu a:hover, #menu .active a {
        background-color: #9ad33e;
        color:#080133;
}

#splash {
	width: 940px;
	height: 299px;
	margin: 0 auto;
}

/* Search */

#header-search {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header-search form {
	float: right;
	width: 300px;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 200px;
	padding: 2px 3px;
	background: #1E1E1E;
	border: none;
	color: #4D4D4D;
}

#header-search-submit {
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}

#search {
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#search-text {
	width: 160px;
	height: 18px;
	padding: 3px 0 3px 5px;
	border: none;
	color: #000000;
}

#search-submit {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-y left top;
}

#page-bgtop {
	padding: 0px 0px 0px 20px;
}

/* Content */

#content {
	float: right;
	width: 670px;
	padding: 10px 20px 0px 0px;
}
.post {
	margin: 0px 0px 10px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #080133;
}

.post .title a {
	padding: 8px 0px 5px 10px;
        display:block;
	background: #9ad33e;
	text-decoration: none;
	font-weight: normal;
	color: #080133;
        border-bottom:1px solid #080133;
        -moz-border-radius-topright:8px;
        -moz-border-radius-topleft:8px;
        -webkit-border-top-right-radius:8px;
        -webkit-border-top-left-radius:8px;
}

.post .entry {
	padding: 10px 5px;
}

.post img {
	padding: 5px;
        border:0;
}

.post img a{
}

.post .meta {
	text-align: right;
	padding: 0px 0 2px 0;
	font-weight: normal;
        font-size:11px;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
        margin-right: 10px;
	font-size: 12px;
	color: #FFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	margin: 10px 0px;
	padding: 0px;
	background: #48577b;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 25px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 0px;
	border: none;
	border-bottom: 1px solid #171717;
}

#sidebar h2 {
	margin: 0px;
	padding: 10px 0px 5px 15px;
	font-family: arial, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #FFFFFF;
        border-bottom:1px solid #94a0b5;
}

#sidebar h3 {
	font-size: 77%;
	color: #DDD;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #DDD;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFF;
        display:block;
        padding:8px 15px;
}

#sidebar a:hover {
	background-color: #9ad33e;
        color:#080133;
}

#ccinfo {
        background:#FFF;
        border:1px solid #333;
        margin:auto;
        margin-bottom:20px;
        padding:10px;
        text-align:center;
        width:170px;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 14px 0px 0px 0px;
	background: url(images/img04.jpg) no-repeat left top;
	color: #9C9C9C;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #808080;
}

#footer a:hover {
	text-decoration: none;
}

#comment {
	width: 550px;
	height: 100px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 10px;
	font-size: 14px;
	color: #333333;
}

hr {
	display: none;
}