@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('/fonts/goudy_bookletter_1911-webfont.eot');
	src: local('☺'), url('/fonts/goudy_bookletter_1911-webfont.woff') format('woff'), url('/fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'), url('/fonts/goudy_bookletter_1911-webfont.svg#webfontiT6p4ac4') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica, sans, sans-serif;
  background-color: #444;
  height: 100%;
}

.lowercase {
  text-transform: lowercase;
}

.block {
  display: block !important;
}

.glow {
  width: 600px;
  height: 500px;
  margin: -20px 0 -500px 0;
}

.flaky_bits {
  width: 100%;
  height: 800px;
  margin: -20px -20px -800px -20px;
  background-image: url('/images/flaky_bits.png');
}

.glow img {
  width: 100%;
  height: 100%;
}

.hidden {
  display: none; 
}

#main {
  background-color: #4da4e7;
  background-image:url('/images/layout_gradient.png');
  background-repeat: repeat-x;
  background-position: bottom center;
}

#inner {
  background-image:url('/images/layout_half.jpg');
  background-repeat:no-repeat;
  background-position: bottom center; 
  padding-bottom: 260px;
}

#stuff {
  padding-top: 10px;
}

#credits {
  border-top: 3px solid #3c3c3c;
  margin-bottom: -40px;
  font-size: 0.8em;
  position: relative;
  bottom: 0;
  background-color: #444;
  padding: 20px;
}

#credits ul {
  list-style: none;
  padding: 0;
  margin-left: -1em;
}

#credits p {
  color: #999;
}

#credits li {
  display: inline;
  font-size: 1.3em;
  padding: 0 1em;
  border-right: 1px solid #888;
}

#credits li:last-child {
  border-right: none;
}

#credits li a {
  text-decoration: none;
}

#credits, #credits a {
  color: white;
}

#simple_page, #credits div {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#simple_page {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  padding: 20px;
  background-color: white;
}

#simple_page #logo {
  text-align: center;
}

#simple_page .half_column {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

.fieldWithErrors, .field_with_errors {
  display: inline;
  color: white;
  background-color: red;
}








/* State */

.state h1 {
  font-size: 1.5em;
  margin-bottom: 12pt;
}

.state a {
  color: #444;
}

.state li {
  display: inline;
}

.state ul {
  margin-bottom: 12pt;
}

.state .main { font-size: 2em; }
.state .small { font-size: 0.7em; }


/* planting calendar */

.veggie_rectangle {
  width: 150px;
  height: 40px;
  background-position: 0 -55px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  opacity: 0.8;
  margin-right: 20px;
  z-index: 1;
}

.planting_calendar {
  width: 600px;
}

.planting_calendar {
  padding: 20px;
  background-image: url('/images/paper_noise.gif');
  font-family: Georgia;
  color: #6d4e1c;
  color: rgba(66,54,33,0.85);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #c9b697;
  border-width: 0 1px 1px 0;
  border-color: #f3f1eb #d6c4b2 #d6c4b2 #f3f1eb;
  margin: 0 auto;
}

.planting_calendar a {
  color: inherit;  
}

.planting_calendar h1 {
  line-height: 0.9em;
  font-size: 24pt; 
  padding: 12px 0 4px 20px;
  margin: 0px -20px 0.5em -20px;
  text-align: center;
}

.planting_calendar h1, .planting_calendar h2, .planting_calendar label {
  text-shadow: #eae4db -1px -1px 1px;
}

.planting_calendar h1 span {
  font-size: 12pt;
  display: block;
  margin: 0.5em auto 0 auto;
  font-style: italic;
  border-top: 1px solid rgba(66,54,33,0.5);
  padding-top: 0.1em;
  width: 50%;
}

.quick_email input[type=text] {
  padding: 6px 10px;
  width: 200px;
  margin: 0 5px;
}

.quick_email input[type=submit]:active, form.new_post input[type=submit]:active {
  vertical-align: -2px;
  margin-bottom: -2px;
}

.quick_email input, form.new_post input, form.new_post textarea {
  font-size: 1em;
  border: 1px solid white;
  background: none;
  background-color: rgba(255,255,255,0.2);
  color: white;
}

.quick_email {
  font-size: 1em;
  text-align: center;
}

.white_button, form.new_post input[type=submit] {
  font-size: 1em;
  -webkit-border-radius: 15px;
  height: 30px;
  border-width: 1px;
  padding: 0 20px;
}

.top_box {
  margin-bottom: 18px;
  color: white;
}

form.new_post {
  width: 500px;
  margin: 0 auto;
  color: white;
  padding-bottom: 22px;
}

form.new_post h2 {
  font-size: 1.5em;
}

