







	
		body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #000000;
	background-color: #fff;
}

#site_wrapper {
	background: #D5B16A url("/images/redesign/page-background.jpg") top left repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
}

.clear_div{
	clear:both;
}

a img {
	border: none;
}

.left {
	float: left;
	margin-right: 5px;
}

.right {
	float: right;
	margin-left: 5px;
}

H1 {
	margin: 5px 0px 10px 0px;
	color: #116503;
	font-size: 1.5em;
}

H2{
	font-size: 1.1em;
	margin: 0px;
	color: #116503;
}

h2.left_wrap{
	background: transparent url("/images/redesign/left-side-callout.gif") top left no-repeat;
	font-size: 20px;
	height: 43px;
	margin-left: -22px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-top: 7px;
}

h2.left_wrap_full{
	background: transparent url("/images/redesign/left-side-callout-full.gif") top left no-repeat;
	font-size: 20px;
	height: 43px;
	margin-left: -22px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-top: 7px;
}

h2.left_wrap_short{
	background: transparent url("/images/redesign/left-side-callout-short.gif") top left no-repeat;
	font-size: 20px;
	height: 43px;
	margin-left: -22px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-top: 7px;
}


h2.middle_no_wrap {
	background: transparent url(/images/redesign/middle-callout.gif) top left no-repeat;
	font-size: 20px;
	height: 43px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 7px;
}

h2.middle_no_wrap_long {
	background: transparent url(/images/redesign/middle-callout-long.gif) top left no-repeat;
	font-size: 20px;
	height: 43px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 7px;
}

h2.right_wrap{
	background: transparent url("/images/redesign/right-side-callout.gif") top right no-repeat;
	font-size: 20px;
	height: 43px;
	margin-right: -22px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-top: 7px;
}

H1 a, H2 a{
	text-decoration:none;
}

H1 a, H2 a:hover{
	text-decoration:underline;
}


H3{
	font-size: 1.1em;
	margin: 0px;
	color: #116503;
	font-weight: normal;
}

ul {
	margin-top: 0px;
}


a {
	color: #116503;
}

div.div_split {
	float:left;
	margin-right: 15px;
	width: 390px;
}

.body_right {
	float: right;
	margin: 5px;
	padding: 3px;
	border: solid 1px #4f402b;
	text-align:center;
}

.body_left {
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 3px;
	border: solid 1px #4f402b;
	text-align:center;
}

table.plain td{
	border: none;
}

table {
	border-collapse: collapse;
}

table caption{
	background-color: #116503;
	color: white;
	font-weight: bold;
	padding: 2px;
	font-size: 1.1em;
	border: none;
}

table tr.spacer_row{
	height: 5px;
}

table tr.header{
	border: solid 1px #4f402b;
}



table th{
	background-color: #4f402b;
	color: white;
	text-align: center;
	border-left: solid white 1px;	
	padding: 2px 10px;
}

table th.first{
	border-left: solid #4f402b 1px;	
}

table th a{
	color: white;
	text-decoration: underline;
}

table tr.odd{
	background-color: #efefef;
}

table tr.footer{
	background-color: #efefef;
	font-weight: bold;
}

table td{
	padding: 2px 5px;
	border: solid 1px #4f402b;
	margin: 0px;
}

table td.icon {
	width: 15px;
	text-align: center;
}

table td.center {
	text-align: center;
}

table td.divider {
	border-right: solid 2px black;
	margin-right: 10px;
}

table td a{
	color: #116503
	text-decoration: underline;
	font-size: 1em;
}


table img{
	border: none;
}



div.notice_pass{
color: #116503;
padding: 20px 30px 20px;
margin: 10px 0px;
background-color: #cfe0cc;

border: solid 1px #56924c;

border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

box-shadow: 2px 2px 1px #cecece;
-moz-box-shadow: 2px 2px 1px #cecece;
-webkit-box-shadow: 2px 2px 1px #cecece;

}

div.notice_pass2 {
	color: #116503;
	margin: 10px 0px;
	background-color: #d7e5d5;
}

div.notice_pass2 strong{
	font-size: 21px;
	display:block;
	margin-bottom: 10px;
}

div.notice_pass2 table{
	width: 100%;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 1px;
}

div.notice_pass2 table tr.alert_top{
	height: 15px;
	background: #d7e5d5 url("/images/redesign/alert-tm.gif") top left repeat-x;
}

div.notice_pass2 table tr.alert_bottom{
	height: 15px;
	background: #d7e5d5 url("/images/redesign/alert-bm.gif") bottom left repeat-x;
}


div.notice_pass2 table td{
	padding: 0px;
	border: none;
}

div.notice_pass2 table td.alert_content {
	font-size: 15px;
}

div.notice_pass2 table td.alert_ml{
	background: #d7e5d5 url("/images/redesign/alert-ml.gif") top left repeat-y;
	width: 30px;
}

div.notice_pass2 table td.alert_mr{
	background: #d7e5d5 url("/images/redesign/alert-rm.gif") top right repeat-y;
	width: 30px;
}


div.notice_pass2 table td.alert_tr, div.notice_pass2 table td.alert_br {
	text-align: right;
}

div.notice_fail{
color: #e80808;
padding: 5px;
margin: 10px 0px;
border: solid 1px #9f0b0b;
background-color: #e8d2d2;

border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

box-shadow: 2px 2px 1px #cecece;
-moz-box-shadow: 2px 2px 1px #cecece;
-webkit-box-shadow: 2px 2px 1px #cecece;

}

div.notice_fail2 {
	color: #e80808;
	margin: 10px 0px;
	background-color: #eedada;
}

div.notice_fail2 strong{
	font-size: 21px;
	display:block;
	margin-bottom: 10px;
}

div.notice_fail2 table{
	width: 100%;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 1px;
}

div.notice_fail2 table tr.alert_top{
	height: 15px;
	background: #eedada url("/images/redesign/falert-mt.gif") top left repeat-x;
}

div.notice_fail2 table tr.alert_bottom{
	height: 15px;
	background: #eedada url("/images/redesign/falert-bm.gif") bottom left repeat-x;
}


div.notice_fail2 table td{
	padding: 0px;
	border: none;
}

div.notice_fail2 table td.alert_content {
	font-size: 15px;
}

div.notice_fail2 table td.alert_ml{
	background: #eedada url("/images/redesign/falert-ml.gif") top left repeat-y;
	width: 30px;
}

div.notice_fail2 table td.alert_mr{
	background: #eedada url("/images/redesign/falert-mr.gif") top right repeat-y;
	width: 30px;
}


div.notice_fail2 table td.alert_tr, div.notice_fail2 table td.alert_br {
	text-align: right;
}


div.notice_plain_pass{
color: green;
font-size: .9em;
}

div.notice_plain_fail{
color: red;
padding: 5px;
margin: 10px 0px;
border: solid 1px red;
}

img.bordered {
	padding: 2px;
	border: solid 1px #116503;
}

img.thumb {
	margin-bottom: 5px;
}

a.plain {
	color: black;
	text-decoration:none;
}

a.plain:hover {
	text-decoration:underline;
}

.edit {
	padding-left: 20px;
	background: #fff url("/images/icons/pencil_go.png") center left no-repeat;
}

.delete {
	padding-left: 20px;
	background: #fff url("/images/icons/delete.png") center left no-repeat;
}

.no_top{
	margin-top: 0px;
}

.cal_page{
	float: left;
	width: 60px;
	height: 74px;
	background: #fff url('/images/redesign/dates-bg.jpg') top left no-repeat;
	text-align: center;
	margin-top: 0px;
}

.cal_page .cal_page_month {
	color: #fff;
	display: block;
	font-size:14px;
	font-weight: bold;
	margin: 11px 0px 6px;
}

.cal_page .cal_page_day {
	color: #116503;
	font-size: 21px;
	font-weight: bold;
}

/************ BROWN ROUNDED BOX ON FRONT AND DASHBOARD ***********/

.brown_round_box{
	width: 408px;
	float:right;
	margin-bottom: 20px;
	background: transparent url("/images/redesign/popular-sides.gif") top left repeat-y;
}

.brown_round_box .bb_content_header {
	background: #fff url("/images/redesign/popular-top.gif") top left no-repeat;
}

.brown_round_box h2{
	margin-bottom: 10px;
	font-size: 24px;
	padding: 4px 20px 0px;
}

.brown_round_box .bb_content_body {
	background: transparent url("/images/redesign/popular-footer.gif") bottom left no-repeat;
	padding-bottom: 20px;
}

.brown_round_box .bb_content_body .extra_plain_link{
	text-decoration: none;
}

