/*
Theme Name: healthful kitchen
Author: nathan stueve
Author URI: http://www.glasssatellite.info
*/


/* GENERAL */

* {
	margin: 0;
	padding: 0;
	}

html {
	width: 100%;
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	color: #222222;
	width: 100%;
	overflow: auto;
	}

body {
	width: 100%;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 1.5em;
	background: url('IMG/tabletop.jpg') repeat;
	overflow: hidden;
	}

p {
	padding-bottom: 8px;
	text-align: justify;
	}

.clear, .clearer {
	clear: both;
	}

ul li {
	list-style: none;
	}

.entry {
	padding-top: 15px;
	}

.topspace {
	padding-top: 20px;
	}

a {
	text-decoration: none;
	color: #8b4346;
	}

a:hover {
	color: #526f42;
	}

.inline {
	display: inline;
	float: left;
	}

.warning {
	color: #a00;
	}

.rightfloat {
	float: right;
	}

.leftfloat {
	float: left;
	padding-right: 8px;
	}

.centered {
	text-align: center;
	margin-left: -20px;
	}

.centercolumn {
	width: 700px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	}

bold {
	font-weight: bold;
	}

italic {
	font-style: italic;
	}

.red {
	color: #972326;
	}

.redbg {
	padding: 20px;
	background: #ed8a8a;
	}

.green {
	color: #507bc3;
	}

.greenp {
	color: #507bc3;
	font-size: 1.3em;
	font-weight: bold;
	}

.paddedbottom {
	padding-bottom: 12px;
	}

large, .item p large, item1 p large, item2 p large, item3 p large {
	font-size: 1.2em;
	}

small, .item p small, .item1 p small, .item2 p small, .item3 p small {
	font-size: .9em;
	}

.nocolor, .nocolor:hover {
	color: #000;
	}

.dropshadow {
	background: url("IMG/dropshadow.gif") no-repeat bottom right;
	float: left;
	line-height: 0;
	padding: 0;
	margin: auto;
	margin-right: 15px;
	}

/* POST */

.post {
	margin-bottom: 6px;
	padding-right: 10px;
	}

.post h2 {
	padding: 7px 0 17px 0;
	}

h2.posttitle {
	text-align: center;
	}

.date {
	font-size: .7em;
	font-style: italic;
	color: #526f42;
	text-align: center;
	position: relative;
	top: -12px;
	}

/* SEARCH */

.searched {
	padding: 5px 5px 0 15px;
	width: 580px;
	}

.searchresults {
	padding: 0 0 15px 20px;
	}

/*  HIDE DASHBOARD ITEMS  */

#dashboard_incoming_links,
#dashboard_quick_press,
#dashboard_plugins,
#dashboard_secondary,
#dashboard_primary,
#contextual-help-link-wrap,
#screen-options-link-wrap,
#footer-left,
.turbo-nag,
.versions {
	display:none !important;
	}

/*  ITEM  */

.item0 {
	position: relative;
	margin-top: 12px;
	padding: 5px 30px 10px 10px;
	}

.item0 div.tl { background: url("IMG/itemB/ntl.gif") top left no-repeat; }
.item0 div.tr { background: url("IMG/itemB/ntr.gif") top right no-repeat; }
.item0 div.ml { background: url("IMG/itemB/nml.gif") top left repeat-y; }
.item0 div.mr { background: url("IMG/itemB/nmr.gif") top right  repeat-y; }
.item0 div.bl { background: url("IMG/itemB/nbl.gif") bottom left no-repeat; }
.item0 div.br { background: url("IMG/itemB/nbr.gif") bottom right no-repeat; }

div.bl {
	position: relative;
	}

div.br {
	position: relative;
	right: -30px;
	padding-right: 1px;
	}

div.tl {
	position: relative;
	top: -20px;
	left: -30px;
	padding-top: 20px;
	}

div.ml {
	position: relative;
	top: 0px;
	}

div.tr {
	position: relative;
	right: -30px;
	top: -20px;
	padding-top: 20px;
	}

div.mr {
	position: relative;
	padding: 10px 30px 0px 10px;
	margin-left: 1px;
	left: 1px;
	}

/* DIFFERENT APPROACH */

.plate {
	margin: 0px auto;
	background: #f5f1f0;
	}

.innerplate {
	position: relative;
	padding: 25px;
	margin: 0 25px 0 25px;
	}

/* END DIFFERENT APPROACH */

.item0 h3.headline {
	font-size: 1em;
	margin-bottom: 10px;
	}

.item0 p {
	font-size: .9em;
	margin-bottom: 15px;
	}

.item0 li {
	list-style: none;
	}

.smallplate {
	width: 29%;
	float: left;
	}