form.new_post textarea {
  height: 1.5em;
  width: 500px;
  margin-bottom: 10px;
  vertical-align: top;
}

form.new_post input[type=submit] {
  display: none;
  float: right;
}

form.new_post input[type=file] {
  background: none;
  border: none;
  margin-bottom: 8px;
}

form.new_post .post_kinds {
  color: rgba(255,255,255,0.6);
}

form.new_post .post_kinds img {
  margin-left: 2px;
  vertical-align: -1px;
}

form.new_post .post_kinds a {
  padding-top: 8px;
  color: white;
}

form.new_post .post_kinds a.selected {
  background-image: url("/images/dock_dot.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

form.new_post .photo_fields {
  display: none;
}

form.new_post label {
}




/* My Profile */

.post {
  padding: 20px;
  margin: 20px 0;
}

.post p {
  margin: 0;
}

.post.photo {
  background-color: white;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  width: 500px;
  margin: 20px auto;
}

.post.photo img {
  margin-bottom: 1em;
}

.post.text {
  background-color: #F8F8F8;
  border: 1px solid #EEE;  
}

.post.question {
  background-color: lightgreen;
  color: green;
  border: 1px solid #86DE86;
}

.post.question h3 {
  margin-bottom: .66em;
}

.post .created_at {
  font-size: 0.8em;
  color: rgba(0,0,0,0.3);
  margin-top: 1em;
}

.planting_calendar .packages {
  background-color: #6f503c;
  background-image: url('/images/dirt_gradient.png');
  background-repeat: repeat-x;
  margin: 20px -40px;
  color: white;
  padding: 20px;
  font-family: Helvetica, sans, sans-serif;
}

.planting_calendar .packages, .planting_calendar .packages h1, .planting_calendar .packages h2 {
  text-shadow: #6f503c -1px -1px 1px;
}

.planting_calendar .packages .fold {
  width: 19px;
  height: 20px;
  background-image: url('/images/brown_triangles.png');
  margin: -40px -20px -20px -20px;
}

.planting_calendar .packages .fold.left {
  float: left;
}

.planting_calendar .packages .fold.right {
  float: right;
  background-position: -20px 0px;
  background-repeat: no-repeat;
}

.planting_calendar .no_thanks {
  float: right;
  color: #f4e699;
  padding-top: 0.7em; 
}

.planting_calendar .packages h2 {
  margin-bottom: .5em;
  font-size: 24pt;
}

#weekly_calendar .packages h3 {
  color: #f4e699; 
  font-size: 18pt;  
  padding: 10px 0;
}

.planting_calendar .packages ul {
  height: 10em;
  padding-left: 20px;
}

.planting_calendar .packages ul li {
  margin-bottom: 0.5em;  
}

.planting_calendar .packages input.gift[type=submit] {
  color: white;
}

.planting_calendar .packages li {
  list-style-image: url('/images/sprout_bullet_white.png');
}

.planting_calendar .packages .package {
  float: left;
  width: 190px;
  margin-right: 20px;
}

.package.medium {
  padding-right: 0;
}






/* Home page */

#clear_page, #topbar .middle {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#clear_page {
  padding-top: 20px;
}
body.home ul.questions li.q {
  width: 800px;
  margin-right: -1800px;
  float: left;
  margin-left: 1000px;
}

body.home ul.questions li#q1 {
  opacity: 1;
  margin-left: 0;
}

#topbar li {
  display: inline;
  margin-right: 1.5em;
  color: #f2f6f8;
  font-size: 1.3em;
}

#topbar li.icons img {
  vertical-align: -0.25em;
}

#topbar {
  height: 62px;
  border-bottom: 3px solid #3C3C3C;
  background-color: #444;
}

body.home #topbar {
  border-bottom: none;  
  margin-bottom: -62px;
  background: none; 
}

body.home #inner {
  padding-top: 90px;
}

#topbar a.logo {
  display: block;
  float: left;
  width: 222px;
  height: 50px;
  color: transparent;
  background-image: url("/images/logo_tiny_rootless.png");
}

body.home #topbar a.logo {
  display: block;
  float: left;
  width: 343px;
  height: 80px;
  color: transparent;
  background-image: url("/images/logo_small_rootless.png");
}

#topbar .logo {
  margin-top: 7px; 
  margin-right: -40px; 
}

#topbar ul {
  list-style: none;
  margin-top: 23px;
  margin-right: 2px;
  float: right;
}

body.home #topbar ul {
  margin-top: 41px;
}

#topbar li.facebook iframe {
  vertical-align: -3px;
}

#header a, #topbar li a {
  text-decoration: none;
  color: #f2f6f8;  
  text-shadow: rgba(0,0,0,0.5) -1px -1px 0;
}