.brown_round_box .bb_content_body .extra_plain_link:hover{
	text-decoration: underline;
}




/************ GREEN ROUNDED BOX MEDIUM ***********/

.green_round_box_medium{
	width: 287px;
	margin-bottom: 20px;
	background: transparent url("/images/background/green-round-sides.gif") top left repeat-y;
}

.green_round_box_medium h2{
	margin-bottom: 10px;
	padding: 8px 10px 0px;
	background: #fff url("/images/background/green-round-top.gif") top left no-repeat;
}

.green_round_box_medium .gb_content_body {
	padding: 0px 10px;
	background: transparent url("/images/background/green-round-bottom.gif") bottom left no-repeat;
	padding-bottom: 20px;
}

/************ GREEN ROUNDED BOX HALF ***********/

.green_round_box_half{
	width: 408px;
	margin-bottom: 20px;
	background: transparent url("/images/background/green-round-half-sides.gif") top left repeat-y;
}

.green_round_box_half h2{
	margin-bottom: 10px;
	padding: 8px 10px 0px;
	background: #fff url("/images/background/green-round-half-top.gif") top left no-repeat;
}

.green_round_box_half .gb_content_body {
	padding: 0px 10px;
	background: transparent url("/images/background/green-round-half-bottom.gif") bottom left no-repeat;
	padding-bottom: 20px;
}


		#page_header {
	width: 1009px;
	margin: 0px auto 20px;
	position: relative;
}

#upper_user_nav {
	float:right;
	background: #ffffff url('/images/redesign/top-white-nav.jpg') top left no-repeat;
	padding: 7px 0px 9px 20px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;;
	font-size: 11px;
	margin: -10px 15px -0px -0px;
	height: 15px;
}

#top_white_end {
	float: right;
	margin: -7px 0px 0px;
	width:20px;
}

#upper_user_nav a {
	text-decoration: none;
	color: #116503;
}

#upper_user_nav a:hover {
	text-decoration: underline;
	color: #116503;
}

#upper_user_nav strong{
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

#upper_user_nav img.bullet {
	margin: 0px 4px 2px;
}

#upper_ad_block {
	float:right;
	margin: 3px 15px -0px -0px;
}

#logo_bar {
	width: 1006px;
	background: url("/images/redesign/header-image-background.jpg") bottom left no-repeat;
	margin-top: 12px;
	height: 79px;
	padding-top: 6px;
}

#logo_images {
	float:left;
	margin: -12px 0 0 18px;
}

#logo_images img {
	float: left;
}

#logo_images .logo_text {
	margin-top: 12px;
}

		#navigation_bar {
	width: 1009px;
	margin: 0px auto;
	background: url("/images/redesign/page-top-right.png") bottom right no-repeat;
	height:52px;
	position: relative;
	z-index:98;
}

#nav_menu {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 3px;
	padding: 0;
	height: 36px;
}

#nav_menu li {
	float: left;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: url("/images/redesign/tab.jpg") top left no-repeat;
	position: relative;
	height: 36px;
}

#nav_menu a {
	background: url("/images/redesign/tab-cap.jpg") top right no-repeat;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 15px 8px 12px;
	text-decoration: none;
	font-weight:normal;
	height: 36px;
}

#nav_menu.bold a {
	font-weight:bold;
}

#nav_menu li:hover, #nav_menu li.selected:hover {
	background:	url("/images/redesign/tab-over.jpg") top left no-repeat;
}

#nav_menu li:hover a, #nav_menu li.selected:hover a{
	background: url("/images/redesign/tab-over-cap.jpg") top right no-repeat;
	color: #116503;

}

#nav_menu li.selected {
	background:	url("/images/redesign/tab-selected.jpg") top left no-repeat;
	margin-left: -2px;
}

#nav_menu li.selected a{
	background: url("/images/redesign/tab-selected-cap.gif") top right no-repeat;
	color: #116503;

}

#nav_menu .nav_drop_down {
	top: 36px;
	left: -3px;
	position: absolute;
	z-index: 99;
	background: url("/images/redesign/drop-down.png") bottom left no-repeat;
	display:none;
}

#nav_menu li:hover .nav_drop_down {
	display: block;
}

.nav_drop_left {
	background: url("/images/redesign/drop-down-cap.png") bottom right no-repeat;
	padding: 5px 6px 5px 4px;
	margin-right: -18px;
}

#nav_menu ul.top_sub_nav {
	list-style: none;
	margin: 0px 0px 20px 10px;
	padding: 0;
}

#nav_menu ul.top_sub_nav li{
	float:none;
	font-size: 15px;
	font-family: Arial, Geneva, sans-serif;	
	background:none;
}

#nav_menu ul.top_sub_nav li:hover{
	background: url("/images/redesign/sub-nav-over.gif") top left no-repeat;
}

#nav_menu ul.top_sub_nav li a, #nav_menu li.selected ul.top_sub_nav a{
	padding: 3px 10px 7px;
	color: #116503;
	background:none;
}

#nav_menu ul.top_sub_nav li a:hover{
	padding: 3px 10px 7px;
	color: #116503;
	background: url("/images/redesign/sub-nav-over-cap.gif") top right no-repeat;
}


.drop_todos, .drop_todos .nav_drop_left {
	width: 175px;
}

.drop_tools, .drop_tools  .nav_drop_left {
	width: 250px;
}

.drop_community, .drop_community  .nav_drop_left {
	width: 175px;
}

.drop_info, .drop_info  .nav_drop_left {
	width: 250px;
}

.drop_dashboard, .drop_dashboard .nav_drop_left {
	width: 200px;
}

.drop_gardens, .drop_gardens .nav_drop_left {
	width: 200px;
}

.drop_garden_journal, .drop_garden_journal .nav_drop_left {
	width: 225px;
}
		div#left_col{
	float:left;
	width: 810px;
	background-color: #fff;
	margin-right: 10px;
}

div#left_col_no_ads{
	float:left;
	width: 980px;
}

div#left_col_no_ads h1{
	margin-right: -10px;
}


div#right_col {
	width: 160px;
	float:left;
	text-align:center;
	z-index: 0;
	margin-top: 70px;
}

div#right_col.lower_right_col {
	margin-top: 108px;
}

#ads {
	z-index: 0;
}


div#rss_feed_large {
	float:right;
	font-size: 14px;
	margin-right: 10px;
}

div#rss_feed_floating {
	font-size: 14px;
	float:right;
	margin: 0px 10px 20px 10px;
}


a.rss_feed_large{
	font-weight:bold;
	text-decoration:none;
}

a.rss_feed_large:hover{
	text-decoration:underline;
}


h1 div#rss_feed_large img#rss_feed_large_image{
	width:16px;
	height:16px;
	float:left;
	margin-top: 0px;
	margin-right: 3px;
}

img#rss_feed_large_image{
	width:16px;
	height:16px;
	float:left;
	margin-top: 0px;
	margin-right: 3px;
}

		#content_section {
	margin: -1px auto;
	width: 980px;
	background: transparent url('/images/redesign/content-bg.png') repeat-y;
	/*background: transparent url(/images/tyndale/bg-content.png) repeat-y scroll 0 0*/
	padding: 2px 15px;
	position: relative;
}

#content_section h1{
	display: block;
	background: url('/images/redesign/h1-div-line.gif') bottom left repeat-x;
	margin: 0px -180px 10px -11px;
	padding: 3px 0px 20px 20px;
	font-size: 28px;
}

#content_section h1 img{
	float: left;
	margin-right: 10px;
	margin-top: -3px;
	height: 45px;
}

#content_section #page_header_with_links{
	display: block;
	background: url('/images/redesign/h1-div-line.gif') bottom left repeat-x;
	margin: 0px -180px 10px -11px;
	padding: 0px 0px 13px 20px;
	width: 981px;
}

#content_section #page_header_with_links h1{
	background: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content_section #page_header_with_long_links{
	display: block;
	background: url('/images/redesign/h1-div-line.gif') bottom left repeat-x;
	margin: 0px -180px 10px -11px;
	padding: 0px 0px 13px 20px;
}

#content_section #page_header_with_long_links h1{
	background: none;
	margin: 0px 0px 10px 5px;
	padding: 0px;
	float:none;
}

#content_section #page_header_with_long_links #page_nav {
	margin-right: 10px;
	float:none;
}


#page_nav {
	float: right;
	margin-right: 10px;
}

#page_nav .page_nav_button {
	float: left;
	height: 42px;
	background: url('/images/redesign/section-button-cap.gif') top right no-repeat;
	padding-right: 20px;
	margin-right: 5px;
	display:block;
	z-index: 80;
}

