body {
	background-color: #E9E8E7;
	font-family: 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 12px;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-weight: bold;
	color: #6b4739;
}
h1 {
	font-size: 22px;
	padding-bottom: 20px;
}
h2 {
	font-size: 14px;
	padding-bottom: 20px;
}
p {
	line-height: 17px;
	padding-bottom: 10px;
}

.error {
	color: red;
}
.clear {
	clear: both;
}
.opening {
	padding-bottom: 20px;
}
.opening p {
	font-size: 13px;
	line-height: 17px;
}
.seperator {
    font-style: normal;
    padding: 0 5px;
}

a {
	text-decoration: none;
	color: #6b4739;
}
a:hover {
	color: #a3bb3c;
}
strong {
	font-weight: bold;
}
form fieldset {
	border-top: 1px dotted #E1E1E1;
	padding-top: 30px;
}
form .required {
	margin-left: -10px;
	padding-left: 10px;
}
form .required label {
	margin-left: -10px;
	padding-left: 10px;
	background: transparent url(../images/required.png) no-repeat scroll 0px 8px;
}
form .error {
	margin-right: -10px;
	margin-left: -18px;
	padding: 10px 10px 10px 18px;
	background-color: #FEF9F1;
}
form .error label {
	margin-left: -18px;
	padding-left: 18px;
	background: transparent url(../images/error.png) no-repeat scroll 4px 6px;
	clear: left; /* to prevent vert fields' label from wrapping around err msg */
}
form .error .msg {
	color: red;
	font-size: 11px;
	padding-bottom: 10px;
}
form h2 {
	padding-bottom: 30px;
}
form label {
	font-family: 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #646464;
	display: block;
}

form textarea {
	width: 100%;
}

/* Form entry w/horizontal orientation (text and select fields) */
form .entry-horiz {
	overflow: hidden;	/* clearing */
	width: 100%;		/* required for IE to clear */
	margin-bottom: 15px;
}
form .entry-horiz label {
	float: left;
	width: 126px;
	line-height: 21px;
}
form .entry-horiz input,
form .entry-horiz select {
	float: right;
	width: 231px;
}
/* Form entry w/vertical orientation (textarea and images) */
form .entry-vert {
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 100%;
}
form .entry-vert label {
	padding-bottom: 10px;
	line-height:21px;
}
form .entry-vert p {
	font-size: 11px;
	line-height: 14px;
	color: #8c8c8c;
	padding-bottom: 10px;
}
/* Form entry w/horizontal orientation and multiple controls (radio) */
form .entry-horiz-multi {
	overflow: hidden;
	width: 100%;
	margin-bottom: 14px;
}
form .entry-horiz-multi label {
	float: left;
}
form .entry-horiz-multi .radio {
	width: 231px;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
form .entry-horiz-multi .radio input {
	display: inline;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
form .entry-horiz-multi .radio label {
	font-family: 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	float: none;
}
form input.button {
	display: block;
	float: right;
	padding-left: 10px;
}

div.button {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	float: left;
	width: 111px;
	margin-right: 5px;
	text-align: center;
}
div.button img {
	display: block;
	padding: 0 15px 10px;
	border: none;
}
img.thumb {
    border: 1px solid #cacaca;
}
.buttons-box {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	margin: 10px -8px 20px;
}
.buttons-box .heading {
	background: transparent url(../images/box_top.png) no-repeat scroll top left;
	height: 21px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #6b4739;
}
.buttons-box .body {
	background: transparent url(../images/box_bottom.png) no-repeat scroll top left;
	height: 167px;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 20px;
}
.buttons-box-sm {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	display: inline;
	float: right;
	width: 162px;
	margin: 3px -22px 10px 10px;
}
.buttons-box-sm .heading {
	background: transparent url(../images/box_top_sm.png) no-repeat scroll top left;
	height: 21px;
	padding: 8px 0 0 13px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #6b4739;
}
.buttons-box-sm .body {
	background: transparent url(../images/box_bottom_sm.png) no-repeat scroll top left;
	height: 167px;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 45px;
}

#wrapper {
	width: 730px;
	padding: 0 10px;
	margin: 0 auto;
	background: transparent url(../images/dropshadow.png) repeat-y scroll top center;
}
#header {
	height: 168px;
	position: relative;
}
#header h1 {
	font-family: 'Lucida Grande',Lucida,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	left: 290px;
	position: absolute;
	text-transform: uppercase;
	top: 47px;
}
#header h1 .divider {
	color: #8e885b;
	font-size: 23px; 
	padding-right: 4px;
}
#header .target {
	display: block;
	width: 260px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 30px;
	left: 25px;
}
#header img.signin {
	position: absolute;
	top: 0px;
	left: 50px;
}
#header div.signin {
	position: absolute;
	top: 0px;
	left: 25px;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	color: #8c8c8c;
	font-size: 11px;
	font-style: italic;
	padding: 5px;
}
#header .signin .name {
	font-family: 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
	color: #646464;
    font-weight: bold;
    font-style: normal;
}
#header .signin a {
    text-decoration: underline;
	color: #8c8c8c;
}
#header .signin a:hover {
	color: #a3bb3c;
}
#main {
	width: 100%;
	overflow: hidden;
}
#nav {
	width: 77px;
	height: 400px;
	padding: 30px 15px 0 30px;
	float: left;
	border-right: 2px dotted #77B44B;
	color: #6b4739;
