body {
	background-color: #CEE8C3;
}

/* YUI customisations */
#doc2 {
	background-color: #fff;
}


#sidebar {
	width: 160px;
}

#google_ad {
}

.ad-home {
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 2px solid #2C7020;
}


/* typography */
h1 {
	font-size: 150%;
	margin-bottom: 5px;
}

h2	{
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h3	{
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

a, a:visited, a:link {
	color: #0033ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

p {
	margin-bottom: 5px;
}

em {
	font-weight: bold;
}

div#hd {
	margin-top: 0;
	padding-top: 0;
	/* border-bottom: 2px solid #00CC33; */
	margin-bottom: 5px;
}


div#bd {
	margin: 0 10px 0 10px;
	padding: 0 0 0 5px;
}

div#ft {
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #009933;
	text-align: center;
}

#ft .zones p {
	line-height: 150%;
}

#ft .zones {
	border-bottom: 1px solid #009933;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.easy {
	background-color: #FFF8DC;
	padding: 1px;
	font-size: 75%;
}

.highlight {
	background-color: #FFF8DC;
}

#zone_selector {
	margin-top: 5px;
	margin-bottom: 5px;
}

#zone_selector ol {
	margin-bottom: 10px;
}

#zone_selector li {
	height: 29px;
	padding-left: 35px;
	padding-top: 4px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 100%;
}

#zone_selector li.one {
	background-image: url(images/li-1.gif);
}

#zone_selector li.two {
	background-image: url(images/li-2.gif);
}

#zone_selector li.three {
	background-image: url(images/li-3.gif);
}

div.zone_info {
	margin: 5px 0 15px 0;
}

.zone_info h2 {
	text-align: center;
	border-bottom: 2px solid #2C7020;
	/* background-color: skyblue; */
	padding: 3px;
	font-weight: bold;
}

.zone_info .month-selector h2 {
	margin-top: 0;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.zone_info table {
	border-collapse: collapse;
}

.zone_info td {
	padding: 2px;
}

.zone_info tr.even {
	background-color: #F0F8FF;
}

.zone_info tr.hover {
	background-color: #E6F5EB;
}

.hint, .month_hint {
	background-color: #FFFFEE;
}

#logo {
	position: relative;
	width: 950px;
	height: 96px;
	background: #fff url(images/home-logo.jpg) no-repeat left top;
}

/* header */
#logo h1 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 950px;
	height: 96px;
	text-decoration: none;
}

#logo h1 a span {
	visibility: hidden;
}

#logo ul {
	position: absolute;
	top: 0;
	right: 5px;
	list-style: none;
}

#logo ul li {
	display: inline;
}

#logo ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	background-color: #0066FF;
	padding: 1px 2px 1px 2px;
	margin: 2px;
}

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

#nav {
	background-color: #009933;
	height: 30px;
	padding-left: 5px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
}

#nav span {
	visibility: hidden;
}

#nav a {
	display: block;
	float: left;
	text-decoration: none;
	width: 157px;
	height: 27px;
	margin: 2px 0 0 2px;
	border-bottom: 1px solid #00cc33;
}

#nav a#planting {
	background: transparent url(images/btn-planting.gif) no-repeat left bottom;
}

#nav a#zones {
	background: transparent url(images/btn-zones.gif) no-repeat left bottom;
}

#nav a#plants {
	background: transparent url(images/btn-plants.gif) no-repeat left bottom;
}


#zone_list li {
	margin: 0 0 5px 0;
}

.region {
	margin-top: 1em;
}

.region h2 {
	border-bottom: 1px solid #009933;
}

.region dl {
	margin: 0.5em 0;
	padding: 0;
}

.region dt {
	position: relative;
	left: 0;
	top: 1.1em;
	width: 18em;
}

.region dd {
	margin: 0 0 0 19em;
	padding: 0 0 .5em .5em;
}

/* plant details */
#plant {
}

#plant h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 25px;
	border-bottom: 1px solid #009933;
}

#plant h2 {
	border-bottom: 1px solid #009933;
}

#plant h4 {
	text-align: right;
	font-size: 1.5em;
}

#plant .planting_now {
	width: 100px;
	height: 25px;
	color: white;
	margin-left: 15px;
}

#plant .inner {
	position: absolute;
	background: transparent url(images/icon-planting_now.gif) no-repeat left top;
	width: 100px;
	height: 25px;
}

#plant #calendar {
	margin: 10px 0 0 0;
}

#plant #calendar table {
	border-collapse: collapse;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #009933;
}

#plant #calendar td {
	padding: 3px;
	text-align: center;
	border-left: 1px solid #009933;
}

#plant #calendar td.end {
	border-right: 1px solid #009933;
}

