html {
    min-height: 100.1%;
}

/* {{{ greys (the colours are in a separate file ) */

body {
  color: #000;
  background-color: #252525;
}


.headerTabs a, #breadcrumbs a {
  color: #fff;
}


.wiki_menu a {
  color: #000;
}

.hMenu2 li:before, .hMenu2 li:after {
  color: #666;
}


#headerLinks a
{
  color: #aaa;
}
#headerLinks.hMenu2 li:before, #headerLinks.hMenu2 li:after {
  color: #444;
}

#postFooter {
  color: #888;
}

.editInclude a, #footer, #footer a, .wiki_editSection2 a, .wiki_editSection3 a {
  color: #777;
}

h2 {
  border-bottom: 1px solid #333;
}
h3 {
  border-bottom: 1px solid #666;
}

.wiki_table {
  border: 0px solid #888;
  background: #333;
}

.wiki_table td {
  background: #fff;
}

.warning {
  color: #a60;
}

/* end colours }}} */


/* {{{ fonts and sizes */

body {
  font-size: 80%;
}

body, h1, h2, h3, h3, h4 {
  font-family: verdana, sans;
  font-style: normal;
  font-weight: normal;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

#headerLinks, .editInclude a, .wiki_editSection2 a, .wiki_editSection3 a {
  font-size: 80%;
}

#footer {
  font-size: 60%;
  line-height: 1.2em;
}

/* }}} end fonts and sizes */


/* {{{ layout */

body {
  margin: 0;
  padding: 0;
}

#whole { /* All all content is centered */
  margin: 0 auto 3em auto;
  width: 66em;
}

#wholeWide {
  margin: 0px;
}


#headerLinks {
  text-align: right;
  margin: 0.5em 1em 0.5em 1em;
  line-height: 150%;
  height: 5em;
}

#logo {
  position: absolute;
  padding: 0.5em 1em;
  font-size: 200%;
  font-family: 'Trebuchet MS';
  z-index: 100;
  color: #fff;
}

#breadcrumbs {
  min-height: 2.5em;
  padding: 0.5em 1em;
}

.ww_breadcrumbs {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  overflow: hidden;
  white-space:nowrap;
}

#breadcrumbs a, #breadcrumbs img {
  vertical-align: middle;
}

#breadcrumbs .hMenu {
  margin: 0.5em 0 0.5em 0;
}

#breadcrumbShadow {
  vertical-align: middle;
  background: url('hShadow.png');
  height: 8px;
  min-width: 10px;
  margin-bottom: -6px;
}

#mainWrapper {
  float: left;
  width: 100%;
}

#main3Column {
/*  margin: 0 12em 0 12em; */
  margin: 0 12em 0 12em;
}

#main2Column {
  margin: 0 0 0 12em;
}

#main {
  margin: 0;
}

#sidebar {
  width: 14em;
  float: left;
  margin-left: -66em;
  margin-top: 1.5em;
}

/*
#adverts {
  width: 12em;
  float: left;
  margin-left: -12em;
  margin-top: 1.5em;
}
*/
#adverts {
  width: 14em;
  float: left;
  margin-left: -14em;
  margin-top: 1.5em;
}

#footer {
  clear:  both;
  text-align: center;
  padding: 1em;
}

.clear {
  clear: both;
}

.apart {
  margin: 1em 0em;
}

.smallInner {
  margin: 0 1em 1em 1em;
}

.largeInner {
  margin: 0 2em 2em 2em;
}

#foreground {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
}

#background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 40;
  width: 100%;
}
.backgroundTop {
  height: 20em;
  background: #9d9d9d;
}

.backgroundDivider {
  background: #666 url('backgroundDivider.png');
  height: 20px;
}


/* }}} end layout */


/* {{{ styles */

body {
  line-height: 1.6em;
}

h1, h2, h3, h4 {
  font-style: italic;
}