#page_nav .page_nav_button a{
	background: url('/images/redesign/section-button.gif') top left no-repeat;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 42px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 20px;
}

#page_nav .page_nav_button:hover {
	background: url('/images/redesign/section-button-over-cap.gif') top right no-repeat;
}

#page_nav .page_nav_button:hover a{
	background: url('/images/redesign/section-button-over.gif') top left no-repeat;
}


.header_links_howtos h1{
	width: 600px;
}

.header_links_bestofs h1{
	width: 520px;
}

.header_links_garden_journal h1{
	width: 700px;
}

.header_links_garden_journal_entry h1{
	width: 625px;
}

.header_links_garden_guides h1{
	width: 525px;
}

		#page_end {
	width: 100%;
	height: 25px;
	margin: 0px auto;
	background:url("/images/redesign/page-end.gif") top center no-repeat;
}

#footer {
	width: 100%;
	background: url("/images/redesign/footer-top-divider.gif") top left repeat-x;
	margin-top: -2px;
	padding-top: 9px;
}

#footer_content_wrapper {
	width: 100%;
	background: url("/images/redesign/footer-bg.jpg") top left repeat;	
}

#footer_content{
	padding-top: 10px;
	width:  1001px;
	margin:  0px auto;
}

#footer_bottom {
	border-top: solid 2px #3a2e1e;
	background-color: #4f402b;
	color: #fff;
	text-align: center;
	padding: 15px 0px;
}

#footer img.bullet {
	margin: 0px 4px 2px;
}

#footer_bottom a{
	color: #fff;
	text-decoration: none;
}

#footer_bottom a:hover{
	text-decoration: underline;
}


#footer_boxes_left {
	float:left;
	margin-right: 20px;
}

#footer_boxes_right {
	float:left;
}

.footer_box {
	color: #fff;
	margin-bottom: 20px;
}

.footer_box h2 {
	color: #fff;
}

.footer_box h2 a{
	color: #fff;
}


.footer_box .fb_image {
	float: left;
	margin-right: 20px;
}

.footer_box .fb_content {
	float: left;
	width: 400px;
}
		#user_left_col {
	width: 396px;
	float:left;
	margin-right: 14px;
}

#user_right_col {
	width: 400px;
	float:left;
}


.user_box {
	/*border: solid 1px #116503;*/
	margin-bottom: 15px;
	/*padding: 5px 10px;*/
	padding: 5px 0px;
}

.plain_extra_link {
	text-decoration: none;	
	font-size: 14px;
}

.plain_extra_link:hover {
	text-decoration: underline;	
}


#dashboard_todos div.minimal_todo h3{
	font-size: 12px;
}

div.mark_div {
	margin-bottom: 10px;
}

div.mark_image {
	float: left;
	margin-right: 10px;
}

div.mark_content {
	float:left;
	width: 303px;
}

.user_box h2{
	background: transparent url(/images/redesign/middle-callout.gif) top left no-repeat;
	font-size: 20px;
	height: 43px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 7px;
	
}

.user_box h3, .mark_content h3 {
	font-weight: bold;
	font-size: 16px;
}

.user_box h3 a, .mark_content h3 a{
	text-decoration: none;
}

.user_box h3 a:hover, .mark_content h3 a:hover{
	text-decoration: underline;
}

.user_box {
	font-family:  georgia, helvetica,arial,sans-serif;
	color: #222; 
}

.user_box .d_journal_entry, .user_box .d_how_tos, .user_box .d_best_ofs, .user_box .d_garden_div {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: transparent url("/images/redesign/dash-divider-line.gif") bottom center no-repeat;
}

.user_box .note_full {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#dashboard_tools.brown_round_box .bb_content_body {
	padding-left: 10px;
}


/****** COMMUNITY PAGE *********/
#community_marks .mark_content {
	width: 700px;
	font-size: 16px;
}

#community_marks h3{
	font-size: 18px;
}
		div#todo_left_column {
	float:left;
	width:513px;
	margin-right: 10px;
}

div#todo_right_column {
	float:left;
}

div.todo_block {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: transparent url("/images/redesign/dash-divider-line-long.gif") bottom center no-repeat;
	margin-left: 10px;
	float: left;
}

div.todo_block h3{
	font-weight: bold;
}

div.todo_block h3 span.past_due {
	color: #990000;
	font-size: 14px;
	margin-left: 2px;
	font-style: italic;
}

div.todo_block a.checkbox {
	float:left;
}

div.todo_block .todo_item {
	margin-bottom: 10px;
}

div.todo_block .completed {
	color: #888;
}

div.todo_block div.all_completed .completed {
	color: #555;
}

div.todo_block span.completed_info {
	font-style: italic;
	font-size: .9em;
}

div.todo_block div.todo_description {
	float: left;
	font-size: 16px;
	line-height: 1.35em;
	width: 415px;
	margin-left: 5px;
}

div.todo_block  div.editing_icons_wrapper {
	display:inline;
	width: 42px;
}

div.todo_block  div.editing_icons {

}

div.minimal_todo div.todo_item {
	padding: 0px;
	margin-bottom: 3px;
}

div.minimal_todo div.todo_description{
	width: 307px;
}
		table.list {
	border-collapse: collapse;
}

table.list caption{
	background-color: #116503;
	color: white;
	font-weight: bold;
	padding: 2px;
	font-size: 1.1em;
}

table.list th{
	background-color: #4f402b;
	color: white;
	font-weight: bold;
	text-align: center;
	border-left: solid white 1px;	
	padding: 0px 5px;
}

table.list th a{
	color: white;
	text-decoration: underline;
}

table.list tr.odd{
	background-color: #efefef;
}

table.list tr.even{
	background-color: #fff;
}

table.list td{
	padding: 2px 5px;
	border: solid 1px #4f402b;
	margin: 0px;
}

table.list td.center {
	text-align: center;
}

table.list td a{
	color: #116503
	text-decoration: underline;
	font-size: 1em;
}

table.list img{
	border: none;
}


div.color_box {
	float:left;
	margin-right:10px;
	width: 40px;
	height: 40px;
	border: solid 1px black;
}

div.color_box2 {
	float:left;
	margin-right:5px;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}

ul.sortable {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul#pages li {
	clear:both;	
	display:block;
}

ul#pages li img{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div#admin_links {
	margin-left: 10px;
}

div#admin_links a{
	text-decoration: none;
	font-weight: bold;
}

div#admin_links a:hover{
	text-decoration: underline;
	font-weight: bold;
}

div.page_title {
	border-bottom: solid 4px #efefef;
}

div.page_title div#links {
}


form div.form_field_new_post textarea{
	margin-bottom: 10px;
	width: 300px;
	height: 70px;
}

div.left_column {
	float:left;
	width:485px;
	margin-right: 10px;
}

div.right_column {
	float:left;
	width:485px;
}
		form {
	margin: 0px;
}

form input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #56924c;
	box-shadow: 2px 2px 1px #cecece;
	-moz-box-shadow: 2px 2px 1px #cecece;
	-webkit-box-shadow: 2px 2px 1px #cecece;
	padding: 2px 5px;
}

#journal_photo_image, #photo_image {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/********* LABELS ********/
form label{
	color: #116503;
	line-height: 2em;
}

form label.check_box_label{
	display:inline;
	color: #4f402b;
}

form label.check_box_label_main{
	display:inline;
	color: #116503;
}

/********* TEXT FIELDS ********/

input.tf_number {
	width: 20px;

}


input.tf_medium {
	width: 175px;
}

input.tf_long {
	width: 300px;
}


input.tf_short {
	width: 100px;
}

/********* NOTES ********/
form .notes{
	color: #4f402b;
	font-size: .9em;
	font-style: italic;
	display: block;
	margin-top: 5px;
}

form .notes a{
	text-decoration: underline;
	color: ;
}

form .header_note{
	color: #4f402b;
	font-size: 1em;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

/********* TEXTAREAS ********/

form textarea {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #56924c;
	box-shadow: 3px 3px 2px #cecece;
	-moz-box-shadow: 3px 3px 2px #cecece;
	-webkit-box-shadow: 3px 3px 2px #cecece;
	padding: 2px 5px;	
}

form textarea.advanced_plant{
	width: 250px;
	height: 75px;
}

form textarea.new_todo{
	width: 255px;
	height: 70px;
}


form textarea.short{
	width: 300px;
	height: 70px;
}

form textarea.medium{
	width: 500px;
	height: 70px;
}

form textarea.medium_wide{
	width: 375px;
	height: 115px;
}

form textarea.tall{
	width: 375px;
	height: 200px;
}

form textarea.tall_wide{
	width: 600px;
	height: 200px;
}

form textarea.half_screen{
	width: 800px;
	height: 400px;
}


/********* BUTTONS ********/
form button{
	background-color: #4f402b;
	color: white;
	border: solid 1px #116503;
}

/****** FORM ERRORS ******/
#errorExplanation {
	border: dashed 1px #116503;
	padding: 5px;
	margin-bottom: 10px;
}

