﻿/***********************************************************************
** 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-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	max-width: 1024px;
	min-width: 1024px;
	width: 1024px;
}

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 #cccccc solid; */
}

#rightside { 
  position:absolute; right:30px; top:85px;
}

#wikihead { 
  position:absolute; right:10px; top:15px;
  text-align:right;
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 
#wikihead a { text-decoration:none; color:black; }
#wikihead a:hover { text-decoration:none; color:blue; }

a { text-decoration:none; color:navy; }
a:hover { text-decoration:none; color:black; }

#wikileft { 
  width:200px; 
  /*border-right:1px #cccccc solid; */
  padding:10px 10px 0 10px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}
#wikileft a { text-decoration:none; color:gray; }
#wikileft a:hover { text-decoration:none; color:black; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft li a { text-decoration:none; color:black; }
#wikileft li a:hover { text-decoration:none; color:blue; }
#wikileft h1 { 
     font-size:medium;
     margin-bottom:0px;
     font-weight:bold;
     font-style:normal; 
}
#wikileft h1 a {
     color:#505050; 
     font-weight:bold; 
     font-style:normal;
     text-decoration:none;
     color:black;
}
#wikileft h1 a:hover { 
     color:#505050;
     font-weight:bold;
     font-style:normal;
     text-decoration:none;
     color:blue; 
}
#wikileft h5 { 
     font-size:medium;
     margin-bottom:0px;
     font-weight:bold;
     font-style:normal; 
}
#wikileft h5 a {
     color:#505050; 
     font-weight:bold; 
     font-style:normal;
     text-decoration:none;
     color:black;
 }
#wikileft h5 a:hover { 
     color:#505050;
     font-weight:bold;
     font-style:normal;
     text-decoration:none;
     color:blue; 
}
#wikileft .sidehead { 
     font-size:medium;
     margin-bottom:0px;
     font-weight:bold;
     font-style:normal; 
}
#wikileft .sidehead a {
     color:#505050; 
     font-weight:bold; 
     font-style:normal;
     text-decoration:none;
     color:black;
 }
#wikileft .sidehead a:hover { 
     color:#505050;
     font-weight:bold;
     font-style:normal;
     text-decoration:none;
     color:blue; 
}

.sidehead { 
     font-size:medium;
     margin-bottom:0px;
     font-weight:bold;
     font-style:normal; 
}
.sidehead a {
     color:#505050; 
     font-weight:bold; 
     font-style:normal;
     text-decoration:none;
     color:black;
 }
.sidehead a:hover { 
     color:#505050;
     font-weight:bold;
     font-style:normal;
     text-decoration:none;
     color:blue; 
}

#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:80%;  }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin-right:1px; margin-left:16px; }
#wikicmds li a { text-decoration:none; color:gray; }
#wikicmds li a:hover { text-decoration:none; color:black; }

#wikibody { padding:0px 10px 10px 10px; background-color:#f7f7f7; }
#wikitext {
	margin-top: 1em;
	margin-right: 200px;
	line-height: 1.33em;
	text-align: justify;
}

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot { 
  /*padding-left:250px; */
  text-align:center;
  /*border-top:1px #cccccc solid; */
  font-size:80%; 
  font-family:Verdana,sans-serif;
}

#wikiedit textarea {
	margin-top: 0.5em;
	padding: 0;
	width: 550px;
}

#wikidiff {
	/*border: 1px solid purple;*/
	width: 550px;
	overflow: auto;
}

#wikiedit form { margin:0px; }
