body {
	margin: 0;
	padding: 0;
	font: 100.01%/1.2 Trebuchet, Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	background: #dad2c0 url(../pix/pageBG.jpg) repeat-x fixed;
	line-height: 130%;
}

.printOnly {
      display: none; /* Hide reference footnotes for print style */
 }

/* Header styles */
/*****************/
#outerHeader {
	margin: 10px auto 0;
	/* background: #000 url(../images/outerHeader.jpg) repeat-x; */
}

#header {
	min-height: 200px;
	width: 900px;
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #fff;
	background-repeat: no-repeat;
}

/* Header images for each section */
.home-page #header {background-image: url(../pix/aubergine.gif); background-position: 16px -61px}
.news-page #header {background-image: url(../pix/redpepper.gif); background-position: 5px 4px}
.recipes-page #header {background-image: url(../pix/onion.gif); background-position: 5px -5px}
.buy-page #header {background-image: url(../pix/strawberry.gif); background-position: 5px -16px}
.whatwedo-page #header {background-image: url(../pix/pear.gif); background-position: 19px -53px}
.about-page #header {background-image: url(../pix/tomatoes.gif); background-position: -84px -63px}

#toolbar {
	font-size: 85%;
	float: right;
	background-color: #ADCF82;
	padding: 2px 4px;
}

#toolbar form {
	display: inline-block;
	margin-left: 20px;
}

#ajaxSearch_form fieldset {
	border: none;
	margin: 0 0 -5px;
	padding: 0;
}

#orderButton {
	float: right;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
    behavior:url(../scripts/border-radius.htc); /* IE fix */
	border:1px solid #1a1a1a;
	float:right;
	/*font-weight:bold;*/
	margin-top:-26px;
	padding:5px;
	background: #d9881c none;
}

#orderButton a, #orderButton a:link, #orderButton a:active, #orderButton a:visited, #orderButton a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

#orderButton a:hover {
	color: #fff;
}

#header h2 {
	clear:right;
	float:right;
	font-weight:normal;
	margin-top: 10px;
	font-size: 200%;
	letter-spacing: -0.01em;
}

/* Main navigation bar */
/***********************/
#outerStrap {
	/* background: #ff9602 none repeat-x; */
	min-height: 25px;
	margin-top: -25px;
}

#strap {
	background: none no-repeat transparent;
	width: 910px;
	margin: 0 auto;
	min-height: 25px;
	border-bottom: 1px solid #1a1a1a;
	padding: 0 5px;
}

#outerContent {
	min-height: 300px;
}

#contentWrapper {
	width: 890px;
	padding: 15px;
	margin: 0 auto;
	font-size: 95%;
	background: none #fff;
}

#content {
	margin: 0 295px 0 0px;
}

#content img {
	border: none;
	margin: 0 0 10px 10px;
}

#leftcol {
	width: 190px;
	float: left;
	padding-top: 14px;
}

#rightcol {
	width: 285px;
	float: right;
	color: #4e4845;
	background: #fff;
	padding-left: 12px;
	margin-bottom: 7px;
	border-left: 1px solid #1a1a1a;
	
}

#footer {
	clear: both;
	font-size: 85%;
	margin: 10px -15px -10px;
	text-align: center;
	border-top: 1px solid #1a1a1a;
	background: none #fff;
	padding: 5px 0;
}

#footer p {
	margin: 0;
}

/********** text elements ******************/

h1, h2, h3 {
	color: #1a1a1a;
	line-height: 120%;
}

h1{ 
	font-size: 200%; 
	margin: 15px 0 10px;
}

h2 {
	font-size: 155%;
	margin: 0 0 10px;
}

h3 {
	font-size: 125%;
	margin-bottom: 10px;
}