#topbar li.last {
  margin-right: 0;
}






#explanation h1 {
  font-size: 3.5em;
  margin: 0.2em 0 0.3em 0;
  font-weight: 0.2;
}

#explanation h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.7em;
}

#explanation #zipcode {
  font-size: 1.5em;
  width: 120px;
  background-color: transparent;
  border: 0;
  padding: 6px 12px;
  color: #6f503c;
}

#enter_code {
  display: inline-block;
  font-size: 1.1em;
}

#explanation .field_outer {
  background-color: #ece9d4;
  width: 130px;
  padding: 1px;
  display: inline-block;
  margin: 0 1em;
}

#explanation .field_inner {
  background-image: url('/images/text_field_gradient.png');
  border: 1px solid #b4a691;
}

#explanation input[type=submit], .fancy_button {
  font-size: 1em;
  width: 157px;
  height: 55px;
  text-shadow: #e2ddc8 1px 1px 0;
  background-image: url('/images/brown_button.png');
  background-color: transparent;
  border: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: black;
}

#explanation .fancy_button {
  color: black;
}

.fancy_button.wide {
  background-image: url('/images/wide_brown_button.png');
  width: 257px;
}

a.fancy_button {
  height: 38px;
  padding-top: 17px;
}

.fancy_button.small {
  height: 42px;
  width: 114px;
  padding: 12px 0;
  background-repeat: no-repeat;
  background-image: url('/images/small_brown_button.png');
  font-size: 0.9em;
}

#explanation input[type=submit]:hover, .fancy_button:hover {
  cursor: pointer;
}

#explanation input[type=submit]:focus {
  outline: none;
}




#free {
  color: white;
  font-size: 1em;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #5c4231;
  padding: 4px 8px;
  color: #f4e699;
  margin-left: 10px;
  margin-top: -8px;
}

#how_it_works {
  height: 80px;
}

#how_it_works h1, #how_it_works .step {
  width: 183px;
  float: left;
  vertical-align: top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
  background-color: #88c657;
  background-image: url('/images/grass_gradient.png');
  margin: 0;
  margin-right: 5px;
  height: 80px;
}

#how_it_works h1 {
  text-shadow: #6b9a45 -1px -1px 1px; 
  font-weight: normal;
  color: white;
  width: 110px;
  text-align: center;
}

#how_it_works .step img {
  vertical-align: top;
}

#how_it_works .step p {
  color: white;
  display: inline-block;
  width: 130px;
  vertical-align: top;
  margin: 0;
  text-shadow: #6b9a45 -1px -1px 1px; 
}





/* Home page */

#clear_page, #topbar .middle {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#clear_page {
  padding-top: 20px;
}
body.home ul.questions li.q {
  width: 800px;
  margin-right: -1800px;
  float: left;
  margin-left: 1000px;
}

body.home ul.questions li#q1 {
  opacity: 1;
  margin-left: 0;
}

#topbar li {
  display: inline;
  margin-right: 1.5em;
  color: #f2f6f8;
  font-size: 1.3em;
}

#topbar li.icons img {
  vertical-align: -0.25em;
}

#topbar {
  height: 62px;
  border-bottom: 3px solid #3C3C3C;
  background-color: #444;
}

body.home #topbar {
  border-bottom: none;  
  margin-bottom: -62px;
  background: none; 
}

body.home #inner {
  padding-top: 90px;
}

#topbar a.logo {
  display: block;
  float: left;
  width: 222px;
  height: 50px;
  color: transparent;
  background-image: url("/images/logo_tiny_rootless.png");
}

body.home #topbar a.logo {
  display: block;
  float: left;
  width: 343px;
  height: 80px;
  color: transparent;
  background-image: url("/images/logo_small_rootless.png");
}

#topbar .logo {
  margin-top: 7px; 
  margin-right: -40px; 
}

#topbar ul {
  list-style: none;
  margin-top: 23px;
  margin-right: 2px;
  float: right;
}

body.home #topbar ul {
  margin-top: 41px;
}

#topbar li.facebook iframe {
  vertical-align: -3px;
}

#header a, #topbar li a {
  text-decoration: none;
  color: #f2f6f8;  
  text-shadow: rgba(0,0,0,0.5) -1px -1px 0;
}

#topbar li.last {
  margin-right: 0;
}






#explanation h1 {
  font-size: 3.5em;
  margin: 0.2em 0 0.3em 0;
  font-weight: 0.2;
}

#explanation h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.7em;
}

#explanation #user_zipcode {
  font-size: 1.5em;
  width: 120px;
  background-color: transparent;
  border: 0;
  padding: 6px 12px;
  color: #6f503c;
}

