/* This sets the overall frame for the site */
body { margin:0px; background-color:#96C98F; color:black; }

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.94em; }
textarea, pre, code {font-family:"Liberation Mono","Consolas","Luicida Console","Andale Mono","Courier New",monospace;}
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* Styles for form elements */
select, textarea, input { color:black; background-color:#ADDEA5; border: 1px solid #4C3636; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { float:right; margin-top:-3em; margin-right:2em; } /*position:absolute; top:2em; right:2em;}

/* the top of the page */
.headlinks a, .headlink a:visited { text-decoration:none; color:#285955; font-weight:bold; }
.headlinks a:hover { text-decoration:underline; }

#wikihead { height:50px; padding: 0.4em 0em 0em 0.6em; }
#wikihead { font-size:0.9em; }
#wikihead input { font-size:85%; border-color:#285955; border-width:2px; }
#wikihead form { float:left;}

/* navigation just above the wiki body */
#wikinav { margin-left:1em; }
#wikinav .vspace { margin:0em; }
#wikinav ul { list-style:none; padding:0em; margin:0em; }
#wikinav li { margin:0em; margin-left:1em; display:inline; }

/* These affect the main content area. */
#wikibody { margin:0.5em 1em 0.2em 1em; padding:1em; padding-top:2em; background-color:#D3E7CA; }
#wikibody a {color:#1D6EB9; font-weight:bold; text-decoration:none; }
#wikibody a:hover { text-decoration:underline; }
#wikibody a.urllink {
   background: url('flower.gif') center left no-repeat;
   padding-left: 18px;
}

.pagetitle { line-height:1em; margin:0.2em; font-size:1.9em; font-weight:bold; }
.wikiaction { margin-top:0em; margin-bottom:0.5em; }

#wikitext { margin-top:1em; line-height:1.33em; padding:0.5em; }

/* These are for the editing forms */
#wikiedit form { margin:0em; width:100%; }
#wikiedit textarea { width:100%; background-color:#fff; }
#wikiedit .editsubmit { padding: 0.3em; }
.wikimessage { margin-top:0.2em; margin-bottom:0.2em; font-style:italic; }
.quickref { font-size:90%; border:1px ridge black; padding:0.3em; }

#wikieditcopy {margin-top:0.5em; margin-bottom:0.5em;font-size:90%;}


/* These affect the lines at the very bottom. */
#wikicmds { float:right; white-space:nowrap; margin-right:2em; }
#wikicmds ul { list-style:none; margin:0em; padding:0em; }
#wikicmds li { display:inline; margin:0em 0.4em; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }

#wikifoot .lastmod { float:left; }

#wikifoot { padding:0em 0em 3em 2em; font-size:0.8em; }

/* Global definitions */
hr { border: 1px solid #608059; }

table caption { font-weight:bold; padding-bottom:0.3em; font-size:1.1em; }
table.border { border-collapse:collapse; }
table.border, table.border td { border: 0.3em double #608059; padding:0.1em 0.2em; }

/* Font specifications */
.serif {
  font-family:
  "Liberation Serif"
  ,"Cambria"
  ,"Georgia"
  ,"Times New Roman"
  ,serif; 
}
.sans {
  font-family:
  "Liberation Sans"
  ,"Candara"
  ,"Trebuchet MS"
  ,"Calibri"
  ,"Arial"
  ,"Corbel"
  ,"Verdana"
  ,sans-serif;
}

/* Recipe styles */

/* Mini - Simple, lightweight, un-bloated thumbnail and gallery generator */
.mini { padding:2px; border:2px solid #ffffff; margin-top:6px; margin-bottom:3px; margin-left:0px; margin-right:2px; }


.miniH, .miniF {display:block;}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0em; padding:0.5em; }
  #wikihead, #wikinav, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:0.1em; }
}


/* toggle recipe - default divs to not be visible */

.hide {display:none;}


