/***********************************************************************
* Modified PmWiki file, by Ulf Bro 2012
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin: 0px; 
  background-color: white; 
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
  background-image: url(images/body_bkg.jpg);
  background-repeat: repeat-x;
  font-size: 14px;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { 
  font-family: 'Courier New',Courier,monospace;
  font-size:1.2em; 
}
pre { 
  background-color: #eadbf3; 
  border:1px; 
  border-color:#dff3f9; 
  border-style:solid;
}

/* 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: 0.9em; 
  margin-bottom: 0.6em; 
  color:#2C5E2E; 
  font-weight: bold;
}
h1 { font-size: 2em; }
h2 { font-size:1.76em; }
h3 { font-size:1.57em; }
h4 { font-size:1.40em; }
h5 { font-size:1.25em; }
h6 { font-size:1.12em; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { 
  text-align:left;
}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; 
  right: 10px; 
  top: 10px; 
}
#wikihead input { 
  color:#34859F; 
  border:1px solid #CCECF4; 
  background-color:#E3F1DF;
}
.searchbutton {
  cursor:pointer;
}

/* These are for the left-sidebar. */
#wikileft { 
  margin: 0;
  width:155px; 
  padding:6px; border-right:2px #CCECF4 solid;
  font-size: 10pt; 
  background-color:#F4FAF3;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { 
  text-decoration:none; 
  color:#777777; 
}
#wikileft a:hover { 
  text-decoration:underline;
}
#wikileft ul { 
  list-style:none; 
  padding:0px; 
}
#wikileft li { 
  padding-left: 6px; 
}

.sidehead {
  padding-top: 8px;
  padding-left: 6px;
  font-size:11pt; 
  font-weight:bold;
  background-image:url(images/sidehead.jpg);
  background-repeat:repeat-x;
  color:#2A6E87;
}
.sidehead a { 
  color:#2A6E87; 
  font-weight:bold; 
}  


/* These are for the main body table. */

#wikimid {

}

/* These affect the main content area. */
#wikibody { 
  padding:0px 16px 16px 16px; 
  background-color: white; 
  color: black;
}

#wikibody a {
  color:#27a5f4;
  text-decoration:none;
}

#wikibody a:hover {
  text-decoration:underline;
}

#wikicmds { 
  float:right; 
  white-space:nowrap; 
  font-size:80%; 
}
#wikicmds ul { 
  list-style:none; 
  margin:0px; 
  padding:0px; 
}
#wikicmds li { 
  display:inline; 
  margin:0px 5px; 
}
#wikicmds li a { 
  text-decoration:none; 
  color:black; 
  border:none; 
}
#wikicmds li a.createlink { 
  display:none; 
}
#wikicmds li a:hover { 
  text-decoration:underline; 
  color:#27a5f4; 
}
.pagegroup { 
  margin-top:8px; 
  margin-bottom:2px; 
  color:#2C5E2E; 
}
.pagegroup a {
  color:#2C5E2E !important; 
  text-decoration:none;
}
.pagegroup a:hover {
  text-decoration:underline;
}
/*.pagetitle { 
  line-height:1em; 
  margin:0px; 
  font-size:1.6em; 
  font-weight:normal; }*/
.wikiaction { 
  margin-top:4px; 
  margin-bottom:4px; 
}
#wikitext { 
  margin-top:12px; 
  line-height:1.70em; 
}
/*#wikitext table { 
  font-size:13px; 
  line-height:1.70em; } */

/* These are for the edit form. */
#wikiedit form { 
  margin:0px; 
  width:100%; 
}
#wikiedit textarea { 
  width:100%; 
}
.wikimessage { 
  margin-top:4px; 
  margin-bottom:4px; 
  font-style:italic; 
}

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:178px; 
  padding-bottom:16px;
  font-size: 80%; 
  color:#666666;
  padding-right:206px;
}

#wikifoot a {
  color:#666666;
  text-decoration:none;
}

#wikifoot a:hover {
  text-decoration:underline;
}

/* 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:0px; 
  padding:0.5em; 
}
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}


