/*
Theme Name: Natural Health 2010
Version: 1.0
Designer: Ryan Laxamana
Programmer: Sarah Cada
Author URI: http://sarahcada.com
Last updated: 2010-04-30
*/
/* ---------- CODE ------------- */
/*
gray (body): #4b4b4b
green (footer): #668351
light brown: #7f522d
*/
/* 
   RESET
------------------------------------------------------------------- */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

img, div {
	behavior: url(http://localhost/naturalhealth/wp-content/themes/naturalhealth/iepngfix/iepngfix.htc);
}

/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #ffffff url(tile.jpg) repeat-x;
	color: #4b4b4b;
	font-family: Tahoma, Arial, "sans serif";
	font-size: 12px;
	line-height:1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #363535;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

h3.tagline {
	color: #688c04;
	font:"Trebuchet MS", Arial, sans serif;
	font-style:italic;
	font-size:23px;
	margin: 40px 0;
}
h3.pagesubtitle {
	font-size:2.5em;
	font:"Trebuchet MS", Arial, sans serif;
	margin: 0 0 40px 0;
}

/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #000;}
a {
	color: #4c4c4c;
	text-decoration: none;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote {color: #666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}



/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}



/* Tables */

table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
}
table.data_table tr.even td {background: #F5F5F5;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}

.error, .notice, .success {
	font-size: 1.1em;
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8A1F11;
}
.error a {color: #8A1F11;}

.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721; 
}
.notice a {color: #514721;}

.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {
	cursor: pointer;
	font-weight: bold;
}
fieldset {border: 1px solid #CCC;}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #F9F9F3;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}


.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {
	border-bottom: 1px solid #CCC;
	padding: 8px 18px 6px;
	font-size: 1.4em;
}
.form_property, .form_value {float: left;}
.form_property {
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}



/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}

img.page-image {
	border: none;
	background:none;
}
img.post-image {
	border: 1px solid #a6a6a6;
}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Separators 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_meta a, .post_date a {text-decoration: none;}
.post_title a:hover,.post_meta a:hover, .post_date a:hover {text-decoration: underline;}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #444;}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post_meta a {color: #335533; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_title {padding-top: 3px;}
.archive_post_date {
	background: #FAFAFA;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 3px 0 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background: url(img/link-separator.png) no-repeat bottom left;
	color: #363535;
	font-size:16pt;
	padding: 10px 0;
}
.box_content {padding: 8px 0 8px;}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* General wrappers */

#layout_wrapper {
	background: url('img/layout_wrapper.jpg') repeat-x;
	padding-bottom: 0px;
}
#layout_wrapper2 {
	background: url('img/layout_wrapper2.jpg') repeat-x center top;
	padding-top: 0px;
}
#layout_wrapper3 {
	margin: 0 auto;
	width: 920px;
}
#layout_wrapper4 {padding: 6px;}

.home #layout_wrapper2 {
	background: url('img/tile-home.jpg') repeat-x top left;
}

/* Header */

#header_wrapper {
	height: 100px;
	width:920px;
}
#header {padding: 30px 0px 0 0px;}

.home #header_wrapper {
	height:89px;
}

/* Navigation */

#navigation {
	padding: 10px 0 30px 0;
	margin-bottom:50px;
}
.home #navigation{
	margin-bottom: 0;
}
#navigation a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family:Tahoma, Arial, sans-serif;
}
#navigation a:hover {color: #F0F6FA;}

/* Main navigation */
#nav {
	float: right;
}
#nav a {
	font-size: 12px;
	padding: 10px 0px 10px 30px;
}
#nav a:hover {	background: #7f522d;}
#nav li.current_page_item a {
	background: #7f522d;
	font-weight:bold;
}

/* Sub-navigation */
#subnav {
	border-top: 1px solid #966237;
	background: #7f522d;
}
#subnav li {}
#subnav a {
	font-size: 1.1em;
	padding: 9px 12px;
}
#subnav a:hover {}


#featuredcontent {
	background: url(img/feature-bg.png) top center no-repeat;
	width: 907px;
	height: 280px;
	color:#4d2f16;
}
#featuredcontent li {
	list-style:none;
}
#featuredcontent h1 {
	color: #d79904;
	font-size:22px;
	margin:0;
}
#featuredcontent h2 {
	color: #562d0c;
	font-weight:bold;
	font-size:30px;
	margin:0;
	padding-bottom: 8px;
}
#featuredcontent p {
	font-style: none;
	padding-right: 63px;
	padding-bottom:0;
	margin-bottom: 0;
}


/* Main */

#main_wrapper {
	margin-bottom: 3px;
}
#main {
	padding: 15px 0;
}
#content_wrapper {
	width: 690px;
	border: 1px solid #d5cec7;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   -webkit-border-radius: 10px;
   background: #faf4e7;
}
#content {padding: 5px 20px;}

#homecols .widgettitle{
	font-family:Tahome, Arial, sans-serif;
	font-weight: bold;
	font-size:20px;
	color: #668351;
	width: 580px;
}

#homecols a{
	color: #7f522d;
	font-style:italic;
	float: right;
	padding-right:10px;
}
#homecols .box {
	width: 270px;
	float:left;
	margin-right: 30px;
}
#homecols .box.middle {
	margin:0 45px 0 20px;
}
#homecols .box.right {
	margin-right: 0;
}

/* Sidebar */

#sidebar_wrapper {width: 200px;}
#sidebar {padding: 0 10px 0 0px;}

#sidebar ul{
	list-style: none;
	margin:0px;
}
#sidebar-nav li {
	list-style: none;
	margin: 5px 0;
}
#sidebar-nav li a{
	line-height: 1.5em;
	padding: 8px 4px;
}
#sidebar-nav li a:hover, #sidebar-nav li.current_page_item a{
	background: #d0b99d;
	font-weight: bold;
	color:#FFFFFF;
}
#sidebar-nav li.current_page_item a{
	font-weight: bold;
}#sidebar-nav ul li ul {	padding-left: 30px;}
 #sidebar-nav li.current_page_item ul li a{	background: none;	font-weight: normal;	color:#4C4C4C;}


/* Dashboard */

#dashboard_wrapper {
	background: #668351;
	color: #ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#dashboard {
	margin: 0 auto;
	margin-bottom: 3px;
	padding: 16px;
	padding-top:30px;
	width:920px;
}
#dashboard a {
	color: #ffffff;
	text-decoration: none;
}
#dashboard .col5 {width: 180px;}
#dashboard .col_title {
	color: #ffffff;
	font-weight:bold;
	font-size: 0.9em;
}

#dashboard ul {margin: 0;}
#dashboard li {
	list-style: none;
	padding: 5px 0;
}
#dashboard li a {
	font-size: 0.9em;
	line-height:0.5;
}
#dashboard li a:hover {
	color: #202428;
	text-decoration: underline;
}


/* Footer */

#footer {	
	margin: 0 auto;
	width:920px;
}


/* 
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}

.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}


/* 
   Wordpress 
------------------------------------------------------------------- */

/* Captions */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   margin: 0;
   padding: 0 4px 5px;
}