/* ITEM_A */

.item_a {
	background: #eee;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 60px;
	}

.item_a li {
	list-style: none;
	}

/* HEADER */

#sidefoods {
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: -10;
	width: 200px;
	}

#sidefoods img {
	position: absolute;
	}

#cherrymortar { top: 0; width: 200px; }
#tomato { top: 560px; left: 50px; }
#garlic { top: 700px; left: -30px; }
#garlic2 { top: 800px; left: 10px; }
#parsley { top: 1250px; left: -50px; }
#lemon { top: 1160px; left: -40px; }
#basil { top: 1300px; left: 20px; }
# { top: ; left: ; }



#screenread {
	position: absolute;
	top: -2000px;
	margin-left: -20000px;
	}

/* NAVIGATION */

#navigate {
	position: relative;
	float: left;
	top: 0%;
	width: 20%;
	font-size: 1em;
	}

#nav li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li a {
	display: block;
	font-weight: bold;
	width: 80%;
	text-align: right;
	}

#nav li a span {
	padding: 0px;
	margin: 0px;
	}

#nav li a:hover span {
	color: #f5f1f0;
	}

/* SIDEBAR */

#s {
	width: 130px;
	}

#sidebar {
	position: relative;
	width: 100%;
	top: 180px;
	float: left;
	margin-left: 10px;
	}

#sidebar ul li ul li {
	padding-bottom: 6px;
	}

#sidebar li.sidebaritem {
	margin-bottom: 5px;
	list-style: none;
	}

form#searchform {
	padding-bottom: 15px;
	}

.page_item ul {
	padding-top: 5px;
	border-bottom: 2px dotted #c6ab93;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

.dottedline {
	border-bottom: 2px dotted #c6ab93;
	padding-top: 5px;
	margin-bottom: 7px;
	}

#landing #landinglink span,
#links #linklink span,
#press #presslink span,
#blog #bloglink span,
#news #newslink span,
#reports #reportslink span,
#contact #contactlink span,
#testimonials #testimonialslink span,
#salespage #booklink span {
	color: #526f42;
	font-size: 1.1em;
	}

#tagcloud {
	text-align: right;
	margin-right: 50px;
	}

/* CONTENT */

#content {
	position: relative;
	width: 76%;
	min-width: 370px;
	left: 0%;
	margin-top: 15px;
	z-index: 10;
	padding-bottom: 30px;
	padding-top: 5px;
	float: left;
	}

/* INDEX */

#intro {
	padding-top: 20px;
	}

#intro p {
	font-size: 0.85em;
	}

.freespan {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	}

.freeput {
	 display: inline;
	}

img.tb {
	max-width: 160px;
	max-height: 160px;
	}

div.tbtext {
	clear: both;
	padding-top: 15px;
	font-size: 1em;
	text-align: center;
	}

#alain {
	width: 450px;
	float: right;
	margin-left: 5px;
	}

#signature {
	margin-left: 15px;
	width: 200px;
	}

#signup {
	margin-bottom: 12px;
	}


/* REPORTS */

.wpsc_buy_button {
	display: block;
	float: left;
	height: 25px;
	width: 125px;
	text-indent: -1000%;
	background: url("IMG/buybutton.png") top left no-repeat;
	}

.buybutton:hover {
	background-position: 0 -25px;
	}

#repintro {
	font-size: 1.2em;
	}

#disclaimer {
	font-size: .7em;
	font-weight: bold;
	}

#price {
	font-size: .9em;
	padding: 10px 7px 0 0;
	color: #274821;
	}

.wpsc_product_price {
	margin-bottom: 8px;
	}

/* PRESS */

/*  NEWS  */

p.newslink {
	font-size: 1.5em;
	text-align: center;
	}

.vidwrap {
	width: 100%;
	margin: 0 15px 35px 0;
	}

.vidwrap object {
	position: relative;
	left: 50%;
	margin-left: -212px;
	}

/* FORMS */

input.styled {
	border: 1px solid #888;
	padding: 5px;
	font-family: helvetica, verdana, 'sans serif';
	margin-bottom: 15px;
	}

.formcorner {
	width: 10px;
	height: 10px;
	position: absolute;
	}

a.button {
	padding-left: 20px;
	font-weight: bold;
	}

textarea {
	font-family: helvetica, verdana, 'sans serif';
	padding: 4px;
	}

.contact {
	width: 700px;
	}

#contactme {
	position: relative;
	}

.contactform {
	padding-top: 20px;
	background: #f0ecec url('IMG/contactplate.jpg') top right no-repeat;
	min-height: 470px;
	}

#wpcf label {
	text-align: left;
	width: 4em;
	}

