/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  Edited 2013 Kendel Ventonda in Commission of Rivin.de
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin:0px;
  background-color:#0A0E0F;
  background-image: url(img/bg.jpg);
  font-family:Arial,Helvetica,sans-serif;
  color: #E5DECC;
  font-size:0.9em;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment:fixed;
}
a:link { text-decoration:none; font-weight: normal; color: #CDB763; }
a:visited { text-decoration:none; font-weight: normal; color: #C4B6AC; }
a:hover { text-decoration:none; font-weight:bold; color: #CDB763; }
a:active { text-decoration:none; font-weight:bold; }

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* 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; }
h3, h6 { font-weight:normal; }
h1, h2, h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.5em; font-weight: bold !important; color: #E4D9C3; text-align: center; }
h2 { font-size:1.22em; color: #EAD295; }
h3 { font-size:1.07em; color: #F4E4BC; }
h4 { font-size:1.2em; color: #F4E4BC; }
h5 { font-size:1.0em; color: #F4E4BC; }
h6 { font-size:1.0em; color: #F4E4BC; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position: absolute;
  margin: -60px 0 0 800px;
  font-family:Verdana,sans-serif;
  font-size: 0.8em; 
}
#wikihead input { font-size:85%; } 

#headbanner {
  height: 350px;
  width: 1000px;
  margin: auto;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

/* These are for the left-sidebar. */
#wikileft { 
  width:160px;
  margin: 0 0 0 -10px;
  min-height: 200px;
  font-size: 0.9em;
  font-family:Verdana,sans-serif;
  float: left;
}
#wikileft .vspace { margin-top:0.9em; width: 140px; }
#wikileft a { text-decoration:none; color: #5B5548; }
#wikileft a:hover { text-decoration: none; color: #26221B; font-weight: bold; }
#wikileft ul { list-style:none; padding-left:5px; margin:0px; width: 120px; }
#wikileft li { margin:0px; padding-left: 15px; }
.sidehead {
  margin: 0px;
  padding: 4px 2px 2px 12px;
  font-size: 11pt;
  font-weight: bold;
  font-style: normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }
#wikilefttop {
margin-top: 30px;
  width: 160px;
  height: 61px;
  background-image: url(img/navi-top.png);
}
#wikileftbody {
  width: 160px;
  background-image: url(img/navi-body.png);
}
#wikileftfoot {
  width: 160px;
  height: 61px;
  background-image: url(img/navi-foot.png);
}

/* These affect the main content area. */
#wikibody { 
  background: #5B5955;
  background-image: url(img/bg3.jpg);
  width: 1000px;
  min-height: 500px;
  margin: auto;
  font-size: 0.9em;
}

.searchbutton {
  color: white;
  font-size: 1em !important;
  border: 1px solid #000000;
  background-color: #2C2B29;
  width: 40px;
}

#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; 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:blue; }
.pagegroup { color: black; }
.pagegroup a { color: black; text-decoration: none; }
.pagegroup a:hover { color: black; text-decoration: none; }

.pagetitle {
  line-height:1em;
  margin-left: 140px;
  font-size: 1.6em;
  font-weight:normal;
  background-image: url(img/borl.png);
  background-repeat: no-repeat;
  background-position: center;
  }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { 
  background: #242424;
  background-image: url(img/line.jpg);
  background-repeat: repeat-x;
  background-position: top;
  line-height:1.33em;
  margin: 20px 30px 20px 170px;
  padding: 20px;
  text-align: justify;
  }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

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

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-bottom:4px;
  padding-top: 20px;
  border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif;
  font-size: 0.8em;
  text-align: center;
}
#wikifoot a { color: #BFB6A6; }
#wikifoot a:hover { color: #938364; }

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

#status {
	position: absolute;
	color: #000;
	font-size: 10px;
	margin-top: 280px;
	margin-left: 50px;
	width: 212px;
	height: 63px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(img/status.png);
	background-repeat: no-repeat;
}