#errorExplanation h4{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #116503;
}

#errorExplanation p{
	margin:0px;
	padding:0px;
}

#errorExplanation ul{
	list-style: none;
	margin: 0px;
	padding: 0px 5px;
	
}


/****** TOP FORM CONTAINTER ******/

div#top_form{
	margin: 0px -3px -3px -3px;
	padding-left: 10px;
	padding-bottom: 1px;
	background-color: #ffffff;
	width: px;
}

div#top_form_container{
	overflow: visible;
	width: 100%;
	background-color: #FFFFFF;
}

div#top_form_container span.cancel_link{
	float: right;
	margin: -20px 10px 0px 0px;
}

div#top_form_container span.cancel_link a{
	color: red;
}

/********* Divs / Unused? ********/
form div.form_field{
	margin-bottom: 10px;
}

form div.form_field_check_box{
	margin-bottom: 0px;
}

form div.form_field_new_post{
	margin-bottom: 10px;
	
}

form div.form_field_new_post textarea{
	margin-bottom: 10px;
	width: 300px;
	height: 70px;
}

		table.events_grid th{
	font-weight: normal;
	font-size: .8em;
}


table.events_grid td.plant{
	text-align:left;
}

table.events_grid td{
	text-align:center;
}

/************ EVENTS LIST VIEWS **************/

div.event_list {
	margin-bottom: 3px;
}

div.event_list span.done_on{
	color: black;
	font-size: .8em;
	padding-left: 21px;
}

div.event_list span.type a{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.event_list span.type a:hover;{
	text-decoration: underline;
}


div.event_list span.plant_name {
	color: black;
	font-size: .8em;
}


/************ EVENTS FULL VIEWS **************/
div.event_full {
	margin-bottom: 5px;
}

div.event_full span.done_on {
	color: #4f402b;
	font-size: .8em;
}

div.event_full span.type {
	color: #4f402b;
	font-weight: bold;
}

div.event_full span.plant_name {
	color: #4f402b;
	font-size: .9em;
}

/********** EVENT ICONS ***********/
.action {
	padding-left: 20px;
	background: #fff url("/images/icons/arrow_divide.png") center left no-repeat;
}

.action_plus {
	padding-left: 20px;
	background: #fff url("/images/icons/arrow_divide_extra.png") center left no-repeat;
}

.observation {
	padding-left: 20px;
	background: #fff url("/images/icons/find.png") center left no-repeat;
}

.observation_plus {
	padding-left: 20px;
	background: #fff url("/images/icons/camera_extra.png") center left no-repeat;
}


.note {
	padding-left: 20px;
	background: #fff url("/images/icons/script.png") center left no-repeat;
}

.note_plus {
	padding-left: 20px;
	background: #fff url("/images/icons/script_extra.png") center left no-repeat;
}

.photo {
	padding-left: 20px;
	background: #fff url("/images/icons/camera.png") center left no-repeat;
}

optgroup.note, optgroup.action, optgroup.observation {
	background-position:top left;
	margin-left: 5px;
}

/********** EVENT LINK ICONS ***********/
.add_action {
	text-indent:-1000px;
	overflow: hidden;
	display:block;
	width: 15px;
	background: #fff url("/images/icons/arrow_divide.png") center left no-repeat;
}

.add_observation {
	text-indent:-1000px;
	overflow: hidden;
	display:block;
	width: 15px;
	background: #fff url("/images/icons/find.png") center left no-repeat;
}

.add_note {
	text-indent:-1000px;
	overflow: hidden;
	display:block;
	width: 15px;
	background: #fff url("/images/icons/script.png") center left no-repeat;
}


/********** STARS ***********/
.rating {
	display:inline;
}

		div#legend {
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border: solid 1px #116503;
}

div#legend h2{
	text-align: center;
	margin-bottom: 2px;
}

div#gp_left {
	float:left;
	width: 190px;
	padding: 5px 0px 5px 0px;
}

div#gp_middle {
	float:left;
	width: 290px;
	padding: 5px;
}

div#gp_right {
	float:left;
	width: 300px;
	padding: 5px;
}

div#gp_right a.delete_plant {
	float:left;
	margin-right: 5px;
	width: 10px;
	background: #fff url("/images/icons/delete_small.png") center left no-repeat;
}

div#gp_left div#add_plant_type_links {
	margin-bottom: 5px;
}

div#gp_left div#add_plant_type_links a{
	color: #4f402b;
	padding: 0px 5px 2px 5px;
	margin-right: 2px;
	border-right: 1px solid #4f402b;
	border-bottom: 1px solid #4f402b;
}

div#gp_left div#add_plant_type_links a.current{
	font-weight: bold;
	background: none;
	padding: 0px 5px 2px 5px;
	margin-right: 2px;
	border-right: 2px solid #4f402b;
	border-bottom: 2px solid #4f402b;
}


div#gp_left a{
	padding-left: 20px;
}

div#gp_left a.current{
	font-weight: bold;
	padding-left: 20px;
	background: #fff url("/images/icons/tick.png") center left no-repeat;
}

span.notes{
	font-size:.9em;
	color: #343434;
}


/********** ADD GARDEN PLANT STYLES ***********/

a.variety_select {
	padding-left: 15px;
	background: #fff url("/images/icons/add_small.png") center left no-repeat;
}


/********** EDIT PLANT ***********/
a.edit_plant {
	text-indent:-1000px;
	overflow: hidden;
	display:block;
	width: 15px;
	background: #fff url("/images/icons/pencil_go.png") center left no-repeat;
}

a.delete_plant {
	text-indent:-1000px;
	overflow: hidden;
	display:block;
	width: 15px;
	background: #fff url("/images/icons/delete.png") center left no-repeat;
}

a.duplicate_plant {
	text-indent:-1000px;
	overflow: hidden;
	display:block;
	width: 15px;
	background: #fff url("/images/icons/arrow_switch.png") center left no-repeat;
}

.add_photo {
	text-indent:-1000px;
	overflow: hidden;
	display:block;
	width: 15px;
	background: #fff url("/images/icons/camera.png") center left no-repeat;
}


/********** ADVANCED PLANT PAGE ***********/

div.advanced_plant_box {
	float: left;
	border: solid 1px #efefef;
	width: 250px;
	padding: 5px;
	margin-right: 5px;
}

div.advanced_plant_box .p_sub_header_links a{
	float: left;
	margin-right: 5px;
}

.p_sub_header_links{
	float:right;
	
}


/********** SHOW PLANT PAGE ***********/

#left_plant_col {
	float: left;
	width: 238px;
	padding: 2px 5px;
}

#right_plant_col {
	float: left;
	width: 530px;
	margin-left: 10px;
	padding: 2px 0px 0px 10px;
	border-left: solid 1px #116503;
}


		/**************** GARDENS INDEX PAGE ******************/
div.garden_box {
	margin-bottom: 10px;
}

div.garden_box h2 a{
	text-decoration: none;
}

div.garden_box h2 a:hover{
	text-decoration: underline;
}


/**************** SHOW GARDEN PAGE ******************/

#right_garden_col {
	float: left;
	width: 520px;
	margin-left: 30px;
}

#left_garden_col {
	float: left;
	width: 260px;
	font-size: .9em;
}

#left_garden_col h3 {
	margin-top: 5px;
}

#left_garden_col h2 a {
	text-decoration: none;
}

#left_garden_col h2 a:hover {
	text-decoration: underline;
}

.intro_text{
	border: solid 1px #116503;
	padding: 5px;
	margin-bottom:10px;
}
/**************** GARDEN PLANTS INDEX PAGE ******************/

#garden_plants_wrapper {
	margin-top: 10px;
	width: 100%;
	float: left;
}

#gp_update_header {
	background-color: #116503;
	padding: 5px 10px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: normal;
	text-align:left;
}

#gp_update_header a{
	color: #fff;
}

#garden_plants_table_wrapper table{
	width:100%;
}


/******** GENERAL GARDEN HEADER **********/
div#garden_header {
	margin: 5px 0px 5px 0px;
}

div.header_links {
	float:right;
}

div.header_links a{
	padding-left: 20px;
	line-height: 1.5em;
}

div.header_links a.view {
	background: #fff url("/images/icons/picture.png") center left no-repeat;
}

div.header_links a.add {
	background: #fff url("/images/icons/add.png") center left no-repeat;
}

