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

/***********************************************************************
** 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, first copy this file to another name
** (e.g., 'myskin.css'), and set $PageSkin='myskin' in your
** local/config.php file.  
***********************************************************************/


body, a, h1, h2, h3, h4, h5, h6 {
	font-family: Courier, Courier New;
	font-weight: normal; /* fix this */
	font-size: 14px;
	color: #FFCC00;
	background-color:#000000;
}

.diffbox { border:1px #ffcc00 solid;}
.diffauthor { font-weight:normal; font-color:#ffcc00;}
.difftime
  { padding-left:2px; font-family:courier; font-color:#ffcc00; font-size:80%; background-color:#000000; }
.difftype
  { clear:both; font-size:80%; font-color:#000000; }
.diffadd
  { border-left:5px #ffcc00 groove; padding-left:5px;  margin-bottom:5px; }
.diffdel
  { border-left:5px #ffcc00 ridge; padding-left:5px; font-size:14px; }
.diffrestore
  { clear:both; margin:1.5em 0px; }



#wikiedit textarea { width:98%; background-color:#ffcc00; border:2px;}
td#wikileft { vertical-align:top; }
td#wikibody { vertical-align:top; }
td#wikiright { vertical-align:top; }

A:link {
	#text-transform: uppercase;
}

/*
A:visited {
	text-decoration: line-through;
}
*/

.menu A:visited {
	text-decoration: underline;
}

h1 {
	font-family: Courier, Courier New;
	font-size: 14px;
	color: #000000;
	background-color: #FFCC00
}


#stat {
	position: absolute;
	top: 10px;
	left: 15px;
}



.menu a {
	font-family: Courier, Courier New;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	background-color: #FFCC00
}


hr {
border-color: #FFCC00;
}



/*

below here is PmWiki defaults



body { position:absolute; width:720px; }

#wikilogo { border-bottom:2px 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:5px; 
  font-size:smaller; 
  border-right:2px solid #cccccc;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#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; }

#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; }

body { margin-left:20px; }
ul, ol, pre, dl { margin-top:0px; margin-bottom:0px; }
.indent { margin-left:40px; }

.pagetitle { font-size:200%; font-weight:bold; }

.diffbox { border:1px #999999 solid; }
.diffauthor { font-weight:bold; }
.difftime
  { font-family:verdana,sans-serif; font-size:66%; background-color:#dddddd; }
.difftype
  { clear:both; font-family:verdana,sans-serif; font-size:66%; font-weight:bold; }
.diffadd
  { border-left:5px #99ff99 solid; padding-left:5px; }
.diffdel
  { border-left:5px #ffff99 solid; padding-left:5px; }
.diffrestore
  { clear:both; font-family:verdana,sans-serif; font-size:66%; margin:1.5em 0px; }

#wikiedit textarea { width:98%; }
td#wikileft { vertical-align:top; }
td#wikibody { vertical-align:top; }
td#wikiright { vertical-align:top; }

a.varlink { text-decoration:none; }
*/
