/***********************************************************************
** screen.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.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the 
** settings here.
***********************************************************************/

body { margin-left:20px; margin-right:150px;
	font-family : Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 14px;
        /*font-family: courier new, sans-serif;
        font-size: 13px;*/
        font-style: normal;
        line-height: normal;
        color: #000000;
        text-decoration: none;
        background-image: url(faki_maximaxi2.gif);
        background-color: #ffffff;
        background-position:  0% 0%;
        background-repeat: no-repeat;
        background-attachment:fixed ;
}

@media screen { body { position:absolute; } }
.pagetitle { font-size:130%; font-weight:bold; }

a { text-decoration: underline; color:#c40000; }
a:visited { text-decoration: underline; color:green; }
a:hover {  color: #aaaaaa; text-decoration: underline; }

img { border-width: 0px; border-color: #000000; }

hr { border: 1px solid #cccccc; }

.pagegroup {
        font-size:1.7em;
        font-weight:bold;
        font-variant:small-caps; 
	background-color : transparent;
}

#wikilogo { border-bottom:0px solid #cccccc; }

#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:0px; padding-bottom:0.5em;
  line-height:1.4em ;
  border-right:2px solid #cccccc;
}

#wikileft h1 { 
  margin-top:0px; margin-left:0px; /*background-color:#eeeeee;*/ 
  font-size:medium; text-align:left;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; /*list-style-type:none;*/ }

#wikibody { padding-left: 2em; padding-bottom:3em; padding-top:0.5em; }

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot { text-align: center; clear:both; border-top:2px solid #cccccc; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