div.header_links a.view_plants {
	background: #fff url("/images/icons/eye.png") center left no-repeat;
}

div#garden_header h1 a{
	color: #4f402b;
	font-size: .8em;
	text-decoration: none;
	font-variant: small-caps;
}

div#garden_header h1 a:hover{
	text-decoration: underline;
}

div#garden_header span.garden_description {
	font-size: .9em;
}


/********* CALLOUT **********/
#show_garden_guide_callout {
	margin-left: 20px;
	float:none;
}

#show_garden_guide_callout img.bug{
	float:right;
	margin: 2px 10px 0px 0px;
}

#show_garden_guide_callout .bb_content_body {
	padding-left: 15px;
	padding-right: 10px;
}

		.calendar_date_select {
	font-family: Verdana, Arial;
	color:white;
	border:#777 1px solid;
	display:block;
	width:223px;
	z-index: 1000;
	box-shadow: 4px 4px 2px #cecece;
	-moz-box-shadow: 4px 4px 2px #cecece;
	-webkit-box-shadow: 4px 4px 2px #cecece;
	
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
	position: absolute;
	z-index: 999;
}

.calendar_date_select thead th {
	font-weight:bold;
	background-color: #116503;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	color: white !important;
	font-size: 14px;
}

.calendar_date_select .cds_buttons {
	text-align:center;
	padding:5px 0px;
	background-color: #4f402b;
	display: none;
}

.calendar_date_select .cds_footer {
	background-color: #116503;
	padding:3px;
	font-size:12px;
	text-align:center;
}

.calendar_date_select table {
	margin: 0px;
	padding: 0px;
}


.calendar_date_select .cds_header {
	background-color: #ccc;
	border-bottom: 2px solid #aaa;
	text-align:center;
}

.calendar_date_select .cds_header span {
	font-size:15px;
	color: black;
	font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
	color: white;
}
.calendar_date_select .cds_header a {
	width:22px;
	height:20px;
	text-decoration: none;
	font-size:14px;
	color:black !important;
}

.calendar_date_select .cds_header a.prev {
	float:left;
}
.calendar_date_select .cds_header a.next {
	float:right;
}

.calendar_date_select .cds_header a.close {
	float:right;
	display:none;
}

.calendar_date_select .cds_header select.month {
	width:90px;
}

.calendar_date_select .cds_header select.year {
	width:61px;
}
.calendar_date_select .cds_buttons a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 10px;
	text-decoration: underline;
}

.calendar_date_select td {
	font-size:12px;
	width: 24px;
	height: 21px;
	text-align:center;
	vertical-align: middle;
	background-color: #fff;
}
.calendar_date_select td.weekend {
	background-color: #eee;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

.calendar_date_select td div {
	color: #000;
}
.calendar_date_select td div.other {
	color: #ccc;
}
.calendar_date_select td.selected div {
	color:white;
}

.calendar_date_select tbody td {
	border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
	background-color:#777;
}

.calendar_date_select td:hover {
	background-color:#ccc;
}

.calendar_date_select td.today {
	border: 1px dashed #999;
}

.calendar_date_select td.disabled div {
	color: #e6e6e6;
}

.fieldWithErrors .calendar_date_select {
	border: 2px solid red;
}

		#journal div.date{
	color: #4f402b;
	font-size:1em;
	font-weight: bold;
	border-bottom: 1px solid #4f402b;
	margin-bottom: 10px;
	padding-bottom: 2px;
	text-align:left;
}

.note_full{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}

.note_full span.type a{
	text-decoration: none;
	font-weight: bold;
}

.note_full span.type a:hover{
	text-decoration: underline;
}

.note_full .note_body{
	margin-left: 20px;
}

.note_full .note_photos_single{
	float:right;
	width: 111px;
}

.note_full .note_photos_double{
	float:right;
	width: 222px;
}


.note_full .note_photos_triple{
	float:right;
	width: 333px;
}


.note_full span.note_plants {
	font-size: .9em;
}

#filters {
	border: solid 1px #116503;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: .9em;
}

		#page_header_with_long_links span.rating img{
	margin: 0px 0px 3px;
	float:none;
	height: 12px;
}

/************ NOTES LIST VIEWS **************/

div.note_list {
	margin-bottom: 3px;
}

div.note_list span.done_on{
	color: black;
	font-size: .8em;
	padding-left: 21px;
}

div.note_list span.type a{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.note_list span.type a:hover;{
	text-decoration: underline;
}


div.note_list span.plant_name {
	color: black;
	font-size: .8em;
}


/********* PHOTOS ************/

.photo_thumb_with_details {
	margin-bottom: 5px;
}


		ul#help_list {
	margin: 0px 0px 0px 20px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	
}

ul#help_list li a{
	font-size: 1.1em;
	color: black;
	text-decoration: none;
}

ul#help_list li a:hover{
	text-decoration:  underline;
}

/******* HELP PAGE STYLES ***********/
span.brown_small_caps {
	font-variant: small-caps;
	color: #4F402B;
	font-weight: bold;
}

span.bold_green {
	color: #116503;
	font-weight: bold;
}

span.nav_bar_font {
	background-color: #116503;
	padding: 1px 3px 2px 3px;
	color: #fff;
}

span.brn_nav_bar_font {
	background-color: #4F402B;
	padding: 1px 3px 2px 3px;
	color: #fff;
}

ul.help_list li {
	margin-top: 15px;
}

ol.help_list li {
	margin-top: 15px;
}

ul.indented_spaced_list {
	list-style: none;
	vertical-align: baseline;
	background: transparent;
}

ul.indented_spaced_list li {
		margin-top: 15px;
}

span.grn_link {
	color: #116503;
	text-decoration: underline;
}

span.brn_link {
	color: #4F402B;
	text-decoration: underline;
}
		div.pagination{
	text-align: center;
	color: #4f402b;
	margin-bottom: 10px;
}

div.pagination a{
	font-size: 1em;
	color: #116503;
}
div.pagination span.current{
	color: #116503;	
	font-size: 1.1em;
	font-weight: bold;
}

div.pagination span.disabled{
	display: none;
}

div.pagination .next_page{
	font-size: 1.2em;
}

div.pagination .prev_page{
	font-size: 1.2em;
}


div.no_numbers {
	padding: 0px 10px 0px 3px;
}

div.short {
	width: 500px;
	margin:auto;
}

div.short .middle{
	margin:auto;
	font-size: 1.2em;
}

div.no_numbers .next_page{
	margin-left: 10px;
	float:right;
}

div.no_numbers .prev_page{
	margin-right: 10px;
	float: left;
}
		/********* QUESTIONs INDEX PAGE ************/
div.list_question {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: transparent url("/images/redesign/dash-divider-line-long.gif") bottom center no-repeat;
}

div.list_question div.question_summary h3{
	font-size: 1.2em;
}

div.list_question div.question_summary h3 a{
	text-decoration: none;
	color: #116503;
}

div.list_question div.question_summary h3 a:hover{
	text-decoration: underline;
}

div.list_question .answer_count {
	float: left;
	width: 75px;
	margin-right: 10px;
	background-color: #4f402b;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff url(/images/background/how-to-answers-count.gif) top left no-repeat;
}

div.list_question .answer_count .number {
	font-size: 1.3em;
	line-height: .9em;

}

div.list_question .question_summary {
	float: left;
	width: 723px;
}

/********* SHOW QUESTION PAGE ************/

div.question_info {
	color: #116503;
	font-size: .9em;
	margin-bottom: 5px;
}


div.answer {

	padding: 5px 10px 20px;
	margin-bottom: 10px;
	background: transparent url("/images/redesign/dash-divider-line-long.gif") bottom center no-repeat;
}

div.answer div.vote_box {
	float: left;
	width: 50px;
	font-size: 2em;
	line-height: .9em;
	color: #116503;
	text-align: center;
}

div.answer div.vote_box a{
	display: block;
}

div.answer div.vote_box img{
	border: none;
}

div.answer div.answer_box {
	float: left;
	width: 600px;
}


div.answer_info {
	color: #116503;
	font-size: .9em;
	margin-top: 10px;
}


/************* QUESTIONS HEADER *******************/
#questions_header {
	margin: 5px 0px;
}
#questions_header h3 a {
	color: #4f402b;
	font-size: 1.1em;
	font-weight: bold;
	font-variant :small-caps;
	text-decoration: none;
}
#questions_header h3 a:hover {
	text-decoration: underline;
}
		/********* QUESTIONs INDEX PAGE ************/
div.vlist_question {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: transparent url("/images/redesign/dash-divider-line-long.gif") bottom center no-repeat;
}