p { margin-top: 0;}
p.intro { font-size: 120%; color: #53763E; font-weight: bold; }

abbr, acronym {
	border-bottom: #1a1a1a 1px dotted;
}

/********** Links           **********************/
a, a:link {
	text-decoration: none;
	color: #a11919;
}


a:visited {	color: #873a72;}
a:focus { color: #dc911a; outline: none; }
a:hover, a:active { color: #dc911a; }

h1 a:visited, h2 a:visited, h3 a:visited {color: #a11919;}
h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active { color: #dc911a; }

a.pdf {
	background:url("../images/pdf.gif") no-repeat scroll 100% 3px transparent;
	margin-right:3px;
	padding-right:18px;
}




/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

/********** Header *******************************/
#header h1 {
	font-size: 240%;
	margin-left: -9999px;
}

/********** strap navigation *********************/

#strap ul {
  margin: 0;
  margin-right: 5px;
  padding: 0;
  list-style-type: none;
  font-size: 75%;
  line-height: 18px;
 }
  
#strap li {
  float: right;		
  /*background: url("../pix/right.gif") no-repeat top right;*/
  padding: 0 2px 0 3px;
  margin: 0 2px;
  -moz-border-radius: 5px 5px 0 0; 
  -webkit-border-top-right-radius: 5px; 
  -webkit-border-top-left-radius: 5px;
  -khtml-border-radius: 5px 5px 0 0; 
  border-radius: 5px 5px 0 0;
  behaviour:url("../scripts/border-radius.htc)"); /* IE fix */
  border: 1px solid #1a1a1a;
  border-bottom: none;
}
  
#strap a {
  float: left;
  display: block;
  /* background: url("../pix/left.gif") no-repeat left top; */
  padding: 3px 8px 3px 12px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#strap a {
float: none;
}
/* End IE5-Mac hack */


#strap a:hover, #strap a:focus {
  color: #1a1a1a;
}

#strap li.home { background: url("../pix/aubergine-button.gif") repeat-x top right; }
#strap li.news { background: url("../pix/avocado-button.gif") repeat-x top right; }
#strap li.recipes { background: url("../pix/carrot-button.gif") repeat-x top right; }
#strap li.buy { background: url("../pix/strawberry-button.gif") repeat-x top right; }
#strap li.whatwedo { background: url("../pix/pineapple-button.gif") repeat-x top right; }
#strap li.about { background: url("../pix/apple-button.gif") repeat-x top right; }

/* style the button for the current section */
.home-page #strap li.home,
.news-page #strap li.news,
.recipes-page #strap li.recipes,
.buy-page #strap li.buy,
.whatwedo-page #strap li.whatwedo,
.about-page #strap li.about {
  border-bottom: 4px solid #1a1a1a;
  margin-top: -4px;
}


/********* Side Navigation ********************/

#leftcol h2 {
	background: #ADCF82;
	padding: 3px 5px;
	margin: 0 0 3px;
	text-align: right;
}

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 10px;
	font-weight: bold;
	text-align: right;
	font-size: 85%;}

#leftcol ul ul {
	font-weight: normal;
	margin-left: 25px;
}

#leftcol li {
	margin-bottom: 2px;
	
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #1a1a1a;
	background-color: #ADCF82;
	padding: 3px 4px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
    behaviour:url("../scripts/border-radius.htc)"); /* IE fix */
}

#leftcol li a:hover, #leftcol li.active a {
	background-color: #9e2e3a;
	color: #fff;
}

#leftcol li a:hover {color: #1a1a1a;}
	
#leftcol ul ul li {
	margin: 2px 0;
	font-size: 100%;
}

#leftcol li.active li a {
	background-color: #ADCF82;
	font-size: 125%;
	color: #1a1a1a;
}

#leftcol li.active li a:hover, #leftcol li.active li.active a {
	background-color: #9e2e3a;
	color: #fff;
}
#leftcol li.active li a:hover {color: #1a1a1a;}
	

/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #contentWrapper {
	padding-top: 1px;
}

.twocol #content {
	border-left: 1px solid #1a1a1a;
	padding-left: 10px;
	margin: 10px 0 0 200px;
}

.sidebar-right #leftcol {display: none; }
.sidebar-right #content {
	margin-left: 0;
	background:url("../pix/contentBG.gif") repeat-y scroll 0 0 #FFFFFF;
}


