/*
CSS for Karma's Forest Nursery site
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffe0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	min-width: 1000px; /*IE hack*/
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin: 5px auto;
	background-color: #ffffe0;
	text-align: left; /*Realigns text to left after IE hack in body*/
	position: relative;
	border: 1px solid #ffffe0; /*Gecko browser hack*/
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: x-large;
	color: #4e2304;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
	background: #ffffe0;
}

h2 {
	font-size: 140%;
	color: #4e2304;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 1px;
}

h3 {
	font-size: 100%;
	color: #4e2304;
}
	
p {
	font-size: small;
	color: #4e2304;
}

li {
	font-size: small;
	line-height: 250%;
	list-style-type: none;
}

ul {
	margin-top: 25px;
}

#navigation {
	margin-top: 45px;
	width: 210px;
	height: 475px;
	background: #4e2304;
	float: left;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #4e2304;
}

a:link {
	color: #ffffe0;
}

a:visited {
	color: #ffffe0;
}

a:hover {
	color: #4e2304;
	text-decoration: none;
	background-color: #ffffe0;
}

a:active {
	color: #ffffe0;
	background-color: #006400;
}

#logo {
	width: 115px;
	height: 250px;
	margin-left: 25px;
	float: left;
	background: #ffffe0;
}

#headername {
	width: 780px;
	height: 250px;
	margin-left: 175px;
	position: relative;
	background: #ffffe0;
}

#homecontent {
	text-align: center;
	position: relative;
	margin-left: 230px;
	background-color: #ffffe0;
}

#aboutcontent {
	text-align: justify;
	position: relative;
	margin-left: 235px;
	background-color: #ffffe0;
}
.centertitle {
	text-align: center;
}

#contactcontent {
	text-align: center;
	position: relative;
	margin-left: 230px;
	font-weight: bold;
	background-color: #ffffe0;
}

#linkcontent {
	text-align: center;
	position: relative;
	margin-left: 230px;
	font-weight: bold;
	background-color: #ffffe0;
}

#servicescontent {
	text-align: justify;
	position: relative;
	margin-left: 235px;
	background-color: #ffffe0;
}

#termscontent {
	text-align: justify;
	position: relative;
	margin-left: 235px;
	background-color: #ffffe0;
}

#availablecontent {
	text-align: center;
	position: relative;
	margin-left: 220px;
	background-color: #ffffe0;
}

#eventscontent {
	text-align: center;
	position: relative;
	margin-left: 240px;
	background-color: #ffffe0;
}

#plantdescindex {
	margin-left: 120px;
	text-align: center;
}

.indexgreen {
	color: #008000;
	font-size: 80%;
	font-weight: bold;
}

#bodyplantdesc {
	text-align: center;
	font-weight: bold;
	margin-left: 200px;
}

.plantdesc img {
	border: 15px solid white;
}

.plantdesc {
	padding-bottom: 20px;
	border-bottom: 1px solid green;
	margin-bottom: 10px;
}

.plantdesc p {
	font-size: 75%;
	font-weight: bold;
	text-align: justify;
	margin-top: 0;
	float: right;
	margin: 10px;
	width: 410px;
	line-height: 1.4em;
	color: #4e2304;
}

.planttitle {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: #4e2304
}

.notbold {
	font-weight: normal;
	font-size: 75%;
}