div.vlist_question div.vlist_summary h3{
	font-size: 1.2em;
}

div.vlist_question div.vlist_summary h3 a{
	text-decoration: none;
	color: #116503;
}

div.vlist_question div.vlist_summary h3 a:hover{
	text-decoration: underline;
}

div.vlist_question .item_count {
	float: left;
	width: 60px;
	margin-right: 10px;
	background: #ffffff url(/images/background/best-of-items-count.gif) top left no-repeat;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 8px;
	font-variant: small-caps;
	height:34px;
}

div.vlist_question .item_count .number {
	font-size: 1.3em;
	line-height: .9em;

}

div.vlist_question .vlist_summary {
	float: left;
	width: 723px;
	margin-top:3px;
}

div.vlist_question .vlist_info {
	color: #116503;
	font-style: italic;
}
/********* SHOW QUESTION PAGE ************/

div.question_info {
	color: #116503;
	font-size: .9em;
	margin-bottom: 5px;
}


div.vlist_item {
	padding: 5px 10px 10px;
	margin-bottom: 5px;
	background: transparent url("/images/redesign/dash-divider-line-long.gif") bottom center no-repeat;
}

div.vlist_item div.vote_box {
	float: left;
	width: 57px;
	font-size: 18px;
	line-height: .9em;
	color: #fff;
	margin-right: 7px;
}

div.vlist_item div.vote_box div.vote_number{
	background: #fff url('/images/background/best-of-number.gif') top left no-repeat;
	height: 27px;
	width: 35px;
	padding: 7px 0px 0px 0px;
	float:left;
	text-align:center;
	margin-right: 5px;
}

div.vlist_item div.vote_box div.vote_links {
	font-weight: bold;
	text-align:center;
	float:left;
}

div.vlist_item div.vote_box a{
	text-decoration:none;
}

div.vlist_item div.vote_box img{
	border: none;
}

div.vlist_item div.vlist_item_box {
	float: left;
	width: 600px;
}

div.vlist_item div.vlist_item_box h3 {
	font-weight: bold;
}

div.vlist_item div.vlist_item_box a{
	text-decoration: none;
}

div.vlist_item div.vlist_item_box a:hover{
	text-decoration: underline;
}


div.vlist_item_info {
	color: #116503;
	font-size: .9em;
}

div.vlist_comment {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: transparent url("/images/redesign/dash-divider-line.gif") bottom center no-repeat;	
	width: 500px;
}
		#garden_calc_marks .mark_content {
	width: 500px;
	font-size: 16px;
}

#garden_calc_marks h3{
	font-size: 18px;
}


.soil_links {
	margin-bottom: 10px;
}

.soil_links a.current {
	font-weight: bold;
}

/********** FAMILY FEEDER ***********/
#ff_left {
	float: left;
	width: 356px;
}

#ff_right {
	float: left;
	margin-left: 20px;
	width: 434px;
}

#feeder_callout {
	float: none;
}


#feeder_callout img.bug{
	float:right;
	margin: 2px 10px 0px 0px;
}

#feeder_callout .bb_content_body {
	padding-left: 15px;
	padding-right: 10px;
}

#soil_calc_callout {
	margin-left: 20px;
}

#soil_calc_callout img.bug{
	float:right;
	margin: 2px 10px 0px 0px;
}

#soil_calc_callout .bb_content_body {
	padding-left: 15px;
	padding-right: 10px;
}

div#gc_add_plant_type_links {
	margin-bottom: 5px;
}

div#gc_add_plant_type_links a{
	color: #4f402b;
	padding: 0px 5px 2px 5px;
	margin-right: 2px;
	border-right: 1px solid #4f402b;
	border-bottom: 1px solid #4f402b;
}

div#gc_add_plant_type_links a.current{
	font-weight: bold;
	background: none;
	padding: 0px 5px 2px 5px;
	margin-right: 2px;
	border-right: 2px solid #4f402b;
	border-bottom: 2px solid #4f402b;
}

div#ff_right a.delete_plant {
	float:left;
	margin-right: 5px;
	width: 10px;
	background: #fff url("/images/icons/delete_small.png") center left no-repeat;
}


		table.payment_list {
	font-size: .9em;
	width: 100%;
	
}

table.payment_list tr{
}

table.payment_list th{
	background-color: #dddddd;
	color: #444444;
	text-align:center;
	font-variant: small-caps;
	font-weight: normal;
	padding: 10px 11px;
	border-left: solid 1px #efefef;
	border-bottom: none;
}

table.payment_list th.left_cell{
	text-align:left;
	font-weight: bold;
	width: 129px;
	border-left: none;
}

table.payment_list tr.current_plan_row{
	background-color: #e4f4e2;
}

table.payment_list tr.invalid_plan_row{
	background-color: #eeeeee;
	color: #aaa;
}

table.payment_list tr.invalid_plan_row td em{
	color: #aaa;
}


table.payment_list .upgrade_td {
	font-weight: bold;
	color: #000;
}

table.payment_list tr.invalid_plan_row .upgrade_td {
	font-weight: normal;
}

table.payment_list td{
	padding: 10px 12px;
	border-left: solid 1px #efefef;	
	border-bottom: solid 1px #efefef;	
	border-right: none;
	border-top: none;
	text-align: center;
}

table.payment_list td.upgrade_td{
	border-right: solid 1px #efefef;	
}

table.payment_list td.plan_name{
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}

table.payment_list td.plan_name em{
	font-weight: normal;
	margin-left:8px;
	color: #444444;
	font-size:13px;
}

/********** COMPARISON BOXES *************/
div.plan_comparison {
	margin-top: 10px;
}


div.plan_comparison div.plan_info div.plan_numbers{
	height: 75px;
	border-bottom: solid 1px #bbb;
	margin-bottom: 5px;
}

div.plan_comparison div.plan_info div.plan_checks{
	height: 70px;
}


div.plan_comparison	.plan_info .price{
	display:block;
	background-color: #eeeeee;
	margin: 0px -5px -5px;
	padding: 5px 5px 5px 15px;
	color: #444444;
	font-weight: bold;
	border-top: solid 1px #aaa;
	height: 75px;
}

div.plan_comparison	.plan_info .price img{
	margin-top: 10px;
}


/***** Current plan ****/

div.plan_comparison	div.current_plan {
	width: 300px;
	float:left;
}



div.plan_comparison	div.current_plan .plan_identifier {
	background-color: #222222;
	color: #fff;
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
	display: block;
	text-align: center;
}
	
div.plan_comparison	div.current_plan .plan_name {
	background-color: #666666;
	color: #ffffff;
	padding: 5px;
	font-size: 24px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	font-variant: small-caps;
}
		
div.plan_comparison	div.current_plan .plan_info{
	padding:5px;
	font-size: 1.2em;
	border: solid 1px #ababab;
	border-top: none;
}

div.plan_comparison	div.current_plan .plan_info .number{
	font-weight:  bold;
}

div.plan_comparison	div.current_plan .plan_info .check_item img{
	margin: 3px 3px 0px 0px;
	float:left;
}



div.plan_comparison div.upgrade_arrow {
	float:left;
	margin-left: 0px;
	margin-top: 23px;
}


/***** Recommended Plan *****/

div.plan_comparison	div.recommended_plan {
	width: 312px;
	float:left;
	margin-left: 10px;
}

div.plan_comparison	div.recommended_plan .plan_identifier {
	background-color: #000000;
	color: #fff;
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
	display: block;
	text-align: center;
}
	
div.plan_comparison	div.recommended_plan .plan_name {
	background-color: #116503;
	color: #ffffff;
	padding: 5px;
	font-size: 24px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	font-variant: small-caps;
}
		
div.plan_comparison	div.recommended_plan .plan_info{
	padding:5px;
	font-size: 1.2em;
	border: solid 1px #116503;
	border-top: none;
}

.popular_plan {
	background: url('/images/plans/pop_plan.gif') top right no-repeat;
}

.top_plan {
	background: url('/images/plans/best_plan.gif') top right no-repeat;
}


div.plan_comparison	div.recommended_plan .plan_info .number{
	font-weight:  bold;
}

div.plan_comparison	div.recommended_plan .plan_info .check_item img{
	margin: 3px 3px 0px 0px;
	float:left;
}


/************ SITE WARNINGS **************/
.user_upgrade_warning {
	border: solid 1px red;
	margin: 2px 10px 10px;
	padding: 5px 10px;
	color: #000000;
}

/************ PLANS ****************/
#plans_box_wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 759px;
}

#plans_front_top_text_box{
	text-align: center;
}


#plans_front_top_text_box span.front_text_big {
	font-size: 2.7em;
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: -1px;
	line-height: 1em;
}