h1 {
  margin: 1.5em 0em 1.5em 0em;
}
h4 {
  margin: 1em 0em 0.5em 0em;
}

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

a:hover {
  text-decoration: underline;
}
a:hover img {
  text-decoration: none;
}


#breadcrumbs {
  text-align: center;
}

.pageTools {
  float: right;
  text-align: right;
  margin-top: -5.5em;
}

.alertForm {
  border: 3px dotted red;
  padding: 1em;
}

.plainForm, .alertForm {
/*  width: 100%; */
  margin-left: auto;
  margin-right: auto;
}

.plainForm td.buttons, .alertForm td.buttons {
  padding: 2em 1em 0.5em 1em;
  text-align: center;
}

.plainForm th, .alertForm tf {
  padding: 2px 1em;
  text-align: left;
}


#sidebar .wiki_editSection, #adverts .wiki_editSection, .wiki_editSection4 {
  display: none;
}

.wiki_strike {
  text-decoration: line-through;
}

.wiki_editSection2, .headingTools2 {
  float: right;
  margin-top: -2.8em;
}
.wiki_editSection3, .headingTools3 {
  float: right;
  margin-top: -2.8em;
}

.wiki_image_float_right {
  float: right;
  margin-left: 1em;
}

.wiki_image_float_left {
  float: left;
  margin-right: 1em;
}

.heading2Tools {
  float: right;
  margin-top: -2.8em;
}


#headerLinks a, .editInclude a, .wiki_editSection2 a, .wiki_editSection3 a, #adverts .wiki_menu a, #breadcrumbs a {
  font-weight: normal;
}

.headerTabs ul  {
  margin: 0 0 0 2em;
  padding: 0;
  font-size: 110%;
  font-style: italic;
}
.headerTabs li {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0 0 0 1px;
  margin-right: 1px;
}
.headerTabs a {
  padding: 0.6em;
  display: block;
  text-align: center;
  min-width: 4em;
}

.hMenu ul, .hMenu2 ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.hMenu ul {
  background: url('hMenuSeparator.png') no-repeat right center;
}
.hMenu li, .hMenu2 li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.hMenu li {
  padding: 0em 0em 0em 0.5em;
  background: url('hMenuSeparator.png') no-repeat left center;
}

.hMenu2 li:before {
  content: '[ ';
}
.hMenu2 li:after {
  content: ' ]';
}

.hMenu a {
  padding: 0.3em 0.5em;
}

.ww_breadcrumbs {
  padding-left: 0.5em;
}

.ww_breadcrumbs a {
  background: url('hMenuSeparator.png') no-repeat left center;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.wiki_menu {
  text-align: center;
}

.wiki_menu a {
  display: block;
}

.vMenu {
  text-align: center;
}
.vMenu ul {
  margin: 0;
  padding: 1em 0 1em 0;
}
.vMenu li a {
  display: block;
  padding: 0.5em 0em 0.5em 0em;
}
.vMenu li {
  list-style-type: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
}
.vMenu a:hover, #adverts .wiki_menu a:hover {
  text-decoration: none;
}

#sidebar .vMenu a {
  font-weight: normal;
}

a img {
  border: 0px;
}

