/* ====================

Title: The Yard Foods Main stylesheet
Last updated: 23/11/2007 by Mike

* Some ideas from Blueprint
* code.google.com/p/blueprintcss

==================== */


/* --------------------------
 @Reset - Based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

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 {	margin: 0;	padding: 0;	border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight:400; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: none; }


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

body {
	color: #01701b;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;
	font-size: 68.75%;
	line-height: 1.5;
}

/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { color: #f37800; font-size: 1.5em; font-weight: bold; line-height: 1; margin-bottom: 0.56em; text-transform: uppercase }
h2 { font-size: 1.8em; margin-bottom: 0.5em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; }
h4 { color: #f37800; font-size: 1.3em; font-weight: bold; line-height: 1; margin-bottom: 0.56em; }

/* Text elements */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 0; padding: 0; }

ul, ol      { margin: 0 0 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/* Default link styles */

a:link, 
a:visited {
	color: #298f29;
	text-decoration: underline;
}

a:active, 
a:focus,
a:hover {
	color: #298f29;
	text-decoration: underline;
}

/* Tables */

table   { margin-bottom: 1.4em; }
th      { font-weight: bold; }

/* Text Classes */

.new {
	color: #f37800;
	font-weight: bold
}

.pale {
	color: #7ccc49;
}



/* --------------------------
 @Structure 
----------------------------- */

html { height: 100%; margin-bottom: 1px;}

body {
	background: #298f29 url('../images/bg_body.gif');
	padding-bottom: 20px;
}

div#wrapper_bottom {
	background: url('../images/bg_wrapper_bottom.gif') bottom center no-repeat;
	padding-bottom: 20px;
}

div#wrapper {
	background: url('../images/bg_wrapper.gif') top center repeat-y;
	min-height: 500px;
	padding: 0 0 0.8em;
}

div#container {
	margin: 0 auto;
	width: 746px;
}

div#content {
	/* background: #fff url('../images/guides/18pxlineguide.gif'); */
	margin: 0 auto;
	min-height: 300px;
	overflow: hidden;
	padding: 1.5em 0 0 0;
	width: 724px;
}


/* --------------------------
 @Branding
----------------------------- */

div#branding {
	background: #01701b url('../images/bg_branding.jpg') bottom left no-repeat;
	height: 124px;
	padding-bottom: 136px;
	position: relative;
}

img#logo {
	position: absolute;
	left: 21px;
	top: 21px;
}

p#telephone {
	color: #9ae768;
	position: absolute;
	bottom: 184px;
	right: 22px;
}

img#tagline {
	position: absolute;
	right: 22px;
	top: 66px;
}


/* --------------------------
 @Tools
----------------------------- */

div#tools {
	/* background: url('../images/bg_tools.png') top left no-repeat;
	height: 30px;
	width: 153px; */
	position: absolute;
	right: 11px;
	top: 11px;
}

#tools {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

#tools .inner {	padding: 6px 6px; width: 141px; }

#tools a:link, #tools a:visited, #tools button {
	color: #fff;
}

#tools a:hover, #tools a:active, #tools a:focus, #tools button:hover, #tools button:active, #tools button:focus { color: #6acc81; text-decoration: none;}

#tools .pipe { color: #d3eec2; padding: 0 5px 0 7px; }

#tools #view, #tools .pipe, #tools #logout {
	float:left;
}

#tools form#logout { margin: 0; }

#tools button {
	background: none;
	border: none;
	cursor: pointer;
	font-family: verdana, arial, sans-serif;
	line-height: normal;
	margin: 0;
	padding: 0;
}


/* --------------------------
 @Home
----------------------------- */

div#pitch {
	padding: 0 0.5em 0 0.5em;
	line-height: 2.2em
}

#pitch h1 {
	letter-spacing: -1px;
	margin-bottom: 0.6em;
}

#newsletter {
	background: #fffffd url(../images/bg_newsletter.gif) top left no-repeat;
	padding: 15px 0 15px;
	text-align: center;	
}

#newsletter h3 {
	display: inline;
}

#signup {
	display: inline;
	padding-left: 5px;
	position: relative
}

#signup label {
	text-align: center;	
	display: inline;
}

#signup input.text {
	display: inline;
	background: #fdfdf8;
	border: 1px solid #c2bc9b;
	color: #01701b;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;	
	font-weight: normal;
	padding: 5px 5px 4px 5px;
	width: 322px;	
}

#signup .button{
	margin-top: 1px;
	padding: 0 0 0 6px;
	position: absolute;
}

#signup p {
	float: left;
	font-weight: bold;
	padding: 8px 0 0 80px
}

div#services {
	margin: 0 0 1.2em;
	overflow: hidden;
	width: 100%;
}

div.service {
	background: #fffffd url(../images/bg_service_bottom.gif) bottom left no-repeat;
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
	text-align: center;
	width: 357px;
}

div.service_inner {
	background: url(../images/bg_service_top.gif) top left no-repeat;
	padding: 1em 10px 0;
}

#services .last {
	margin-right: 0;
}

.service h2 {
	font-weight: bold;
	margin-bottom: 0.4em;
	padding: 0.4em 0 0.3em;
	text-transform: uppercase;
}

.service h2 img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

ul {
	margin: 0 0 1.2em 0;
}

li {
	color: #01701b;
	line-height: 2.2em;
	list-style-type: none;
}

li .bullet {
	color: #f37800;
	font-size: 1.3em;
	margin: 0 0.1em 0 0;
}

div.extra_information {
	background: url('../images/bg_extra_information_middle.gif');
	min-height: 2em;
	margin: 0 0 1.2em 0;
	position: relative;
}

div.ei_top {
	background: url('../images/bg_extra_information_top.gif') no-repeat;
	padding: 1.8em 0 0;
}