/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 60px;
}

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

#content {margin-left: -20px;}
#leftcol {margin-right: 20px;} 
 /**/

/************ Page elements *****************/

/* Home page */
#content #BannerImage {
	margin: 0;
/*	width: 575px;*/
}

#main-content-left {
	width: 280px;
	float: left;
}
#main-content-right {
	width: 280px;
	float: right;
}

#main-content-right h2, #main-content-left h2 {
	font-size: 140%;
}

div.clearing {clear: both;} /* to keep the content sub colums within the main block */

.home-page #content {
	padding-right: 20px;
}
#content .logo {
	float: right;
	border: none;
	margin: 5px;
}
#content #main-content-left .logo {
	float: left;
	margin-left: 0;
}

.sidebar-thumb { 
	float: right; 
	border: 1px solid #1a1a1a;
	margin: 6px 0 3px 3px;
	max-width: 200px;
	max-height: 100px;
}

#rightcol h2 {
	clear: both;
	margin-bottom: 5px;
	padding-top: 15px;
}
#rightcol h2.first-item {padding-top:0;}

#rightcol h3 {margin: 0 0 5px; clear: right;}
#rightcol p {margin-top: 0}


/* News pages */
.dateline { 
	margin: 0;
	color: #53763e;
	font-size: 85%;
}

#content .newsPhoto img {
	float: right;
	border:none;
}

h3.pagetitle {
	margin-bottom: 0;
}

.document-info { font-size: 80%;}

.ditto_currentpage, .ditto_page {
	padding: 0 5px;
	border-right: 1px solid #1a1a1a;
	font-size: 80%
}
.ditto_next_link {
	font-size: 80%;
}



/* recipe pages */
#content.hRecipe img {
	float: right;
	border: none;
	margin: 0 0 20px 10px;
}

.hRecipe .duration, .hRecipe .yield {
	font-style: italic;
}

.hRecipe .nutrition {
	margin: 0 0 15px 15px;
	float:right; 
	width: 200px; 
	background-color: #D9881C;
	clear: right;
	padding: 0 5px 5px 10px;
}
	
.hRecipe .nutrition h2 {
	padding: 5px 5px 0;
	margin-bottom: 5px;
	text-align: center;
}

.hRecipe .nutrition p {
	margin: 0;
}

.hRecipe .nutrition ul {
	padding: 0 0 10px 20px; 
	margin: 0;
}

.hRecipe .category {
	text-align: right;
	font-size: 90%;
} 

/* recipe list pages */
#pagination {
	font-size: 90%;
	text-align: right;
}

.ditto_item .ditto_documentInfo {
	font-size: 70%;
	font-weight: normal;
}

/* 404 page */
#sitemap404 {
	margin-left: 50px;
}

/* Search results */
.ajaxSearch_resultsInfo {
	font-style: italic;
	margin-bottom: 0;
}

.ajaxSearch_paging {
	margin-bottom: 20px;
	display: block;
}

.ajaxSearch_currentPage {
	font-weight: bold;
}

.ajaxSearch_resultLink {
	font-size: 120%;
	margin-left: 20px
}

.ajaxSearch_resultExtract {
	margin-left: 50px;
}

#content .ajaxSearch_highlight {
	background-color: #ADCF82;
}

/* contact us page */
address {
	margin-left: 150px;
	font-size: 120%;
	font-style:normal;
}

#contact-form .form-field {
	float:left;
	clear: left;
	margin-top: 10px;
}

#contact-form label, #contact-form p {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: right;
	margin-right: 5px;
}

p.cleared { clear: both; height: 0;}

.errors {
	color: #9E2E3A;
	border: 1px solid #9E2E3A;
	padding: 5px;
}

/* Food co-ops */
div.food-coop {
	margin-top: 20px;
}

.food-coop h2, .food-coop p {
	margin-bottom: 0;
}

.food-coop p {
	margin-left: 20px;
}