/*	background-color: red; */
}
#nav ul {
	list-style: none;
}
#nav ul li {
	font-size: 10px;
	font-weight: bold;
	margin-top: 19px;	
}
#content {
	width: 372px;
	float: left;
	padding: 7px 22px;
	overflow: hidden; /* to avoid the sidebar getting bumped down */
	font-size: 12px;
}
#teaser {
	width: 372px;
	height: 350px;
	margin: 0 auto;
	padding: 7px 22px;
	text-align: left;
}
#sidebar {
	width: 160px;
	padding: 7px 15px 0 14px;
	float: left;
	border-left: 1px solid #E1E1E1;
	font-size: 12px;
}
#sidebar .heading {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 14px;
	font-weight: bold;
	color: #6b4739;
	margin-bottom: 10px;
}
#sidebar .cities-heading {
	background: transparent url(../images/side_rule_houses.png) no-repeat scroll 0 2px;
	line-height: 30px;
	margin-bottom: 4px;
}
#sidebar .cities {
	background: transparent url(../images/side_rule.png) no-repeat scroll bottom left;
	margin: 0  0 40px 0;
	padding-bottom: 10px;
}
#sidebar .cities li {
	background: transparent url(../images/leaf.png) no-repeat scroll 0 5px;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	line-height: 1.6em;
	margin-left: 5px;
	padding-left: 18px;
	font-style: italic;
	font-weight: bold;
}
#sidebar .sponsor {
	margin: 0 0 20px;
	text-align: center;
}
#sidebar .sponsor img {
	display: inline;
}
#footer {
	color: #969d78;
	background-color: #f4f8e4;
	border-top: 1px solid #e3e3e3;
	text-align: center;
	font-size: 11px;
	padding: 20px 0;
	margin-top: 40px;
}
#footer a {
	color: #969d78;
}
#footer a:hover {
	color: #6b4739;
}
#footer .label {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-style: italic;
}

/* HOME PAGE RULES */

/* LISTINGS PAGE RULES */

#listings #sort {
	margin: -4px 0 9px;
	padding: 10px 0 0 10px;
	font-size: 10px;
	background-color: #FEF9F1;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}
#listings #sort div {
	padding-bottom: 10px;
}
#listings #sort .label {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-style: italic;
	font-size: 11px;
	color: #8c8c8c;
	display: block;
	float: left;
	width: 54px;
}
#listings #sort .current {
	margin: 0 2px;
	color: #6b4739;
}
#listings #sort a {
	margin: 0 2px;
	color: #8c8c8c;
}
#listings #sort a:hover {
	color: #a3bb3c;
}
#listings .group {
	margin-top: 31px;
}
#listings .listing {
	padding: 9px 0;
	border-top: 1px solid #E1E1E1;
	font-size: 10px;
	overflow: auto;
	width: 100%;
}
#listings .listing .type {
	font-weight: bold;
}
#listings .gardener .type {
	color: #a3bb3c
}
#listings .garden .type {
	color: #6b4739;
}
#listings .listing .spec {
	color: #646464;
	border-left: 1px solid #646464;
	padding-left: 10px;
	margin-left: 7px;
}
#listings .listing img {
	float: right;
	margin-left: 12px;
}
#listings .listing a {
	display: block;
	margin: 5px 0 7px;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #505050;
}
#listings .listing a:hover {
	color: #000000;
}
#listings .listing .date {
	color: #646464;
	margin-bottom: 16px;
	display: block;
}

