/*INDEX:
General 	(body)
Link Info 	(a)
Main Layout	(wrapper, header, main, content, leftBar)
INDEX*/

/*GUIDE:
font: [weight][style][variant]size[/line-height]family;

GUIDE*/


/* hackt o get ie & ff to display the entire background image */
html>body #main {
	height: auto;
}

/*
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
/*
* html .clearfix { height: 1%; }
.clearfix { display: block; }
*/
/* close commented backslash hack */

/*General*/
body, html {
	margin: 0;
	padding: 0;
	color: #000;
	background: #CCCCCC;
	font: 0.8em Times;
	text-align: center;
}

/* pagewide link info */
a:link {color: 000099; text-decoration: underline; }
a:visited {color: 000099; text-decoration: underline; }
a:hover {color: #0099CC; text-decoration: none; }
a:active {color: blue; }

/* Main Layout */
#wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: white;
	text-align: left;
	z-index: 10;
}

#header {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: bold 40px/1.4 Georgia, sans-serif;
	letter-spacing: 4px;
	text-align: center;
	color: green;
}

#subHeader {
	clear: both;
	position: relative;
	height: 38px;
	width: 100%;
	margin: 0px;
	padding-top: 9px;
	font: bold 20px/1.4 Georgia, sans-serif;
	letter-spacing: 4px;
	text-align: left;
	color: black;
	background-color: green;
}

div#subHeader a:link {
	border-right: 1px pink solid;
	font: italic 20px/1.4 Georgia, sans-serif;
	color: #FFFF99;
	text-decoration: none;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: green;
}

div#subHeader a:visited {
	border-right: 1px pink solid;
	font: italic 20px/1.4 Georgia, sans-serif;
	color: #FFFF99;
	text-decoration: none;
	font-weight: 900;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: green;
}

div#subHeader a:active {
	background-color: #CCFFCC;
	color: black;
}

div#subHeader a:hover {
	background-color: #CCFFCC;
	color: black;
}

/*	background: white url(http://www.ediblelandscaping.com/images/layout/Background2C.jpg); */
#main {
	clear: both;
	margin-left: 0px;
	background: white url(../images/layout/Background2C.jpg);
	height: 100%;
	overflow: visible;
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: fixed;
}


#content {
	float: left;
	width: 70%;
	margin: 0px 0 0 0;
	padding: 10px 0 50px 0;
	text-align: justify;
	line-height: 1.4;
	letter-spacing: 0;
}

/* RIGHT BAR */
#rightBar {
	float: left;
	width: 12%;
	margin: 40px 0px 40px 0px;
	border: black 2px solid;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0;
}

/*GUIDE:
font: [weight][style][variant]size[/line-height]family;
top right bottom left
GUIDE*/

/* LEFT BAR */
#leftBar {
	float: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 100px;
	width: 150px;
	height: 100%;
	border: 0px solid #000;
	font: 13pt/1em Times;
	color: FFFF99;
	text-align: left;
}

div#leftBar p {
	margin: 20px 0px 5px 5px;
}

/*The hr lines for the link seperation in the sidebar...*/
/*needs background-color and color to work in both IE & firefox...*/
div#leftBar hr { 
	height: 1px;
	color: white;
	background-color: white;
	border: 0;
	margin-left: 5px;
	width: 140px;
	text-align: center;
}

div#leftBar input{ 
	background-color: 33CC33;
	color: FFFF99;
	font-size: 10pt;
}

div#leftBar button { 
	border: 0px;
	background-color: 33CC33;
	color: FFFF99;
	font-size: 10pt;
}

div#leftBar button:hover { 
	border: 0px;
	background-color: 66FF66;
	color: FFFF99;
	font-size: 10pt;
}

div#leftBar a:link {
	color: FFFF99; 
	text-decoration: none; 
	font-weight: 900;
	margin: 0;
}

div#leftBar a:visited {
	color: FFFF99; 
	text-decoration: none; 
	font-weight: 900;
	margin: 0;
}

div#leftBar a:hover {
	color: #66FF66; 
	text-decoration: underline; 
	font-weight: 900;
	margin: 0;
}

div#leftBar a:active {
	color: blue; 
	text-decoration: underline; 
	font-weight: 900;
	margin: 0;
}

div#leftBar ul { 
	list-style-type: disc; 
	text-align: left; color: #00CC00;
}

div#leftBar li {
	color: #000000; 
	text-decoration: none; font: 11pt/1.5em Times; 
}

.boxLeftBar {
	text-align: center;
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 5px 0px;
	border: 1px #FFFF99 solid;
}


/* PAGE CONTENT*/

.textBody {
	font: 12pt "Times New Roman", Verdana, Arial, serif;
	color: black; 
	margin: 10px;
	overflow: visible;
	text-align: center;
}

.ieCenterBug {
	text-align: justify;
}

.titleCenter {
	font-size: 30pt;
	letter-spacing: 4px;
	text-align: center;
}

.title {
	font-size: 30pt;
	letter-spacing: 4px;
}

.heading {
	font-size: 24pt;
	letter-spacing: 2px;
}