#plans_front_top_text_box span.front_text_big2 {
	font-size: 1.8em;
	color: #000;
	display: block;
	font-weight: normal;
	margin-bottom: 35px;
	margin-top: 5px;
	letter-spacing: -1px;
}


#plans_wrapper{
	width: 759px;
}

.plan_box{
	width:240px;
	float: left;
	border: solid 1px black;
	background-color: #ffffff;
	margin-top: 20px;
}

.plan_box_tall {
	margin-top: 0px;
	background-color: #ffffff;
	border: solid 3px #116503;
	width:270px;
	height: 330px;
	font-size: 1.1em;
}

.left_shadow {
	background: #ffffff url('/images/plans/leftshadow.gif') right top repeat-y;
	border-right: none;
}

.right_shadow {
	background: #ffffff url('/images/plans/rightshadow.gif') left top repeat-y;
	border-left: none;
}

.plan_box span.name{
	font-size: 2em;
	font-weight: bold;
	color: #116503;
	display:block;
}

.plan_box span.price{
	font-size: 1.2em;
	font-weight: bold;
	display:block;
}

.plan_box span.short_desc{
	font-size: 1em;
	display:block;
	border-bottom: solid 1px #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4f402b;
	font-variant: small-caps;
}

.plan_box ul.highlights{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1.2em;
	vertical-align: baseline;
	background: transparent;
	height: 150px;

}

.plan_box_tall ul.highlights{
	margin-bottom: 20px;
}

.plan_box_tall ul.highlights li{
	border-bottom: 1px dotted #4f402b;
}


.plan_box ul.highlights li strong{
	color: #4f402b;
}

img.sign_up {
	margin: 10px 0px;
	border: none;
}

#front_box_shell {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1072px;
	min-height: 100%;
}

#front_box_content {
	width: 1072px;
}

#front_box_content .front_split_left {
	margin: 0px 20px 0px 0px;
}

#front_box_content .front_split_right {
	margin: 0px;
}

/************ CREATE FAMILY **************/
.create_family_shell {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1072px;
	min-height: 100%;
}

.create_family_wrapper {
	width: 650px;
	
	margin: 0px auto 150px;
}

.create_family_body {
	background: #ffffff url('/images/plans/create_family_bg.gif') center top repeat-y;
	width: 590px;
		padding: 15px 30px 30px;
}
.create_family_wrapper label {
}
		/********** INDEX PAGE *************/
.journal_entry_summary {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: transparent url("/images/redesign/dash-divider-line-long.gif") bottom center no-repeat;
}


.journal_entry_summary .je_content{
	float: left;
	width: 600px;
	margin-left: 20px;
}


.journal_entry_summary .je_content h2{
	font-size: 21px;
}




/********** SHOW PAGE *************/
#journal_entry_left {
	float: left;
	width: 523px;
}

.journal_entry_body {
	font-size: 17px;
	line-height: 1.25em;
	margin-bottom: 20px;
}


.journal_entry_photos .je_photo {
	margin-bottom: 15px;
	margin-left: 10px;
	text-align:center;
	float: left;
	height: 260px;
	overflow:hidden;
}


.journal_entry_photos .je_photo .je_caption{
	font-size: 13px;
	font-family: Verdana,Helvetica,Arial,Geneva,sans-serif;
	width: 234px;
}


#journal_entry_right {
	float: left;

}

#journal_entry_right textarea {
	width: 250px;
	
}

#journal_entry_right #journal_photo_image {
	width: 250px;
}



.journal_entry_date {
	font-size: 14px;
	display:block;
	color: #444;
	margin-bottom: 10px;
}


/********** JOURNAL PHOTO PAGE *****************/
div.journal_photo_full_image {
	width: 100%;
	text-align: center;
}

div.journal_photo_full_caption {
	width: 600px;
	margin: 20px auto 20px;
	font-size: 18px;
	text-align: center;
}
		#pages_left_col {
	float: left;
	width: 392px;
}

#pages_right_col {
	float:left;
	margin-left: 10px;
}

#pages_right_col h3 a{
	text-decoration: none;
}

#pages_right_col h3 a:hover{
	text-decoration: underline;
}


#page_nav_column {
	float:left;
	width: 204px;
	margin-top: 10px;
	margin-right: 15px;
	padding: 0px 0px;
	margin-left: -11px;
	background: #116503 url(/images/redesign/page-nav-background.gif) top right repeat-y;
}

#page_nav_column a.all_articles{
	background: url("/images/redesign/page-nav-header.gif") top left no-repeat;
	font-size: 16px;
	text-align: center;
	padding-left: 20px;
	height: 34px;
	border: none;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 12px 10px 0px 7px;
}

#page_nav_column a.all_articles:hover{
	text-decoration: underline;
	color: #fff;
	border: none;
}

#page_nav_column a{
	display: block;
	text-decoration:none;
	color: #fff;
	border-bottom: 1px solid #999;
	padding: 7px 10px 7px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	margin-right: 4px;
	border-right: solid 1px #116503;
}

#page_nav_column a:hover{
	background-color: #cfe0cc;
	color: #116503;
	border-right: solid 1px #116503;
}


#page_nav_column a.selected {
	background-color: #ddd;
	border-right: solid 1px #116503;
	color: #116503;
}

#page_nav_column a.top{
	font-weight: bold;
	text-align:center;
}

#page_content_column {
	float:left;
	width: 602px;
	margin-top: 10px;
}


.sum_box {
	margin-bottom: 20px;
}

.sum_box h3 a{
	text-decoration: none;
}

.sum_box h3 a:hover{
	text-decoration: underline;
}


img.sum_image {
	float:left;
	margin-right: 10px;
	margin-top: 3px;
	padding: 1px;
	border: 1px solid #116503;
}

.sum_box div.sum_box_text_small{
	padding-left: 64px;
}

.sum_box div.sum_box_text_large{
	width: 100%;
}

#pages_content .bb_content_body {
	padding: 0px 10px 25px;
}
		.blog_post_summary {
	margin-bottom: 20px;
}

.blog_post_summary .cal_page{
	margin: 4px 15px 0px 0px;
}

.blog_post_summary .blog_summary_content {
	float: left;
	width: 735px;
}
		/************ CREATE ACCOUNT PAGE **************/
#left_register_col {
	float:left;
	width: 400px;
}

#register_brown_box {
	float:left;
}

#register_brown_box .bb_content_body {
	padding: 0px 10px 30px;
}


table.register { 
	margin: 0px;
}

table.register td {
	padding: 0 0 10px 10px;
}

#create_account_button {
	float:left;
	margin-right:20px;
	margin-left: 10px;
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div#login_reminder{
	float:left;
	font-size: 16px;
	text-align: center;
	padding-top: 3px;
}

div#login_reminder a{
	color: #116503;
	font-size: 16px;
}



/********* WHO KNOWS *************/
div#signup_box {
	width: 100%;
	height: 470px;
}

div#signup_box_content {
	position: relative;
	
	padding: 5px 0px 30px;
	text-align: left;
	width: 588px;
	min-height: 100%;
}

div#signup_box_content h1{
	background:transparent url(/images/front/box-header.gif) no-repeat scroll;
	padding:10px 10px 0px 10px;
	font-size: 1.5em;
	margin:0px;
	color: #116503;
}

div#signup_box_body {
	padding: 10px 10px;
	background-color: #fff;
	
}

div#signup_box_footer {
	
}





/****** FORM ERRORS ******/
#errorExplanation {
	border: dashed 1px #116503;
	padding: 5px;
	margin-bottom: 10px;
}

#errorExplanation h2{
	color: red;
	margin:0px;
	font-size: 1.2em;
}

#errorExplanation h4{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #116503;
}

#errorExplanation p{
	margin:0px;
	padding:0px;
}

#errorExplanation ul{
	list-style: none;
	margin: 0px;
	padding: 0px 5px;
	
}

div.notice_fail{
	color: red;
	padding: 5px;
	margin: 10px 0px;
	border: solid 1px red;
}

div.notice_pass{
	color: green;
	padding: 5px;
	margin: 10px 0px;
	border-top: solid 1px #116503;
	border-left: solid 2px #116503;
	border-right: solid 1px #116503;
	border-bottom: solid 2px #116503;
}



div.notice_pass2 {
	color: #116503;
	margin: 10px 0px;
	background-color: #d7e5d5;
}

div.notice_pass2 strong{
	font-size: 21px;
	display:block;
	margin-bottom: 10px;
}

div.notice_pass2 table{
	width: 100%;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 1px;
	margin:0px;
}

div#signup_box_body div.notice_pass2 table, div#signup_box_body div.notice_fail2 table {
	margin: 0px;
}