/* CREATE GARDEN PROFILE PAGE RULES */

#create-profile #content a {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 11px;
	font-style: italic;
	color: #8c8c8c;
	text-decoration: underline;
}
#create-profile #content a:hover {
	color: #a3bb3c;
}
#create-profile a.privacy {
	float: right;
}
#create-profile .required-notice {
	font-size: 11px;
	color: #8c8c8c;
	margin-left: 2px;
}

	/* ABOUT ME fieldset */
#create-profile #about-me {
	padding-bottom: 15px;
}
#create-profile #about-me h2 {
	padding-bottom: 23px;
}

	/* ABOUT MY GARDEN fieldset */
#create-profile #about-garden-er {
	padding-bottom: 6px;
}
#create-profile #about-garden-er .entry-horiz {
	margin-bottom: 24px;
}
#create-profile #about-garden-er a.map {
	line-height: 14px;
	display: block;
	float: left;
	clear: left;
	margin-top: 4px;
	white-space: nowrap;
}
#create-profile #about-garden-er #headline {
	height: 40px;
}
#create-profile #about-garden-er #description {
	height: 80px;
}

	/* PHOTOS fieldset */
#create-profile #photos img {
	padding-right: 10px;
}
#create-profile #photos img.last {
	padding-right: 0;
}

	/* FINISH fieldset */
#create-profile #finish {
	padding-bottom: 50px;
}
#create-profile #finish label {
	font-weight: normal;
	font-size: 11px;
	color: #8c8c8c;
	display: inline;
}
#create-profile #finish .terms {
	margin: 0 0 30px 0;
}
#create-profile #finish .terms input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#create-profile #preview {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
    font-size: 11px;
    color: #6b4739;
    padding: 10px;
	background-color: #FEF9F1;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	overflow: auto;
	width: 100%;
	margin-bottom: 30px;
}
#create-profile #preview p {
    padding-bottom: 20px;
}
#create-profile #preview a {
    color: #6b4739;
    font-style: italic;
    text-decoration: underline;
}
#create-profile #preview a:hover {
	color: #a3bb3c;
}
#create-profile #content .buttons {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;	
}
#create-profile #content .buttons a {
    color: #6B4739;
    text-decoration: none;
}
#create-profile #content.buttons a:hover {
	color: #a3bb3c;
}

/* ABOUT GARDENS/GARDENERS PAGE RULES */

#about-gardens dl, #about-gardeners dl {
	margin-bottom: 30px;
}
#about-gardens dt, #about-gardeners dt {
	font-weight: bold;
	padding-bottom: 2px;
	background: transparent url(../images/leaf.png) no-repeat scroll top left;
	margin-left: -16px;
	padding-left: 16px;
}
#about-gardens dd p, #about-gardeners dd p {
	padding-bottom: 10px;
}
#about-gardens h2, #about-gardeners h2 {
	line-height: 17px;
	padding-bottom: 15px;
}
#about-gardens .button, #about-gardeners .button {
	margin-left: -10px;
}

/* ABOUT US PAGE RULES */

#about dt {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-weight: bold;
	font-size: 13px;
	color: #6b4739;
	padding-bottom: 6px;
}
#about dd {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
#about dd img {
	float: left;
	padding-right: 10px;
}
#about #content a {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-style: italic;
	text-decoration: underline;
	color: #646464;
}
#about #content a:hover {
	color: #a3bb3c;
}

/* RESOURCES PAGE RULES */

#resources dl {
	margin-bottom: 30px;
}
#resources dt {
	font-weight: bold;
	padding-bottom: 2px;
	background: transparent url(../images/leaf.png) no-repeat scroll top left;
	margin-left: -16px;
	padding-left: 16px;
}
/* IE6 hack to show negative margin bg image */
#resources dd p {
	padding-bottom: 10px;
}

/* SIGN IN PAGE RULES */

#sign-in .error {
	color: red;
}
#sign-in fieldset {
	border-top: none;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0 40px;
}
#sign-in fieldset a {
	text-decoration: underline;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	color: #8c8c8c;
	display: block;
	float: left;
	clear: left;
	margin-top: 4px;
}
#sign-in fieldset a:hover {
	color: #a3bb3c;
}
#sign-in fieldset .button {
	margin-top: -10px; /* to flush buttons against gutter */
}
#sign-in .buttons-box {
	width: 100%;
	overflow: auto;
	margin: 0 0 0 -10px;
	padding-top: 20px;
}
#sign-in .buttons-box h2 {
	padding-left: 10px; /* to account for negative margin on container */
}