#plant #calendar td.plant {
	background-color: #00CC33;
}

#plant #details {
	margin: 10px 0 10px 0;
	line-height: 125%;
}

	#plant #details ul {
		margin-top: 1em;
		padding-left: 1em;
		list-style: disc;
	}

	#plant #details li {
		padding-bottom: 5px;
	}

#all-plants .menu a {
	font-weight: bold;
	margin-right: 5px;
}

#all-plants .plant-group-title {
	font-weight: bold;
	margin-bottom: 3px;
}

#all-plants .plant-group {
	margin-bottom: 1em;
}

#all-plants dl {
}

#all-plants dt {
	padding-top: 1em;
	font-weight: bold;
}

#all-plants dd {
	margin-left: 2em;
	margin-bottom: 2px;
}

/* subscribe */
#subscribe-box {
	border: 1px solid #FFCC33;
	margin: 2px 0 5px 0;
	text-align: center;
	background-color: #FFFFcc;
}

#subscribe-box .inner {
	padding: 5px;
}

#subscribe-box h2 {
	margin-top: 0;
	font-weight: bold;
	background-color: #FFCC33;
	padding: 3px;
}

#subscribe-form {
	background-color: #F7F5E7;
	border: 1px solid #eee;
	padding: 10px;
}

#comments-box {
	border: 1px solid #FFFFcc;
	margin: 20px 0 25px 0;
	text-align: center;
	background-color: #FFFFcc;
	overflow: hidden;
}

#comments-box .inner {
	padding: 5px;
	text-align: left;
}

#comments-box h2 {
	margin-top: 0;
	font-weight: bold;
	color: #000;
	background-color: #CCFFCC;
	padding: 3px;
}

#comments-box li {
	margin-bottom: 5px;
}

/* coming soon! */
#soon {
	border: 1px solid #eee;
	background-color: #FFFFcc;
	padding: 5px;
	margin: 2px 0 10px 0;
}

#soon h2 {
	font-weight: bold;
}

#soon ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style: disc;
}

#soon li {
	padding-bottom: 5px;
}

.error {
	border: 1px solid #eee;
	background-color: #ffffcc;
	padding: 10px;
	width: 400px;
}

.error ul {
	margin-top: 5px;
	margin-left: 1em;
	padding-left: 1em;
	list-style: disc;
}

.error li {
	padding-bottom: 5px;
}

/* basic form styles */
table.form {
}

table.form td {
	padding: 2px;
}

.label {
	text-align: right;
}

#plant_list {
	margin: 10px;
}

#plant_list td {
	padding: 2px;
}

.disclaimer {
	margin: 15px 20px 15px 20px;
	font-style: italic;
}

#info {
	padding: 5px;
	border: 1px solid #eee;
	background-color:#FFFFEE ;
}

	#info ul {
		padding: 5px 0 0 1em;
		margin-left: 5px;
		list-style: disc;
	}

	#info li {
		padding-bottom: 5px;
	}

#culinary {
	padding: 5px;
	border: 1px solid #eee;
	background-color: #F9EFE3;
}

#culinary h3 {
	font-size: 110%;
	font-weight: bold;
}

#comments {
	margin-top: 10px;
	padding-top: 10px;
}

#comments h2 {
	padding-left: 18px;
}

#comments dl {
}

#comments dt {
	font-style: italic;
	background: transparent url(images/comment.gif) no-repeat left top;
	padding-left: 18px;
}

#comments dd {
	margin: 5px 10px 10px 30px;
	line-height: 125%;
}

#comment_form {
	width: 500px;
	margin-top: 20px;
	padding: 10px;
	background-color: #F7F5E7;
	border-top: 1px solid #eee;
}

#pager {
	margin: 20px 0 0 30px;
}

div.left-col {
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 15%;
}

div.center-col {
	margin-left: 16%;
	padding: 0;
	text-align: center;
}

div.right-col {
	float: right;
	width: 20%; 
	text-align: right;
}

a.month-select {
	border: 1px outset #009933;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	background-color: #CCFFCC;
	color: #000;
}

a.month-select:hover {
	border-color: #000;
	text-decoration: underline;
}

.month-selector {
	border-bottom: 2px solid #2C7020;
}

.nobr {
	white-space: nowrap;
}

.repeat {
	font-weight: bold;
	color: #FF7400;
}

strong {
	font-weight: bold;
}


.app-info {
	font-size: 110%;
}

.app-info h2 {
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
}

.app-info tr {
	vertical-align: top;
}

.app-info td {
	padding: 5px 0 15px 10px;
}

.app-info img {
	border: 1px solid #000;
	margin-bottom: 10px;
}

#app p {
	margin: 5px 15px;
	text-align: center;
}

#app img {
	border: 0;
}