.subHeading {
	font-size: 20pt;
	letter-spacing: 2px;
}

.subSubHeading {
	font-size: 18pt;
	letter-spacing: 2px;
}

.subText {
	font-size: 10pt;
}

.subSubText {
	font-size: 8pt;
}

.invisible {
	display: none;
}

.salePrice {
	color: #FF3333;
	text-decoration: line-through;
}


div#content hr {
	width: 50%;
	text-align: center;
}

div#content input{ 
	background-color: 33CC33;
	color: FFFF99;
	font-size: 10pt;
}

div#content button { 
	border: 0px;
	background-color: 33CC33;
	color: FFFF99;
	font-size: 10pt;
}

div#content button:hover { 
	border: 0px;
	background-color: green;
	color: FFFF99;
	font-size: 10pt;
}

/* PAGE FOOTER */
#footer {
	clear: both;
	background: green;
	color: #FFFF99;
	text-decoration: none; font: bold 13pt/1.6em Times;
	vertical-align: text-bottom;
	text-align: center;
}

/*
GENERAL IN PAGE CODE placed by functionsTextbox.php
*/

/* standard box */

.box {
	border: 2px black solid;
	padding: 8px;
	width: 600px;
	margin: 0 auto;
	text-align: justify;
}

/*
font: [weight][style][variant]size[/line-height]family;
	font-family: "Times New Roman", Verdana, Arial, serif; 
	font-size: 11pt; 
*/

/* placing & positioning images (multimedia including video) */

.Img {
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}


.floatImgLeft {
	float: left; 
	margin-top: 0px; 
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 10px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

.floatImgRight {
	float: right; 
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

.summaryBoxTitle {
	font: bold 22pt "Times New Roman", Verdana, Arial, serif;
	text-align: center;
	border: 0px black solid;
	padding: 2px;
	width: 98%;
	margin: 0 auto;
}

.summaryBox {
	font: bold 22pt "Times New Roman", Verdana, Arial, serif;
	text-align: center;
	border-right: green 2px solid;
	border-left: green 2px solid;
	border-bottom: green 2px solid;
	background: #CCFFCC;
	padding: 2px;
	width: 98%;
	margin: 0 auto;
}

.summarySubBoxTitle {
	font: bold 16pt "Times New Roman", Verdana, Arial, serif;
	text-align: center;
	border-right: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	background: green;
	padding: 2px;
	width: 95%;
	margin: 0 auto;
}

.summarySubBoxTitle a:link {color: FFFF99; text-decoration: underline; }
.summarySubBoxTitle a:visited {color: FFFF99; text-decoration: underline; }
.summarySubBoxTitle a:hover {color: 66FF66; text-decoration: none; }
.summarySubBoxTitle a:active {color: blue; }

.summarySubBox {
	font: 13pt "Times New Roman", Verdana, Arial, serif;
	text-align: justify;
	border-right: white 2px solid;
	border-left: white 2px solid;
	border-bottom: white 2px solid;
	background: #CCFFCC;
	padding: 2px;
	width: 95%;
	margin: 0 auto;
}

.summarySubBox a:link {color: blue; text-decoration: underline; }
.summarySubBox a:visited {color: blue; text-decoration: underline; }
.summarySubBox a:hover {color: red; text-decoration: none; }
.summarySubBox a:active {color: red; }

/* TABLES */

/* base table with no borders or anything fancy, just spacing... */
table.simple {
	font: 12pt "Times New Roman", Verdana, Arial, serif;
	letter-spacing: 2px;
	width: 95%;
	margin: 0 auto;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	background-color: white;
}
table.simple td {
	width: 50%;
	padding: 2px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-bottom: white 2px solid;
	border-right: white 2px solid;
	border-left: white 2px solid;
	background-color: white;
}

/* table for browsing categories or plants */
table.plants {
	font: 13pt "Times New Roman", Verdana, Arial, serif;
	letter-spacing: 2px;
	width: 95%;
	margin: 0 auto;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	background-color: CCFFCC;
}
table.plants th {
	padding: 2px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-right: white 2px solid;
	background-color: green;
}
table.plants td {
	width: 50%;
	padding: 2px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-bottom: white 2px solid;
	border-right: white 2px solid;
	border-left: white 2px solid;
	background-color: CCFFCC;
}

table.plants a:link {color: FFFF99; text-decoration: underline; }
table.plants a:visited {color: FFFF99; text-decoration: underline; }
table.plants a:hover {color: 66FF66; text-decoration: none; }
table.plants a:active {color: blue; }


/* auto created tables */
table.genTable {
	border-width: 0px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: separate;
}
table.genTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
}
table.genTable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
}

/* Admin Layout */
#admin {
	margin: 20px;
	padding: 20px;
	background: white;
	text-align: left;
	border: 2px solid #000;
	text-decoration: none; font: 13pt/1.6em Times;
}

.adminMsg {
	color: red;
}

table.adminDBTable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.adminDBTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	background-color: red;
	font: bold 13pt "Times New Roman", Verdana, Arial, serif;
}
table.adminDBTable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	background-color: CCCCCC;
	font: 13pt "Times New Roman", Verdana, Arial, serif;
}