/* GARDEN/GARDENER PROFILE PAGE RULES */

#profile .intro {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 16px 0;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #7c7c7c;
	overflow: hidden;
	width: 100%;
}
#profile .intro img {
	float: right;
	margin-left: 10px;
}
#profile .edit-menu {
	font-size: 11px;
	background-color: #FEF9F1;
	border-top: 1px solid #dbdbdb;
	padding: 7px;
	overflow: hidden;
}
#profile .edit-menu .status {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
}
#profile .edit-menu .status.disabled {
	color: #cc3333;
}
#profile .edit-menu .status.enabled {
	color: #6b4739;
}
#profile .edit-menu a {
    text-decoration: underline;
	font-style: italic;
	line-height: 14px;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	color: #6b4739;
}
#profile .edit-menu a:hover {
	color: #a3bb3c;
}
#profile .message {
	background-color: #FEF9F1;
	border-bottom: 1px solid #dbdbdb;
	margin-top: -20px;
	margin-bottom: 20px;
	overflow: hidden;
}
#profile .message form {
	overflow: hidden;
}
#profile .message img {
	vertical-align: middle;
}
#profile .message a {
    text-decoration: underline;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	color: #6b4739;
}
#profile .message a:hover {
	color: #a3bb3c;
}
#profile .message.closed a {
	float: left;
}
#profile .message .notice {
	float: right;
	font-size: 11px;
	margin: 8px 8px 0 0;
}
#profile .message h2 {
	padding-bottom: 20px;
	margin-left: -40px;
	padding-left: 40px;
	line-height: 17px;
	background: transparent url(../images/message.png) no-repeat scroll 0 -6px;
}
#profile .message .heading {
	margin-top: -5px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}
#profile .message .heading .label {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	color: #8c8c8c;
	width: 40px;
	float: left;
	clear: left;
}
#profile .message .heading .user {
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	color: #6b4739;
	float: left;
}
#profile .message textarea {
	height: 172px;
	margin-bottom: 20px;
	width: 310px;
	display: block;
}
#profile .message .consent {
	font-size: 11px;
	color: #8c8c8c;
	float: left;
}
#profile .message .consent input {
	margin: -4px 8px 0 0;
	vertical-align: middle;
}
#profile .message input.send {
	margin-top: -4px;
	float: right;
}
#profile .message.open {
	padding: 20px 20px 20px 40px;
}
#profile .stats {
	width: 100%;
	font-size: 10px;
	margin-bottom: 10px;
    border-spacing: 0px 10px;
}
#profile .stats .label {
	color: #6b4739;
	font-weight: bold;
	width: 150px;
	margin-bottom: 8px;
	padding: 0 5px 0 0;
}
#profile .stats .data div {
	border-left: 1px solid #8c8c8c;
	margin: 5px 0 5px 0;
	padding-left: 5px;
}
#profile .photos {
	margin-top: 10px;
	margin-right: -20px;
	padding-top: 10px;
	border-top: 1px dotted #8c8c8c;
	overflow: hidden;
	width: 100%;	
}
#profile .photos img {
	float: left;
	margin: 0 0 16px 0;
	border: 1px solid #cacaca;
}
#profile .photos img.even {
	float: right;
	margin: 0 0 16px 0;
	border: 1px solid #cacaca;
}

/* LEGAL PAGE RULES */
#legal #content ul {
    list-style: disc;
}
#legal #content li {
    margin: 0 0 10px 10px;
    line-height:17px;
}
#legal #content hr {
    height: 1px;
    border: 0;
    color: #dbdbdb;
    background-color: #dbdbdb;
    margin-bottom: 20px;
}

/* STATIC PAGE RULES */

#static {
    padding: 10px;
}
#static ul {
    list-style: disc;
}
#static li {
    margin: 0 0 10px 10px;
    line-height:17px;
}
#static hr {
    height: 1px;
    border: 0;
    color: #dbdbdb;
    background-color: #dbdbdb;
    margin-bottom: 10px;
}

/* PASSWORD RECOVERY/CHANGE RULES */
#password #content a {
	font-style: italic;
	text-decoration: underline;
}