#enter_code {
  display: inline-block;
  font-size: 1.1em;
}

#explanation .field_outer {
  background-color: #ece9d4;
  width: 130px;
  padding: 1px;
  display: inline-block;
  margin: 0 1em;
}

#explanation .field_inner {
  background-image: url('/images/text_field_gradient.png');
  border: 1px solid #b4a691;
}

#explanation input[type=submit], .fancy_button {
  font-size: 1em;
  width: 157px;
  height: 55px;
  text-shadow: #e2ddc8 1px 1px 0;
  background-image: url('/images/brown_button.png');
  background-color: transparent;
  border: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: black;
}

#explanation .fancy_button {
  color: black;
}

.fancy_button.wide {
  background-image: url('/images/wide_brown_button.png');
  width: 257px;
}

a.fancy_button {
  height: 38px;
  padding-top: 17px;
}

a.fancy_button.small {
  height: 30px;
  width: 114px;
  padding-top: 12px;
  background-repeat: no-repeat;
  background-image: url('/images/small_brown_button.png');
  font-size: 0.9em;
}

#explanation input[type=submit]:hover, .fancy_button:hover {
  cursor: pointer;
}

#explanation input[type=submit]:focus {
  outline: none;
}




#free {
  color: white;
  font-size: 1em;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #5c4231;
  padding: 4px 8px;
  color: #f4e699;
  margin-left: 10px;
  margin-top: -8px;
}

#how_it_works {
  height: 80px;
}

#how_it_works h1, #how_it_works .step {
  width: 183px;
  float: left;
  vertical-align: top;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
  background-color: #88c657;
  background-image: url('/images/grass_gradient.png');
  margin: 0;
  margin-right: 5px;
  height: 80px;
}

#how_it_works h1 {
  text-shadow: #6b9a45 -1px -1px 1px; 
  font-weight: normal;
  color: white;
  width: 110px;
  text-align: center;
}

#how_it_works .step img {
  vertical-align: top;
}

#how_it_works .step p {
  color: white;
  display: inline-block;
  width: 130px;
  vertical-align: top;
  margin: 0;
  text-shadow: #6b9a45 -1px -1px 1px; 
}






























/* Multiple pages */

.column {
  float: left;
  vertical-align: top;
}

h1, h2 {
  font-weight: normal;
}

.big_hello {
  margin: 0.5em 0 1.5em 0;
  color: white;
  background-color: #6f503c;
  background-image: url('/images/dirt_gradient.png');
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.big_hello a {
  color: white;
}

.big_hello p {
  text-align: left;
}

.big_hello h1, .big_hello h2 {
  text-shadow: #6f503c -1px -1px 1px;
  text-align: center;
}

.big_hello h2 {
  color: #f4e699;
}

.big_hello h2 a {
  color: white;
}

.navbar a {
  color: white;
  margin: 0 0.5em;
  text-decoration: none;
  text-shadow: #6f503c -1px -1px 1px;
}

.navbar a:hover {
  color: #f4e699;
}

.navbar {
  background-image: url('/images/dirt_gradient.png');
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 13px 15px 10px 25px;
  margin-top: 10px;
  font-size: 1.5em;

  color: #6f503c;
}

#certified_warning, .warning {
  background-color: #ffef3e;
  background-image: url('/images/yellow_gradient.png');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 2em;
}

#certified_warning a {
  color: black;
}

.flash.warning {
   
}



/* Tabs */

#navigation {
  width: 180px;
  float: left;
  padding: 0;
}

#navigation li {
  list-style: none; 
  background-color: #EEE;
  border-right: 3px solid #E7E7E7;
  padding: 8px 0 8px 16px;
  font-size: 1.2em;
}

#navigation li.selected {
  background-color: white;
  border: none; 
  border: 3px solid #E7E7E7;
  border-width: 3px 0;
}

#navigation li.first {
  border-top: none;
}

#navigation li.last {
  border-bottom: none; 
}

#navigation a {
  color: #777;
  text-decoration: none;
}

#navigation li.selected a, #navigation li.selected {
  color: #666;  
}

#navigation a:hover {
  color: #4da4e7;
  text-decoration: underline;
}

#navigation .note {
  margin: 20px 20px 0 0;
  padding: 10px;
  font-size: 0.8em;
  background-color: #4593d8;
  border-top: 2px solid #438bca;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #bcdaf4;
}

#navigation .note p { margin-bottom: 0; }

#navigation .note input[type=submit] {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#navigation .note input {
  width: 100%;
  padding: 5px;
  width: 10em;
  text-align: center;
  background: none;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid #bcdaf4;
  color: #bcdaf4;
}

#navigation .note form {
  text-align: center;
}

