/*
Theme Name: Natural Decisions
Theme URI:
Version: 1
Description: A theme by Green Graphics
Author: Green Graphics
Author URI: 
*/

/* standard elements */
html {
	min-height: 100%;
}
* {
	margin: 0;
}
a {
	color: #479ae0; text-decoration:none;
}
a:hover {
	color: #479ae0; text-decoration:underline;
}

body {
	background: #f6f4f2;
	background-position: center;
	color: #737373;
	font: normal 70% Calibri, Arial, sans-serif
}
p, code, ul {
	padding-bottom: 10px;
}
li {
	list-style: none;
}

h1, h2, h3, h4 {
	font-family: Calibri, Arial, sans-serif;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 20px;
}

h1 {	font-size: 2.3em;}
h2 {	font-size: 2em;}
h3 {	font-size: 1.8em;}
h4 {	font-size: 1.4em;}

h5 {
	font: normal 1.5em Calibri, Arial, sans-serif;
	margin-bottom: 10px;
	color: #FFFFFF;
	background:#687567;
	width:685px;
	padding:0;
	height:20px;
	line-height:20px;
	text-indent:30px;
	position:relative;
	text-transform:uppercase;
	left:-30px;
	margin-top:15px;
}

label {
	display: block;
	font-size: 0.9em;
}
/* misc */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* structure */
.containerBU {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0 0;
	width: 966px;
}
.container {
	margin: 0 auto;
        min-height:100%;
        width:900px;
        background-color:#687567;
	-moz-box-shadow: 1px 1px 3px #292929;  
    	-webkit-box-shadow: 1px 1px 3px #292929;  
	box-shadow: 1px 1px 3px #292929; 
}

/* title */
.top {
	width:900px;
    	-moz-box-shadow: 1px 1px 3px #292929;  
    	-webkit-box-shadow: 1px 1px 3px #292929;  
	box-shadow: 1px 1px 3px #292929; 
	background: #fff;
	margin:0 auto;
	margin-bottom:20px;
	position:relative;
	z-index: 100;
}

.topbg {
	position:absolute;
	top:0;
	width:100%;
	background:;
	height:280px;
	z-index:1;
}

.top #logo {
	height:100px;
	left:0px;
	z-index:200;
}

/* header */

#header {
	height:280px;
	padding:0;
	width: 100%;
}

#header #subscribe {
	position:absolute;
	top:10px;
	right:10px;
	height:39px;
	width:165px;
	z-index:200;
	cursor:pointer;
	background: url('img/subscribe.png') no-repeat left;
}
#header #subscribe:hover {
	background: url('img/subscribe.png') no-repeat right;
}
#header .slideshow1 {
	position:relative;
	float:left;
	top:0;
	left:0px;
	margin:0 auto;
	height:280px;
	width:900px;
	z-index:150;
}
/* navigation */
#navigation {
	position:relative;
	width:100%;
	background:#687567;
	z-index: 200;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
	display: inline-block;
	position: relative;
}
#navigation a {
	color: #FFC52F;
	display: block;
	float: left;
	text-decoration: none;
	font: normal 1.3em Calibri, Helvetica, sans-serif;
	line-height: 41px;
	padding: 0 15px;
	text-transform:uppercase;
}
#navigation a:hover {
	background:#9dc360;
	color: #FFFFFF;
}
#navigation .current_page_item > a, #navigation .current_page_parent > a {color:#fff; background:#9dc360;}

/* sub-menu */
#navigation li ul {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 42px;
	padding: 0 0 0px 0;
	margin: 0;
	z-index: 200;
}
#navigation li ul li {
	background: #687567;
	width: 200px;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #fff;
}

#navigation .sub-menu {
	display: none;
}

#navigation li:hover .sub-menu {
	display: block;
}


#navigation li ul a {
	background: transparent;
	display: block;
	width: 180px;
	line-height:25px;
	color: #FFC52F;
	padding: 5px 10px;
}
#navigation li ul a:hover {
	background: #9dc360;
	color: #fff;
}
#navigation li ul .current_page_item > a {
	background:#85a73a;
}
#navigation li ul .current_page_item > a:hover {
}
/* main */
.main {background: url('img/main-bg.jpg') repeat-y;}

/* SIDEBAR --------------------------------------------------*/