div.ei_bottom {
	background: url('../images/bg_extra_information_bottom.gif') bottom no-repeat;
	padding: 0 2em 1.8em;
}

#pitch h3, {
	padding-bottom: 0.2em;
}

.extra_information h3 {
	font-weight: bold;
	display: inline;	
	margin: 0 5px 0 0;
}

.tagline {
	display: inline
}

#growing {
	float: right; 
	margin-top: -6px;
}

.extra_information img.readmore {
	cursor: pointer;
	position: absolute;
	top: 17px;
	right: 20px
}

.ei_text {
	clear: both;
	float: left;
	line-height: 2em;
	margin: 0;
	width: 680px;
}

.ei_text p.first {
	border-top: 1px solid #daf2ca;
	margin: 1.5em 0 1.5em;
	padding: 1.5em 0 0;
}

.ei_text_split_left {
	border-right: 2px solid #e9f7e0;
	line-height: 2em;
	margin: 0 0 0;	
	width: 341px;
}

.ei_text_split_left p.first {
	border-top: 0px;
	margin: 0 0 1.5em;
	padding: 0;
}

.ei_text_split_right {
	float: right;
	line-height: 2em;
	margin: 0 0 0;
	width: 330px;
}

.split {
	border-top: 1px solid #daf2ca;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
}

#the_studio .menu {
	padding: 0 0 1.5em;
}

#about_our_food .split {
	border-top: 1px solid #daf2ca;
	clear: both;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
}

.supplier {
	padding: 0;
	margin: 0;
}

.supplier img {
	margin: 5px 15px 5px 0;
}


.map {
	float: right;
	margin: 0;
	padding: 0;
}


/* --------------------------
 @Menu
----------------------------- */

h1 .back {
	color: #aaa;
	font-size: 0.65em;
	font-weight: normal;
	margin: 0.3em 0 0 0;
	text-transform: none;
}

table {
	border-collapse: collapse;
	border-bottom:1px solid #edebd9;	
	margin-top: 2em;
	width: 100%
}

.menutable th {
	background:#90d464 none repeat scroll 0%;
	border-bottom:1px solid #d2ecb3;
	color:#fff;
	font-size: 1.1em;	
	text-align:left;
	padding: 10px;
	margin: 0;
}

.menutable td {
	margin: 0;
	padding: 10px;
}

.price {
	border-left:1px solid #d2ecb3;
	font-weight: bold;
	font-size: 1.1em;	
	width: 75px;
	text-align: center;
}

.product {
	color: #f37800;
	font-size: 1.5em;
	margin: 0;
	padding: 0	
}

.description {
	margin: 0.4em 0 0.5em;
	padding: 0	
}

.organic {
	color: #4d951f;
	margin-bottom: 0.4em
}

.even {
	background: #f9f8f0
}

.note p {
	padding-left: 0.56em;
}



/* --------------------------
 @Siteinfo
----------------------------- */

#site_info {
	margin: 0 auto;
	padding: 2em 0 0;
	position: relative;
	text-align: center;
	width: 724px;
}

#site_info .pipe {
	color: #d3eec2;
	margin: 0 10px;
}

#site_info p#copyright {
	bottom: 0px;
	color: #7ccc49;
	font-size: 0.9em;
	left: 0px;
	margin: 0;
	position: absolute;
}

#site_info #tilde {
	margin: 0 10px;
}

#site_info img#minilogo {
	bottom: 0px;
	position: absolute;
	right: 0px	
}


/* --------------------------
 @Classes (reusable)
----------------------------- */

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

.container {
	position: relative;
	width: 991px;
	margin: 0 auto;
}

.column {
	float: left;
}


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

form {
	margin-bottom: 1.5em;
}

fieldset {
	border: 0;
}

	fieldset.hidelegend legend {
		display: none;
	}

	
label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0 0 0.5em;
}

input,
textarea,
select {
	font-family: inherit;
}

input.text {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	color: #01701b;
	display: block;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;	
	font-weight: normal;
	margin: 0.2em 0 0 0;
	padding: 3px;
	width: 322px;	
}

	input.text:focus {
		background: #FFF
	}

textarea {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	color: #01701b;
	font-family: "lucida sans unicode", "lucida grande", "trebuchet ms", sans-serif;	
	height: 150px;
	line-height: 1.5em;
	margin: 0.2em 0 0 0;
	padding: 3px;
	width: 322px;
}

	textarea:focus {
		background: #FFF
	}

select {
	font-family: inherit;
}

input.submit {
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 0;
}

input.button {
	padding-top: 10px;
}

.error, 
.success {
	background: #ffd3a8;
	border: 3px solid #f37800;
	color: #01701b;
	margin: 1em;
	padding: 1em;
}

.success {
	background: #ffd3a8;
	border-color: #f37800;
}

.error ol {
	margin: 0;
}

.error li {
	line-height: 1.8em;
	margin: 0 0 0 0;
}

.required, 
label span.required {
	color: #A6010C;
}

.error h3, 
.success h3 {
	color: #01701b;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

#signup #silly_question {
	display: block
}

/* --------------------------
 @Sortables
----------------------------- */

ul#products {
	border-bottom:1px solid #DED9B8;
	margin:0pt 0pt 18px;
}

#products li {
	background-color:#F5F3E5;
	border-top:1px solid #DED9B8;
	font-size:1.2em;
	margin:0pt;
	padding:4px 10px 4px 5px;
}

#products li.selected {
	background-color:#FFFFFF;
}

#products li * {
	vertical-align:middle;
}

#products li .handle {
	cursor:move;
	margin:0pt 5px 0pt 0pt;
}

#products li .edit {
	float:right;
}