#content {
  float: left;
  width: 570px; 
  background-color: white;
  padding: 15px;
  min-height: 200px;
}

#illustration_spacer {
  height: 240px;
  clear: both; 
}



/* show variety */

.photo_column {
  float: left;
}

.photo_column, .photo_column img {
  width: 250px;  
}

.info_column {
  margin-left: 20px;
  width: 420px;
  float: left;
  background-color: white;
}

.info_column ul {
  margin: 0;
  padding-left: 20px;
  list-style-image: url('/images/sprout_bullet.png');
  margin-bottom: 1em;
}

.info_column ul li {
  margin-bottom: 0.6em;
  color: #555;
}

.info_column ul li span {
  background-color: #EEE;
  color: black;
  padding: 0 .2em;
}

.show_variety h2 {
  background-color: #D6FF7D; color: #547A00; 
  font-size: 3em;  
  margin-top: 0;
  margin-bottom: 20px;
}

.show_variety li h3 {
  margin: 0;
}

.show_variety h3 {
  margin-top: 0;
}

.show_variety .all a {
  color: gray;
}

.show_variety .all {
  padding-bottom: 0.5em;
}

form {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}













/* My Garden */


.top_links {
  float: right;
  width: 200px;
  margin-left: 200px;
  text-align: right;
  height: 20px;
  margin-bottom: -20px;
}

.crop_tiles .crop_event_date {
  color: #80d080;
}

.crop_tiles a {
  color: #999;
}

.crop_tiles td {
  padding: 8px 0;
  vertical-align: top;
}

.crop_tiles td {
  border-top: 1px solid #DDD;
  background-color: #f6f4f3;
  background-image: url('/images/fast_white_gradient.png');
  background-repeat: repeat-x;
  padding: 10px;
}

.crop_tiles td.first {
  border: none;
  background: none;
}

.crop_tiles tr.heading td {
  background: none;
}

.crop_tiles tr.heading td h3 {
  font-size: 1.5em;
  margin-top: 20px;
  font-weight: normal;
  color: #80d080;
}

.crop_tiles tr.heading.first td h3 {
  margin-top: 0;
}

.crop_tiles .crop h2 {
  font-weight: bold;
  padding-top: 3px;
  font-size: 1em;
  color: #333;
}

.crop_tiles .status, .crop_tiles .future, .crop_tiles .past {
  color: #888;
}

.crop_tiles .status {
  display: none;
}

.crop_tiles .event {
  line-height: 1.6em;
}

.crop_tiles .future a.instruction_link {
  background-color: #CCC;
  color: #444;
}

.crop_tiles .era.future, .crop_tiles .era.past {
  display: none;
}











/* Calendar Modal */

#calendar_modal {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black; 
  background-color: rgba(0,0,0,0.85);
  z-index: 3;
}

* html #calendar_modal { /*IE6 only rule, applied on top of the default above*/
  position: absolute;
  top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px" : body.scrollTop+"px");
}

#calendar_modal .window {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px -200px;
  height: 300px;
  width: 400px;
  background-color: #555;
  padding: 20px; 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
}

#calendar_modal .window, #calendar_modal .window td, #calendar_modal .window th {
  color: white; 
}

#calendar_modal .window .calendar-table a {
  width: 2em;
  height: 1em;
  text-align: center;
  float: left; 
  padding: 0.5em 0;
  line-height: 1em;
}

#calendar_modal .window .calendar-table a:hover, #previous_month:hover, #next_month:hover {
  background-color: #888;
}

#previous_month, #calendar_widget, #next_month {
  float: left; 
}

#previous_month, #next_month, #calendar_modal .window .calendar-table a {
  color: white;
  background-color: #666;  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#calendar_modal .window .calendar-table a.selected {
  background-color: lightgreen; 
  color: darkgreen;
}

#previous_month, #next_month {
  width: 1em;
  height: 3.5em; 
  padding-top: 2em;
  text-align: center;
  text-decoration: none; 
  font-size: 2em;
  margin-top: 1.47em;
}

#saving_calendar {
  clear: both; 
}















/* Plea for fundage */

#plea {
  background-color: white;
  background-image: url('/images/fast_white_gradient.png');
  color: black;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px;
  font-size: 1.5em;
  width: 760px;
  margin: 0 auto 1em auto;
}

#plea em {
  font-style: normal;
  font-weight: bold;
  color: #487c1f;
}

#plea a {
  color: #487c1f;
  font-weight: bold;
}


/* "wiki" pages */

.page {
  background-color: #f4f4e8;
  background-image: url('/images/paper.png');
  padding: 60px 100px 100px 100px;
  font-family: Georgia, Times, Times New Roman, serif;
  text-shadow: -1px -1px 0px rgba(0,0,0,.1);
  color: #5e4212;
  font-size: 1.1em;
  width: 580px;
  margin: 0 10px;
  line-height: 1.5em;
  margin-top: 2em;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}

