﻿
@charset "utf-8";
/*Version 1.0 -- Grow Garden Tomatoes Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
/*background-color: #97bc48; /* green color for browser window background color and footer top border */
background-color:#81B344;
margin: 0;
padding: 0;
font-family: Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #3c3c3c;
font-size: 85%;
line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #3c3c3c; /*bf2817#33481f;  #1d487e;*/
	clear: both;
	font-family:  Verdana, Arial, sans-serif;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
color:#bf2817;
margin-top: 5px;
text-align: left;
font-size:140%;
line-height:10px;
}

h2 {
border-bottom: 1px solid #97bc48;  /* lt green */
}

h3 {
border-bottom: 0 solid #97bc48;
}

.HomeHeader {
	text-align: center;
	font-size: 200%;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}
/*
img {
border: 1px solid #33481f;
}
*/
a:link img {
border: 0;
}

hr{
	color: #33481f;
	background-color: #33481f;
	height: 3px;
	border: 0;
  width: 80%;

}
/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
/*border: 2px solid #33481f; */  /* dark green, headlines and borders */
}

#Header {
position: relative;
height: 234px;			/*was 220px change the height to match the height of your header image-logo  */
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
border-right:thin solid #33481f;
border-left:thin solid #33481f;
}

#NavColumn {
float: left;
width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px; 
       /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 0 auto;
 	background-color: white; /* #fff996; Tan content background */
}

#Header {
	/* background-image: url(../image-files/tomatoheaderlight.jpg); */
background-image: url('../image-files/pots-header.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
}

#ContentWrapper {
/*background-image: url(../image-files/topdown-gradient.jpg);
background-repeat: no-repeat;*/
background-color: transparent; 
/*background-color: #fff996;*/

}

#NavColumn {
/*background-image: url(../image-files/back-gradient-sm.jpg);
background-repeat: repeat-x;*/
background-color: transparent;

}

#ContentColumn {
/*background-image: url(../image-files/back-gradient-sm.jpg);
background-repeat: repeat-x;*/
background-color: transparent;
/*border-left: 1px solid #c7e279;
border-right: 1px solid #c7e279;*/

}

#ExtraColumn {
/*background-image: url(../image-files/back-gradient-sm.jpg);
background-repeat: repeat-x;*/
background-color: transparent;
}

#Footer {
background-image: url("style.css");
background-repeat: no-repeat;
background-color: #bf2817;     /* red used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #33481f;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #33481f;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #33481f;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #bf2817; /*#33481f;*/
border-bottom: 1px solid #bf2817;

margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ffc;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #5a702b;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: blue;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #c7e279;  /* light green used in reminder box of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #ffc;
border: 1px solid #5a702b;
text-align: center;
}

.ExtraNav a:link {
color: blue;
background-color: #ffc;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
padding: 0 4px;
}

.ExtraNav a:hover {
color: red;
background-color: #c7e279;
text-decoration: underline;

}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #bf2817;  /* red */
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 75%;
border: 1px dotted #5a702b;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
font-size:90%;
}

div.CalloutBox p {
padding-left:.5em;
margin:1em 1em .2em 1em;
background-color:#c7e279;
}

div.CalloutBox ul {
	margin:0;
}
div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
text-align:center;
}

.MissingPictureBox {          
/*background-color: #c7e279;*/
width: 24%;
border: 1px solid #5a702b;
margin: 0 12px 12px 0;
float: left;             /* adding float enables text to flow around it */
padding:8px;
font-size:80%;
}


.ReminderBox {          
background-color: #c7e279;
width: 24%;
border: 1px solid #5a702b;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
text-align:center;
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #ffc;
width: 90%;
border: 1px solid #5a702b;
margin: 0 auto 12px auto;
padding: 10px;
text-align:left;
font-size:85%;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #5a702b;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}

.DataTable .VarietyTable{
	border-collapse: separate;
	table-layout: fixed;
	caption-side: top;
}

.DataTable td{
	padding:.3em;
}

.DataTable thead{
	text-align:center;
}

.VarietyTable tr {
	vertical-align:top;
}

.VarietyTable p{
	font-size:85%;	
	line-height:110%;
	margin-top:.2em;
	margin-bottom:.5em;
	margin-left:.5em;
}

.PictureTable{
	border-collapse: separate;
	table-layout: fixed;
	caption-side: top;
	text-align:left;
}
.PictureTable tr{
	vertical-align:top;
}

.DataTable td{
	padding:.5em;
}

.ImageNoBorder {
	border:0;
}
/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.NoClear {
	clear:none;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.TableCaption {
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
text-align: left;
}

.Underline {
	text-decoration: underline;
}

.Top {
	font-size:70%;
	vertical-align:.5em;
}

.Bottom {
	font-size:70%;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.h1SecondLine {
	font-size:85%;
}

/* -- C2 -- */
#previewContainer img{
	border:0;
}

/* -- Recipes -- */
.Recipe {
	margin:.5em 1em 0 1em;
	background-color:#EAFBD4; /*#E1F9C3;*/
	padding:1em;
}


.Ingredients div {
	border-bottom:dotted thin silver;
	margin-left:2em;
	padding-bottom:2px;
	margin-bottom:2px;
	font-size:95%;
	
}

.Directions div {
	font-size:95%;
	border-bottom:dotted thin silver;
	padding-bottom:10px;
	margin-bottom:10px;
}

