body {
  padding: 0;
  margin: 0;
  font-family: Helvetica, sans, sans-serif;
  background-color: black;
}

#main {
  background-color: #4da4e7;
  background-image:url('/images/layout.jpg');
  background-repeat:no-repeat;
  background-position: bottom center; 
  width: 100%;
  overflow: hidden;
}

#credits {
  border-top: 3px solid #3c3c3c;
  margin-bottom: -40px;
  font-size: 0.8em;
  position: relative;
  width: 100%;
  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;
  margin-bottom: 270px;
}

#simple_page, #clear_page {
  margin-bottom: 270px;
}

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

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

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








/* Multiple pages */

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

h1, h2 {
  font-weight: normal;
  margin-top: 0.2em;
}

.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 {
  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;
}





/* 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;
  margin-bottom: 1em;
}

#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 */

#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;
}

.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 {
  width: 300px;
  margin: 50px auto;
  color: white;
}

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

.notice {
  margin-bottom: 1em;
  font-size: 1.5em;
  text-shadow: #4794d0 -1px -1px 0;
}











/* Check-in page */

.check_in {
  margin-bottom: 0.3em;
}

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

.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 {
  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 {
  background-color: #88c657;
  background-image: url('/images/grass_gradient.png');
  color: white;
}

#email_signup 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-top: 2em;
  border-top: 3px solid #676767;
  margin-bottom: 0;
}

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

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

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

ul.events li .description {
  display: inline;
  display: inline-block;
  font-size: 1.2em;
  width: 13em;
}

ul.events li .instructions, ul.events li .instructions a {
  display: inline;
  color: #777;  
}
 
.subsequents {
  margin-top: 1em;
  font-style: italic;
  color: #888;
}






/* 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 hr {
  border: 0;
  background: none;
  height: 1em;
  clear: left;
}

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

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

#shipping_address {
  display: none;
}



/* Home page */

#clear_page {
  width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}




#header {
  height: 90px;
  margin-bottom: 10px;
}

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

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

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

#header a {
  text-decoration: none;
  color: #f2f6f8;
  text-shadow: #4794d0 -1px -1px 0;
} 

#header img {
  float: left;
}




#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;
}

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; 
}














/* 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, .plus_columns ul, .certified ul {
  margin: 0;
  padding: 0;
  list-style-image: url('/images/sprout_bullet.png');
  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;
}



/* 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;
}