div#signup_box_body div.notice_pass2 table td, div#signup_box_body div.notice_fail2 table td{
	padding: 0px;
}

div.notice_pass2 table tr.alert_top{
	height: 15px;
	background: #d7e5d5 url("/images/redesign/alert-tm.gif") top left repeat-x;
}

div.notice_pass2 table tr.alert_bottom{
	height: 15px;
	background: #d7e5d5 url("/images/redesign/alert-bm.gif") bottom left repeat-x;
}


div.notice_pass2 table td{
	padding: 0px;
	border: none;
}

div.notice_pass2 table td.alert_content {
	font-size: 15px;
}

div.notice_pass2 table td.alert_ml{
	background: #d7e5d5 url("/images/redesign/alert-ml.gif") top left repeat-y;
	width: 30px;
}

div.notice_pass2 table td.alert_mr{
	background: #d7e5d5 url("/images/redesign/alert-rm.gif") top right repeat-y;
	width: 30px;
}


div.notice_pass2 table td.alert_tr, div.notice_pass2 table td.alert_br {
	text-align: right;
}

div.notice_fail{
color: #e80808;
padding: 5px;
margin: 10px 0px;
border: solid 1px #9f0b0b;
background-color: #e8d2d2;

border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

box-shadow: 2px 2px 1px #cecece;
-moz-box-shadow: 2px 2px 1px #cecece;
-webkit-box-shadow: 2px 2px 1px #cecece;

}

div.notice_fail2 {
	color: #e80808;
	margin: 10px 0px;
	background-color: #eedada;
}

div.notice_fail2 strong{
	font-size: 21px;
	display:block;
	margin-bottom: 10px;
}

div.notice_fail2 table{
	width: 100%;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 1px;
}

div.notice_fail2 table tr.alert_top{
	height: 15px;
	background: #eedada url("/images/redesign/falert-mt.gif") top left repeat-x;
}

div.notice_fail2 table tr.alert_bottom{
	height: 15px;
	background: #eedada url("/images/redesign/falert-bm.gif") bottom left repeat-x;
}


div.notice_fail2 table td{
	padding: 0px;
	border: none;
}

div.notice_fail2 table td.alert_content {
	font-size: 15px;
}

div.notice_fail2 table td.alert_ml{
	background: #eedada url("/images/redesign/falert-ml.gif") top left repeat-y;
	width: 30px;
}

div.notice_fail2 table td.alert_mr{
	background: #eedada url("/images/redesign/falert-mr.gif") top right repeat-y;
	width: 30px;
}


div.notice_fail2 table td.alert_tr, div.notice_fail2 table td.alert_br {
	text-align: right;
}


/************** PLANS ****************/
/*div#front_area_box {
	background: #fff url("/images/front/Front-Top-Background.gif") bottom left repeat-x;
	width: 1001px;
	border-bottom: solid 3px #a8957b;
	margin: 0px -11px;
}*/



div#signup_box_body table {
	margin: 0px;
}

div#signup_box_body table td {
	padding: 0 0 10px 10px;
}

		#front_left_col {
	float:left;
	width: 550px;
	margin-right: 10px;
}

#front_left_col span.front_intro {
	font-size: 17px;
	display:block;
	margin-bottom: 30px;
}

#front_left_col h2{
	background: transparent url("/images/redesign/left-side-callout.gif") top left no-repeat;
	font-size: 20px;

	height: 43px;
	margin-left: -22px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-top: 7px;
}

#front_left_col span.front_section_intro {
	font-size: 17px;
	display:block;
	margin-bottom: 15px;
	padding: 0px 20px;
}

#front_right_col {
	float:left;
	width: 420px;
}


#popular_content img{
	float:right;
	margin: 2px 10px 0px 0px;
}


#popular_content a{
	display: block;
	font-size:17px;
	margin: 0px 20px 8px 20px;
	text-decoration: none;
	padding-left: 13px;
	background: transparent url("/images/redesign/bullet-front.jpg") top left no-repeat;
}

#popular_content a:hover{
	text-decoration: underline;
}


#garden_callout{
	background: transparent url("/images/redesign/journal_callout.jpg") top left no-repeat;
	height: 600px;
	width: 370px;
	padding: 65px 20px 0px 30px;	
	margin-right: -10px;
	float:right;
	font-size:17px;
}

#garden_callout .intro {
	font-size:17px;
	display:block;
	margin-bottom: 10px;
}

#front_left_col .mark_content{
	width: 450px;
}

#front_left_col .mark_content h3{
	font-size: 18px;
}


div.small_mark_div {
	margin-bottom: 10px;
	margin-left: 10px;
}

div.small_mark_image {
	float: left;
	margin-right: 10px;
}

.small_mark_content{
	padding-top: 0px;
}

#garden_callout a img{
	
}
		div#front_area_box {
	background: #fff url("/images/front/Front-Top-Background.gif") bottom left repeat-x;
	width: 100%;
	border-bottom: solid 3px #a8957b;
	margin: 0px -11px;
	width: 1001px;
}

div#front_area_box_content {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
	min-height: 100%;
}

img#main_screenshot {
	float:left;
}

div#pitch_box{
	float:left;
	margin-left: 10px;
	font-size: 1.25em;
	width: 450px;
}

div#pitch_box h1{
	font-size: 32px;
	color: #116503;
	border: none;
	background: none;
	margin:0px;
	padding:0px;
}

div#pitch_box ul{
	margin: 0px;
	padding: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

div#pitch_box ul li{
	padding:5px 0 5px 15px;
	background:transparent url(/images/front/Bullet.gif) no-repeat scroll 1px 11px;
	color:#242424;
}	

img#signup_button {
	border: none;
}

div#signup_button_div {
	width: 100%;
	text-align: center;
}


/*********** INFO BOXES BELOW *************/
div#info_boxes {
	background-color: #ffffff;
	width: 100%;
}

div#info_boxes_content {
	position:relative;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: left;
	width: 1000px;
	min-height: 100%;
}

div.info_box_breaks {
	text-align:center;
	border-bottom: solid 1px #ababab;
	margin: 45px 0px 10px;
}

div.info_box {
	float:left;
	width: 306px;
	margin-right: 20px;
	padding-right: 10px;
	border-right: solid 2px #ababab;
	height: 155px;
	font-size: 1.1em;
}

div.info_box h2, div.info_box_breaks h2{
	margin: 0px 0px 0px;
	color: #116503;
	font-size: 1.1em;
}

span.highlight {
	background-color: #e1fac7;
}

div.info_box a{
	color: #116503;
}

/******* GENERAL STYLES ********/
.clear_div{
	clear:both;
}

/********** TOUR SECTIONS SPECIFICS ********/
#tour_shots_spotlight {
	margin-top: 20px;
}

#tour_shots_spotlight h2 {
	line-height: 1em;
	font-size: 24px;
}
#tour_shots_spotlight .spotlight_box {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.5em;
}

.spotlight_box .spotlight_intro {
	font-size: 21px;
	color: #116503;
	font-style: italic;
	display: block;
	margin: 0px 0px 15px;
}

#tour_shots_spotlight img.left{
	margin-right: 30px;
}

#tour_shots_spotlight img.right{
	margin-left: 30px;
	margin-right: 20px;
}

.tour_signin_callout {
	font-size: 14px;
	margin: 6px 0px 0px;
	padding: 2px 10px;
	z-index: 91;
	width: 100%;
}

.tour_signin_callout a{
	text-decoration:none;
}

.tour_signin_callout a:hover{
	text-decoration: underline;
}
		/************** CUSTOM GARDEN GUIDE ****************/
div#existing_garden_guides {
	float:right;
	margin-left: 10px;
}

.guide_vegetable{
	margin-bottom: 30px;
	width: 600px;
}

.guide_vegetable img{
	float: right;
}

.guide_vegetable img.inline_tick{
	float: none;
}

.guide_section h3 {
	font-weight: bold;
}

.guide_section {
	margin-bottom: 15px;
}

.growing_guide_form label{
	line-height: 1.2em;
}

.select_all {
	background: transparent url(/images/buttons/select-all.jpg) top left no-repeat;
	width: 120px;
	height: 30px;
	text-indent: -1500px;
	display: block;
	float: left;
}

.select_none {
	background: transparent url(/images/buttons/select-none.jpg) top left no-repeat;
	width: 140px;
	height: 30px;
	text-indent: -1500px;
	display: block;
	float: left;
}

.growing_guide_form_column {
	width: 250px;
	float: left;
}

.ggfc_thin {
	width: 150px;
}

.growing_guide_form_column h3 {
	font-weight: bold;
}


	
