/***********************************************************************
** 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: #3E3C3C;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
/*background: url("http://wiki.gamera.cc/images/mainbg.gif") fixed;*/
}
A:link
{
	color: black;
	text-decoration: none;
}
A:visited
{
	color: #D3D3D3;
	text-decoration: none;
}
A:hover
{
	color: black;
	text-decoration: underline;
}
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;
}
#wikilogo
{
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
#wikihead
{
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: Verdana, sans-serif;
	font-size: 85%;
}
#wikihead INPUT
{
	font-size: 85%;
}
#wikileft
{
	width: 160px;
	border-right: 1px solid #CCCCCC;
	padding: 10px 10px 0;
	font-size: 85%;
	font-family: Verdana, sans-serif;
	color: white;
}
#wikileft A
{
	text-decoration: none;
	color: white;
}
#wikileft A:hover
{
	text-decoration: underline;
	color: white;
}
#wikileft UL
{
	list-style: none;
	padding: 5px;
	margin: 0px;
}
#wikileft LI
{
	margin-top: 4px;
}
#wikileft H1, #wikileft H5, .sidehead
{
	font-size: medium;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: normal;
}
#wikileft H1 A, #wikileft H5 A, .sidehead A
{
	color: #505050;
	font-weight: bold;
	font-style: normal;
}
#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;
}
#wikibody
{
	padding: 0px 10px 10px;
	background-color: #868686;
}
#wikitext
{
	margin-top: 1em;
	line-height: 1.33em;
	color: black;
}
.pagegroup
{
	margin-top: 10px;
	font-size: 85%;
}
.pagetitle
{
	margin-top: 2px;
	font-size: 180%;
}
#wikifoot
{
	padding-left: 191px;
	border-top: 1px solid #CCCCCC;
	font-size: 80%;
	font-family: Verdana, sans-serif;
}
#wikiedit FORM
{
	margin: 0px;
}
#wikiedit TEXTAREA
{
	width: 98%;
}
/************** utility styles *****************/
#utility
{
	color: #919999;
}
#utility A
{
	color: #FFFFFF;
}
#utility A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