.sidenav {
	float: right;
	width: 232px;
	color:#FFFFFF;
	line-height:140%;
	padding:10px;
	font-size:1.2em;
	margin-bottom: 30px;

}
.sidenav a {color:#FFC52F;}

.textwidget {
	padding-bottom:10px;
}
.sidenav h2 {
	color: #FFFFFF;
	font: normal 1.4em Calibri, Arial, sans-serif;
	border-bottom:1px solid #e5eed4;
	margin: 12px 0 8px 0;
	padding:0;
}
.sidenav h2 a {color: #fff;}
.sidenav h2 a:hover {color: #fff; text-decoration: none;}
.sidenav ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
}
.sidenav li {
	border-bottom: 0px solid #EAEADA;
}
.sidenav li a {
	font-size: 1.1em;
	color: #FFC52F;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #9dc360;
	color: #fff;
}
/* CONTENT --------------------------------------------------*/

.entry {font-size: 1.3em;line-height: 140%;}
.entry ol li {
	list-style-type:decimal;
}
.contentBU {
	float: left;
	margin: 0px 0;
	padding: 0 20px;
	width: 655px;
	background:#FFFFFF;
	min-height:500px;
}
.content {
   	min-height:500px;
	padding: 18px;
        width:610px;
        background-color:#fff;
        float:left;
}
.contentfull {
   	min-height:500px;
	padding: 20px;
        width:860px;
        background-color:#fff;
        float:left;
}
.content .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style-type: disc;
	padding: 0 0 2px 6px;
}
.content p {

}

.wp-caption {
	padding-top: 5px;
	margin: 5px 0 10px 0;
	background-color: #ccc; 	
	background: #f6f4f2;
	background-position: center;
	font-size: 0.9em; 
	font-style: italic; 
	text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	
}
.wp-caption p {margin-top: 5px; padding-bottom: 5px; line-height: 130%;}

.content img {max-width:800px;}
/* CONTENT HOME --------------------------------------------------*/

.contenthome {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 928px;
}
.contenthome .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contenthome li {
	list-style-type: disc;
	line-height: 180%;
	padding: 0 0 12px 6px;
}
.contenthome p {
	font-family: "Arial", sans-serif;
	line-height: 180%;
	color:#000000;
}
/* IMAGE STLES --------------------------------------------------*/

.alignright {
	float:right;
	margin-left:20px;
}
.alignleft {
	float:left;
	margin-right:20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img {
	border:none;
}
/* FOOTER --------------------------------------------------*/

.footer {
	width:868px;
	background: #687567 url('img/cog.png') no-repeat left;
	color: #d7e1bf;
	font: normal 1em Calibri, Arial, sans serif;
	padding: 0 16px;
	line-height: 40px;
	height: 40px;
	text-transform:uppercase;
	margin:20px auto 20px auto;
    	-moz-box-shadow: 1px 1px 3px #292929;  
    	-webkit-box-shadow: 1px 1px 3px #292929;  
	box-shadow: 1px 1px 3px #292929; 
	position:relative;
	z-index: 100;
}

.footer .left {
float:left;padding-left:26px;
}
.footer a, .footer a:hover {
	color: #d7e1bf;
	text-decoration:none;
}
/* POSTS --------------------------------------------------*/

h1 a, .post h1 a {
	text-decoration:none;
	color: #737373;
}

h1 a:hover, .post h1 a:hover {
	color: #737373; text-decoration:underline;
}
.post {
	margin: 6px 0 2px;
}
.post .info {
	padding: 5px 10px;
	background:#f6f4f2;
	color: #555;
	font-size:1.1em;
	margin: 2px 0 25px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.info a {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
/* COMMENTS --------------------------------------------------*/
.content ol li {
	list-style-type:decimal;
}
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #664;
}
/* COMMENT FORM FIELDS --------------------------------------------------*/

textarea.styled {
	width: 280px;
}
.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {
	margin-bottom: 3px;
}
.btn2 {
    	background: #687567;
    	width: 150px !important;
     	border: none !important;
    	color: #FFFFFF;
	width: 150px;
    	font: normal 1.8em Calibri, Arial, sans-serif;
    	padding: 8px 12px;
	float: left;
	border: 0 none;
	cursor: pointer;
}
.btn2:hover {
    	background: #9dc360;
    	color: #FFFFFF;
    	text-decoration: none;
}
.wpcf7-form input, .wpcf7-form textarea {
    	border-color: #C0C0C0;
    	border-style: solid;
    	border-width: 1px;
    	padding: 4px;
    	line-height: 16px;
    	font-size: 16px;
    	width: 350px;
    	float: none;
    	margin: 0;
}
#sidebar .mc_signup_submit {text-align:right; }
#sidebar .mc_signup_submit input {
    	background: #687567;
    	width: 90px !important;
     	border: none !important;
    	color: #FFFFFF;
	width: 90px;
     	padding: 4px 8px;
	border: 0 none;
	cursor: pointer;
}
#sidebar .mc_signup_submit input:hover {
    	background: #9dc360;
    	color: #FFFFFF;
    	text-decoration: none;
}

#sidebar .mc_form_inside {font-size: 1.1em;}