body { 
  background: #bd97c3 url(/images/dev/greenpurp_fauxcols.png) repeat-y center top;
  color: #333; 
  margin: 0;
  font-size: 75%;
}


body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 18px;
}

h1, h2, h3, h4 { font-family: "Trebuchet MS", "Gill Sans", helvetica, sans-serif; color: #333}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a:link, a:visited { color: #333; }
a:hover { color: #000; background-color:#dfdfdf; text-decoration: none;}

#wrapper  {
  position: relative;
  left: 50%;
  margin-left: -380px;
  width: 760px;
  /*background-color: #799a93;*/
  padding-top: 20px;
}

#header { padding-bottom: 10px; }

#header #main_title { 
  background: url(/images/dev/main_title.png) no-repeat center center;
  text-indent: -99999em;
  margin: 10px 30px 5px 35px; /* image isn't perfectly centered */
  height: 65px; /* height of title image */
}

#header #subtitle { 
  margin: 0 0 30px 0;
  font-style: italic; 
  text-align: center; 
  color: #fff;
}

#content, #navigation { margin: 0 30px }

#content { 
  padding: 1px 20px;
  background-color: #fff;
}

ul#navigation { 
  background: #4a625d url(/images/dev/navigation_bg.png) no-repeat top center;
  text-align: center;
  list-style-type: none;
  font-size: 140%;
  letter-spacing: .2em;
  color: #fff;
  text-transform: lowercase;
  font-family: Sans-serif;
  padding: 7px 0 9px 0;
  position: relative;
}

ul#navigation li { display: inline }

ul#navigation li a { text-decoration: none; padding: 2px 0px; margin: 0 4px; color: #fff;}

ul#navigation li a:hover, 
#front .front a, #plants .plants a, #classes .classes a, #specials .specials a, #services .services a,  #contact .contact a  { 
  border-bottom: 10px solid #fff; 
  background-color: inherit; 
  color: #fff; 
}

#footer { padding: 1em; color: #fff; text-align: center; clear: both; font-family: sans-serif; font-size: 120%; }

#leaves-left, #leaves-right { position: absolute; display:none;}
#leaves-left { top: -20px; left: -60px; }
#leaves-right { top: -10px; right: -100px; }




/* Validation Errors for Forms */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* Front Page */


#frontice { text-align: center; }
#frontice img { width: 100%;  }

/* Plant Listing */

.index_letter { position: relative; width: 100%; clear: left;}

.index_letter h3 {
  font-size: 250%;
  margin: 20px 0;
  color: #666;
}

.selected { 
  font-style: italic;
}

ul.plant_list_column { 
  padding-left: 10px;
  float: left;
  list-style-type: none;
}

.plant_list_column li { 
  margin: 0 0 10px 10px;
}

.plant_list_column .plant { 
  position: relative; 
}

a.plant { 
  text-decoration: none; 
  padding-top: 2px;
  border-bottom: 1px dotted #666; 
}

a.plant:hover { background: #dfdfdf; }
a.plant img { margin-left: 0; }
a.plant:hover img { border-color: #000; }

.plant, .clear-left { clear: left; }

.plant .icon { height: 50px; width: 50px }

.plant .latin_name { font-style: italic; }

.plant .common_name { }

.plant .indented_text { margin-left: 220px; }

.plant .description { width: 28em; }

.on_special { color: red; }

.has_photo { color: green; }


/* Single View / Show Page */

.single .description {
  width: 28em;
  position: relative;
  left: 50%;
  margin-left: -14em;
  line-height: 1.5em;
  font-size: 110%;
}

.single .name { text-align: center; }

.single .main_image { text-align: center; }

.single .main_image img { border: 1px solid #666; }

.single .name, .single .description { margin-bottom: 30px; }

/* General Classes */


.float_left { float: left; margin: 0 5px 5px 0; }

.float_right { float: right; margin: 0 0 5px 5px; }

.clear_left { clear: left; }

.clear_right { clear: right; }

.clear_both { clear: both; }

.odd { }

.event { padding: 20px; }

.admin_func, a.admin_func, a.admin_func:visited, 
.admin_func a, .admin_func a:visited, 
.blue, .blue a:link, .blue a:visited, .flash_notice { 
  color: #15A1FF; 
  font-weight: bold;
}

.red { color: #990000; }

.highlighted { background-color: #ffffcc; }

.center { text-align: center; }

.flash_notice { font-size: 120%; }

/* Specials */

.plant_special, .front_image_thumb, .category_thumb, .block_link { 
  display: block; 
  height 8em; 
  margin: 0 5px 5px 0;
  padding: 0 10px 10px 10px;
  border: 1px solid #dfdfdf;
  text-decoration: none;
}

.plant_special img, front_image_thumb img { width: 100px; height: 100px;  }

ul.block_list { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Sections */

#section_heading { margin-bottom: 40px; }

#content h1 { margin-top: 30px; }

#section_heading h3 { font-style: italic; }