.center {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

.whiteBox {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  padding: 2em;
}

pre, .wiki_snippet .ww_boxContent {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0.5em 1em;
  max-height: 30em;
  color: #000;
  overflow-x: auto;
  overflow-y: auto;
}

.pager {
  padding: 1em;
  text-align: center;
  font-size: 120%;
}

.pager a {
  padding: 0.2em 0.5em;
  margin: 0 -0.4em;
  line-height: 1.5em;
  font-weight: normal;
}

.chooseLetter {
  padding: 1em;
  text-align: center;
  font-size: 140%;
}


.chooseLetter a {
  padding: 0.2em 0.5em;
  margin: 0 -0.4em;
  line-height: 1.5em;
  font-weight: normal;
}


.tertiaryNavigation {
  font-size: 120%;
  margin: 1em;
  text-align: center;
}

.imageLayout td {
  vertical-align: bottom;
}



.wiki_table {
  border-spacing: 1px;
}
.wiki_table th {
  padding: 0.25em 1em;
}
.wiki_table td {
  vertical-align: top;
  padding: 0em 1em;
}


.gidea_cover {
  float:left;
  width: 400px;
}

.gidea_trackListing {
  margin-left: 400px
}

table.thumbnails {
  width: 100%;
  text-align: center;
  border-spacing: 0px;
  border: 0px;
  padding: 0px;
}
table.thumbnails td {
  padding: 0px;
}


table.thumbnails td {
  vertical-align: bottom;
}
table.thumbnails td.label {
  vertical-align: top;
}

table.thumbnails td.thumbnailCell div, table.thumbnails td.labelCell div, table.thumbnails td.thumbnailCell img, .photoImage, .photoLabel, .photoImage img {
  border: 1px #666 solid;
  background: #fff;
}

table.thumbnails td.thumbnailCell div img {
  vertical-align: top;
}

table.thumbnails td.thumbnailCell div {
  margin: 6px 6px 0px 6px;
  border-bottom: 0px;
  padding-top: 8px;
}
table.thumbnails td.labelCell div {
  margin: 0px 6px 6px 6px;
  border-top: 0px;
  padding: 2px;
}

.photoImage {
  padding: 20px 20px 10px 20px;
  text-align: center;
}
.photoLabel {
  padding: 0px 20px 10px 20px;
  text-align: center;
}
.photoImage {
  border-bottom: 0px;
}
.photoLabel {
  border-top: 0px;
  margin-bottom: 2em;
}

.bulge {
  min-width: 100%;
  position: absolute;
  left: 0px;
}



.mainbox {
  border: 1px solid #333;
  padding: 4px;
  margin-bottom: 1em;
}

.mainbox .ww_boxHeading {
  font-weight: bold;
  padding: 0.2em 1em;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #444;
}


.mainbox .ww_boxHeading h1, .mainbox .ww_boxHeading h2 {
  margin: 0em;
  padding: 0.2em 0em;
  text-decoration: none;
  border: 0px;
}

.mainbox .ww_boxHeading a {
  color: #fff;
}
.mainbox .ww_boxHeading a:hover {
  color: #cbe;
}

.mainbox .ww_boxContent {
  padding: 1em;
}

/* }}} end styles */

/* {{{ Gardneing wiki */

table.plantChart {
  border: 1px solid black;
  border-right: 0px;
  border-spacing: 0px;
}
table.plantChart tr.line td, table.plantChart tr.line th {
  border-top: 1px solid black;
}
table.plantChart tr.doubleHeight td {
  height: 3em;
}

table.plantChart th {
  background: #eee;
}
table.plantChart td {
  background: #fff;
  width: 2em;
  height: 1.5em;
}

table.plantChart th, table.plantChart td {
  text-align: center;
  border-right: 1px solid black;
  font-weight: normal;
}

table.plantKey th {
  width: 3em;
  height: 2em;
  border: 1px solid black;
}

table.plantKey td {
  border: 0px;
  padding-right: 2em;
}

table.plantChart, table.plantKey {
  font-size: x-small;
  margin: 0.5em;
}


table.plantChart td.harvest, table.plantKey th.harvest {
  background: #ff0;
}
table.plantChart td.sow, table.plantKey th.sow {
  background: #0cc;
}
table.plantChart td.sowIndoors, table.plantKey th.sowIndoors {
  background: #c00;
}
table.plantChart td.flowers, table.plantKey th.flowers {
  background: #0ff;
}
table.plantChart td.plantOut, table.plantKey th.plantOut {
  background: #0c0;
}
/* }}} */

@media print {
  #header, #footer, #breadcrumbs, #breadcrumbShadow, #background {
    display: none;
  }
  body {
    background-color: white;
  }
}