.page p {
  text-align: justify;
}

.page hr, .certified hr {
  background-image: url('/images/divider.gif');
  background-repeat: no-repeat;
  height: 50px;
  width: 219px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  margin-bottom: 2.5em;
}

.page img {
  margin-bottom: 2em;
  border: 1px solid #161615;
  padding: 25px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}

.page .tricks {
  border: 3px solid #9d8f71;
  width: 400px;
  margin: 3em auto;
  padding: 2px;
}

.page .tricks div {
  border: 1px solid #cbbea2;  
  padding: 15px 15px;
  text-align: justify;
}

.page .tricks p {
  margin-bottom: 0;
}

.page .tricks h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  text-align: center;
}

.page h1 {
  text-align: center;
  font-size: 1em;
  font-weight: normal;
}

.page h1 em {
  font-size: 4em;
  display: block;
  font-style: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.page h2, .page h4 {
  margin: 1.5em 0 1em 0;
  font-size: 1.8em;
  font-weight: normal;
}

.page h4 {
  margin: 0.5em 0 1em 0;
  text-align: center;
}

.page h3 {
  font-weight: normal;
  font-style: italic;
}



/* Edit user/varieties page */

.basic_form {
  background: #f6f5f3 url('/images/white_gradient.png') repeat-x !important;
}

.basic_form h1 {
  color: #555;
  font-size: 3em; 
  text-shadow: #DDD -1px -1px 0;
  margin-bottom: 0;
}

/* Upgrade page */
.mine {
  color: red;
}

table.plans {
  border-bottom: 1px solid #EEE;
  width: 100%;
}

table.plans td {
  border-top: 1px solid #EEE;
  padding: 1em 0.5em;
  margin: 0;
}

table.plans tr.even {
  background-color: white;
}

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

table.plans td.name {
  font-weight: bold;
  color: #555;
}

table.plans .quantity {
  font-size: 0.8em;
  color: #555;
}




/* Login page */
#little_page, #little_flash, #little_errors {
  width: 350px;
  margin: 50px auto;
}

#little_page {
  font-size: 1.2em;
  color: white;
    background-color: #666;
  background-color: rgba(0,0,0,0.7); 
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 250px;
}

#little_page h1 {
  font-size: 2.5em;
  margin-bottom: 0.3em;
}

#little_page a {
  color: white; 
}

#little_page a.fancy_button {
  color: black; 
}

#little_page input[type=text], #little_page input[type=password] {
  font-size: 1.5em; 
  width: 100%;
}

#little_page p em {
  font-style: normal;
  color: pink; 
}

#little_page li {
  list-style-type: circle;
  margin-left: 1em;
}

.notice, #little_errors, .warning {
  margin-bottom: 1em;
  font-size: 1.5em;
}

.notice, #little_errors {
  text-shadow: #4794d0 -1px -1px 0;
}

#little_errors ul {
  padding-left: 0.7em;
  margin: -.3em 0;
}

#little_errors ul li {
  line-height: 1.8em; 
}










/* Check-in page */

.completion_date {
  background-color: pink;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 4px;
  display: none;
  margin-right: 1em;
}

.completion_date input {
  width: 7em;
  text-align: center;
  height: 1.6em;
}




/* Calendar page */
#below_form.calendar h1 {
  margin-bottom: 0em;
  font-size: 2em;
}

#below_form.calendar h2 {
  font-size: 0.8em;
}

#sideboxes {
  float: right;
  width: 275px;
}

#sideboxes .box, .notice, #little_errors, .warning {
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 1.5em;
}

#feedback {
  background-color: #6bb3ed;
  background-image: url('/images/yellow_gradient.png');
  background-repeat: repeat-x;
}

#feedback textarea {
  width: 100%;
  height: 5em;
  font-family: sans-serif;
  background-image: url('/images/text_field_gradient.png');
  border: 1px solid #b4a691;
  padding: 6px;
  color: gray;
}

#feedback .field_outer {
  background-color: white;
  padding: 1px;
  width: 100%;
}

#email_signup, .notice, #little_errors, #links {
  background-color: #88c657;
  background-image: url('/images/grass_gradient.png');
  color: white;
}

#email_signup a, #links a {
  color: white;
}

#sideboxes h1 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
}

#sideboxes h2 {
  font-size: 1em;
  margin-top: 0;
}

#sideboxes p {ea
  text-align: center;
  margin-bottom: 0;
}

#weekly_calendar h3 {
  font-weight: normal;
  font-size: 1.8em;
  margin-bottom: 0;
  margin-top: 0;
}