input#wpcf_your_name, input#wpcf_email, #wpcf_msg, #contactsubmit {
	display: block;
	clear: both;
	width: 400px;
	}

/* TESTIMONIALS */

.t_name {
	font-weight: bold;
	font-size: .9em;
	}

/*  EBOOK SALES PAGE  */

h1#headline {
	font-size: 2.5em;
	color: #972326;
	text-align: center;
	padding: 25px 0 25px 0;
	}

#salespage a img {
	border: none;
	padding-bottom: 15px;
	}

#optinform {
	width: 750px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	}

.grabit {
	padding: 10px;
	font-size: 1.3em;
	color: #972326;
	font-weight: bold;
	text-align: center;
	width: 500px;
	}

#salesvid {
	float: left;
	height: 344px;
	border: 1px #000 solid;
	}

#booksignup {
	float: left;
	border: 1px #000 solid;
	margin-left: 5px;
	padding: 10px;
	width: 275px;
	height: 300px;
	background: #c6cf9c;
	}

.formwrapper {
	padding: 30px 0 30px 0;
	}

#booksignup label {
	padding: 0;
	float: left;
	clear: left;
	font-size: .8em;
	width: 90px;
	text-align: left;
	margin-bottom: 10px;
	}

#booksignup input {
	float: right;
	width: 170px;
	margin-bottom: 10px;
	}

#ebooksubmitter {
	font-weight: bold;
	}

.boldsell {
	font-weight: bold;
	color: #774f36;
	}

.privacy {
	clear: both;
	font-style: italic;
	font-size: .9em;
	color: #774f36;
	}

.lilintroplate {
	width: 300px;
	margin-top: 30px;
	padding-bottom: 10px;
	}

.bold {
	font-weight: bold;
	}

.smaller {
	font-size: .9em;
	}

#guaranteetext {
	text-align: center;
	padding-top: 10px;
	font-size: .7em;
	font-style: italic;
	font-weight: bold;
	width: 150px;
	}

#pitch {
	font-size: 1.3em;
	font-family: arial, verdana, sans serif;
	}

.outline {
	padding: 12px;
	border: 2px #000 solid;
	margin: 0 0 12px 0;
	}

.padded {
	padding: 24px 12px 18px 12px;
	margin: 0 0 12px 0;
	}

.bigred {
	color: #972326;
	font-weight: bold;
	}

.yellowbg {
	background: #f7f171;
	}

p.slightlybigger {
	font-size: 1.2em;
	}

.bigger {
	font-size: 1.6em;
	}

#salestestimonialbox {
	border: 2px #000 solid;
	padding: 0;
	margin: 0 0 12px 0;
	}

p.testimonials_row {
	font-size: .8em;
	padding: 18px 12px 18px 12px;
	margin: 0;
	}

.tr1 {
	background: #c9ceb0;
	}

.tr2 {
	background: #dde4be;
	}

#tellfriendform {
	margin: 0 auto;
	text-align: center;
	width: 450px;
	background: #c6cf9c;
	border: 2px solid #000;
	padding:15px;
	}

#tellfriendform .formwrapper {
	display: block;
	margin-left: 30px;
	width: 360px;
	}

#tellfriendform label {
	padding: 0;
	float: left;
	clear: left;
	font-size: .8em;
	width: 150px;
	text-align: left;
	margin-bottom: 10px;
	}

#tellfriendform input, #tellfriendform textarea {
	float: right;
	width: 190px;
	margin-bottom: 10px;
	}

/* WP-IMG STUFF */

img.alignright {float: right; margin:10px 0 10px 10px;}
img.alignleft {float:left; margin: 10px 10px 10px 0; }
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin: 10px 0 10px 10px;}
a img.alignleft {float:left; margin: 10px 10px 10px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.entry img, .post img {
	position: relative;
	background-color: #fff;
	padding: 0px;
	border: none;
	left: -3px;
	top: -3px;
	}

/* COMMENTS */

.commentsbox {
	text-align: center;
	clear: both;
	}

.commentsbox p {
	text-align: center;
	}

p.commentby {
	font-size: 0.8em;
	padding: 0 0 7px 0;
	margin: 0;
	}

.commentdate {
	color: #999;
	text-transform: lowercase;
	}

.commentwrap {
	clear: both;
	}

.even_comment, .odd_comment {
	padding: 6px;
	margin-bottom: 25px;
	border-top: 1px solid #999;
	}

h3.commenth3 {
	padding-bottom: 8px;
	}

#respond {
	margin-top: 10px;
	padding-bottom: 6px;
	}

#commentform p {
	margin: 0;
	padding: 0;
	}

textarea#comment {
	width: 97%;
	margin-top: 8px;
	}

input#submit {
	margin-top: 7px;
	width: 98%;
	}


