/***********************************************************************
** pmwiki.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  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.
***********************************************************************/
body {
  font-family: sans-serif;
  background-color: #f7f7f7;
  margin:0px; 
  font-size:14px; 
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }


#container { 
/*  width:770px;*/
  margin:auto; 
  background-color: #f7f7f7;
}

#wikihead { 
  margin:0;
  padding:0;
  height:105px;
  background-image: url("badnet-top.jpg");
  font-size:12px; 
}

#logoBadNet{
  position:absolute;
  top : 10px;
  left : 10px;
}

#slogan{
  float:right;
  margin:10px 10px 0 0;
  padding: 0 20px 0 20px;
  background : #000;
  color : #fff;
  font-weight : bold;
  font-family : "Comic Sans MS", Verdana, sans-serif; 
  font-size : 14px;
}

#divSearch{
  position:absolute;
  top : 65px;
  margin-left:5px;
}

#wikihead ul{
 position:absolute;
 left : 205px;
 top : 50px;
 list-style-type: none;
/* padding:60px 0 0 100px;*/
}

#wikihead li{
 float:left;
 text-align:center;
 margin-right:25px;
 font-family:Arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
}

#wikihead a{
 text-decoration:none;
 color : #fff;
}
#wikihead a:hover{
 text-decoration:underline;
 color : #000;
}


#wikileft { 
  font-family:Arial,sans-serif; 
  font-size:12pt; 
  margin: -10px 0 0 0;
  padding:0;
  width:184px;
  float:left;
  background-image: url("badnet-topleft.jpg");
  background-repeat: no-repeat;
}
#wikileft ul{
 list-style-type: none;
 margin-top:60px;
 vertical-align:bottom;
}

#wikileft li{
 font-family:Arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align:center;
 margin-top:30px;
}

#wikileft a{
 text-decoration:none;
 color : #000;
}
#wikileft a:hover{
 text-decoration:underline;
}


	
#wikicmds { float:right; font-family:Verdana,sans-serif; 
  font-size:80%; white-space:nowrap; }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }

#wikibody { 
  /*margin-left:184px;*/
  padding:10px 10px 10px 184px;
  background-color:white; 
  background-image: url("badnet-left.jpg");
  background-repeat: repeat-y;

 }

#wikitext { 
  margin:1em 0 0 1em; 
  line-height:1.33em; 
}


.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot { 
  padding-left:191px; 
  border-top:1px #cccccc solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

