/***********************************************************************
** 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:20px; position:absolute; }
.pagetitle { font-size:200%; font-weight:bold; }

#wikilogo {  }

#wikihead {
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wikihead input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wikihead form { margin:0px; }

#wikileft {
	width:150px;
	padding-top:0.5em;
	padding-right:5px;
	border-right:1px solid #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wikiright {
	width:150px;
	padding-top:0.5em;
	padding-left:5px;
	border-left:1px solid #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wikileft h1 { 
  margin:0px; foreground-color:#330066; background-color:#FFCC33; 
  font-size:medium; text-align:center;
}

#wikiright h1 { 
  margin:0px; background-color:#FFCC33; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#FFCC33; }

#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; 
            padding-top:0.5em; 
}

#wikititle { padding-left:10px; 
             vertical-align:top; 	
             
}
#wikitext {
	padding-left:10px;
	margin-top:0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; }
.link {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.wikilink {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.selflink {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:medium;
}
.urllink {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:medium;
}
.pagetitle {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pagegroup {
	color: #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330066;
	text-decoration: none;
	font-size: smaller;
}