ul.todos {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 2em; 
}
 
ul.todos li, .subsequents {
  margin-left: 1em;
}

ul.todos li a {
  color: #333;
  text-transform: lowercase;
}

ul.todos li {
  line-height: 1.8em;
}

ul.todos li .description {
  display: inline;
  display: inline-block;
  font-size: 1.2em;
  width: 13em;
}
 
.subsequents {
  margin-top: 1em;
  font-style: italic;
  color: #888;
}

ul.todos .instruction, .instruction_link {
  display: inline;  
}

ul.todos .instruction a, .instruction_link a, a.instruction_link {
  background-color: lightgreen;
  color: green;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 6px;
  opacity: 0.8;
}



/* Instruction page */

.page_top {
  background-image: url("/images/rounded_page_top.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 20px;
  width: 700px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.instruction_page {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px 0;
  font-family: 'Just Another Hand', arial, serif;
  background-color: white;
  height: 1200px;
}

.instruction_page .pane {
  float: left;
  background-color: white;
  margin: 10px 5px; 
}

.instruction_page .pane, .instruction_page .pane img {
  width: 250px;
}

.instruction_page .row {
  height: 396px; // 336 + 60 (pane height + space)
  clear: both;
}



.decision .choice {
  float: left;
  text-align: center;
}

.decision.two .choice { width: 50%;}
.decision.three .choice { width: 33%;}
.decision.four .choice { width: 25%;}
/* Checkout page */
#loading h1, #loaded h1 {
  font-size: 1.9em;
  margin-bottom: 0.2em;
}

#loading h2, #loaded h2 {
  font-size: 1em;
}

#loaded a {
  color: white;
  text-shadow: none;
}

#loaded, #calendar {
  display: none;
}

#below_form {
  background-color: white;
  padding: 25px;
  color: #444;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 400px;
  margin-top: 1.5em;
}

#below_form h1 {
  font-size: 1.5em;
}

#veggies {
  padding: 1em 0;
}

.veggie_list {
  padding: 0;
  list-style: none;
}

#veggies label {
  padding: 1px 5px 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;  
  font-size: 1.3em;
  color: #333;
}

#veggies label:hover {
  background-color: #F3F3F3;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  margin-left: -1px;
}

#veggies hr {
  border: 0;
  background: none;
  height: 1em;
  clear: left;
}

.veggie_list li {
  float: left;
  width: 12em;
}

.veggie_list li .check_item {
  width: 12em;
  float: left;
}

.veggie_list.extras li {
  width: 100%;
}

.veggie_list.extras li input[type=radio] {
  margin-left: 2em;
}

.veggie_list .send_preference {
  font-size: 0.7em;
  float: right;
  width: 500px;
}
.veggie_list .info_box {
  display: none;
  width: 162px; // 150 + 2*6 // img + padding
  height: 162px;
  position: absolute;
  margin-top: -45px;
  background: url("/images/gray_corner.png") no-repeat 0 50px;
  padding-left: 8px;  
}

.info_box .img_box {
  padding: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  background-color: #444;
}

.info_box .tags {
  padding: 4px 0;
  width: 400px;
  margin-right: -250px;
}

.info_box .tags div {
  padding: 4px 8px;
  opacity: 0.9;
  display: inline;
}

.info_box .tags .shade {
  background-color: #333;
  color: #CCC; 
}

.difficulty.beginner {
  background-color: green;
  color: lightgreen;
}
.difficulty.advanced {
  background-color: red;
  color: pink;
}

.info_box .image, .missing_image {
  width: 150px;
  height: 150px; 
}

.missing_image {
  background-color: #555;
  color: #999;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  line-height: 150px;
}

#non_signup_link {
  font-size: 0.8em;
  color: teal;
  margin-left: 1em;
  float: right;
  display: none;
}

#shipping_address {
  display: none;
}

#shopping_cart {
  width: 100%;
  border: 1px solid #CCC;
  padding: 15px; 
}

#shopping_cart #discount {
  width: 200px;
  margin-left: auto; 
  background-color: #EEE;
  margin-top: 1em;
  padding: 15px;
}

#shopping_cart #discount input[type=text] {
  width: 10em; 
}










/* Variety listing */
#variety_list {
  border-spacing: 0;
}

#variety_list th {
  background-color: #F6F6F6;
  padding: 4px 8px;
}

#variety_list td {
  border-bottom: 1px solid #EEE;
  padding: 4px 0;
}

#variety_list td.disabled {
  text-decoration: line-through;
}






/* Checkout page */

td.total_label {
  text-align: right;
}








/* Recommendaitons */
#recommendations input {
  width: 4em;
}

#recommendations .name input {
  width: 10em;
}

#recommendations .process input {
  width: 7em;
}


/* Run */
table#run {
  background-color: #EEE;
  border-spacing: 1px;
}

table#run td, table#run th {
  background-color: white;
  white-space: nowrap;
  text-align: center;
}

table#run th.name {
  width: 10px;
  height: 3em;
}

table#run th.name:hover {
  cursor: pointer;
}

table#run tr td.score {
  font-size: 0.7em;
}

table#run tr td.progression {
  background-color: lightgreen;
}

table#run tr td.regression {
  background-color: pink;
}

.stat {
  background-color: #EEE;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  float: right;
  text-align: center;
  font-size: 2.5em;
  padding: 5px 12px 10px 5px;
  color: #888;
  border-top: 2px solid #DDD;
  border-left: 2px solid #DDD;
}

.stat label {
  display: block;
  font-size: .33em;
}




/* Plans page */

.plans {
  font-size: 1.1em;
}

.plans h2 {
  margin-top: 15px;
  font-weight: normal;
}

.email_column h2 {
  font-size: 1.4em;
}

.email_column {
  color: #555;
}

.plus_columns h2 {
  font-size: 2em;
  color: #6f503c;
}


.plans h3 {
  font-weight: normal;
  margin-bottom: 0.2em;
}

.plus_column {
  float: left;
  width: 33%;
}

.email_column {
  float: left;
  width: 170px;
}

.email_column_body {
  margin-top: 20px;
  background-color: #EEE;
  padding: 5px 15px;
  background-position: top right;
  background-image: url('/images/right_shadow.png');
  background-repeat: repeat-y;
}

.plus_columns {
  background-color: white;
  padding: 0 20px;
  width: 590px;
}

.plus_column li {
  width: 150px;
}

.plus_column ul {
  height: 16em;
}

.price {
  font-size: 1.3em;
  text-align: center;
}

.price input {
  font-size: 0.7em;
}




.plus_columns {
  float: left;
  background-color: white;
}

.plus_columns h2 em {
  color: #5aa000;
  font-style: normal;
}

.plus_column h3 {
  color: #5aa000;
}

.email_column ul li, .plus_columns ul li, .certified ul li {
  list-style-image: url('/images/sprout_bullet.png');
}

.email_column ul, .plus_columns ul, .certified ul {
  padding-left: 20px;
}
.email_column ul li, .plus_columns ul li, .certified ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
}

.plus_column img {
  margin-bottom: 1em;
}


input[type=submit].gift {
  background-color: none;
  background: url("/images/gift.png") no-repeat; 
  border: none;
  padding-left: 20px;
  font-size: 12px;
  text-decoration: underline;
  color: blue;
}

input[type=submit].gift:hover {
  cursor: pointer; 
}

input[type=submit].gift:hover {
  cursor: pointer; 
}




/* Next */

table.gift_codes td {
  padding-right: 20px;
}

table.gift_codes {
  margin-bottom: 2em; 
}



/* Certified gardens */

.certified #sidebar, #region_alternative {
  width: 200px;
  float: right;
  padding: 20px;
  margin-left: 20px;
  border: 1px solid #CCC;
  background-color: #f4f4e8;
  background-image: url('/images/paper.png');
  text-shadow: -1px -1px 0px rgba(0,0,0,.1);
  color: #5e4212;
  line-height: 1.5em;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
  font-size: 0.9em;
}

.certified #sidebar h3, #region_alternative h3 {
  text-align: center;
  font-weight: normal;
  font-size: 2em;
  margin-top: 0;
  line-height: 1em;
}

.certified #sidebar img {
  border: 1px solid #EEE;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
  margin: 1em 1.5em;
}

.certified #main_column {
  width: 450px;
  color: #333;
}

.certified #main_column h1 {
  font-weight: normal;
  font-size: 2.5em;
  color: #5e4212;
}

.certified #main_column h2 {
  color: #5e4212;
  font-size: 1.8em;
  background-color: #FFC;
  margin-right: 20px;
}

.certified #main_column h3 {
  color: #5e4212;
  font-weight: normal;
  font-style: italic;
}

.certified, #region_alternative { 
  font-family: Georgia, Times, Times New Roman, serif;
}

.certified h1 {
  font-size: 1em;
  color: #5e4212;
  text-align: center;
}

.certified h1 em {
  font-size: 3em;
}





/* Regions */

#simple_page.regions form label {
  font-size: 1.2em;
}

#simple_page.regions form {
  padding-left: 2em;
}

#simple_page.regions form .example {
  font-size: 0.8em;
  color: #555;
}






/* My account */

.dangerous_links {
  float: right; 
}

.dangerous_links a {
  color: red; 
}






