/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  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.
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin:0;
  background-color:#f7f7f7; 
  font-family: arial,sans-serif; 
  font-size:10pt;
}
a:hover	{
	text-decoration: underline; 
	color:#5953C9
}
a:link {
	text-decoration: none; 
	color:#5953C9
}
a:visited {
	text-decoration: none; 
	color:#5953C9
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { font-family:Arial;margin-top:1.4em; margin-bottom:0.4em;}
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-family: tahoma, sans-serif; font-size: 25px; color:#5A61B8; font-weight:normal; font-style: normal;}
h2 { font-family: sans-serif; font-size: 17px; font-weight: bold; color:#CD9213;margin:0 0 .8em 0;}
h3 { font-family: sans-serif; font-size: 10.5pt; font-weight: bold;color:#373737;}
h4 { font-size:1.17em; }
h5 { font-size:1.1em; }
h6 { font-size:1.1em; }

ul {
	margin:0 0 0 1.33em;
	padding:0;
}
ol {
	margin:0 0 0 2em;
	padding:0;
}
ul li {list-style-type:square;}
ul li li {list-style-type:disc;}
ul li li li {list-style-type:circle;}


/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { border-bottom:1px #cccccc solid; background-color:white;}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
	position:absolute;
	right:10px;
	top:10px;
	font-family:Verdana,sans-serif; 
	font-size:85%; 
}
#wikihead input { font-size:90%; } 

/* These are for the left-sidebar. */
#wikileft { 
	width:165px;
	border-right:1px #cccccc solid; 
	font-size:100%; font-family:Verdana,sans-serif;
	padding:2em 0 0 1em;
}
#wikileft ul {
	list-style: none;
	padding:0;
	margin:0;
}
#wikileft li {
	list-style:none;
	padding:0 0 0 4px;
	margin:0;
}
#wikileft form {
	margin:0;
	padding:0;
}
/* The "#wikileft h1" and "#wikileft h5" settings are for
** backwards compatibility with previous releases of PmWiki.
** They are deprecated (replaced with the .sidehead class),
** and may be removed in a future release. */
#wikileft h1, #wikileft h5, .sidehead {
	margin:0px; 
	padding:4px 2px 2px 2px;
	font-size:100%; 
	font-weight:bold; 
	font-style:normal; 
}
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/*Fat Erik's Pipelist (adapted)*/
.nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
.nav ul li { 
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}
.nav ul li a {
	text-decoration:none; 
	padding:0em
}
.nav ul li:before { content: "| "; }
.nav ul li:first-child:before { content: ""; }
.nav form { margin:0; display:inline}

/* These affect the main content area. */
#wikibody { 
  padding:0 2em 2em 2em; 
  background-color:white; 
  font-size:104%;
}

.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { padding-top:10px;line-height:1.5em; margin:0px; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }

#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; }
#wikiedit textarea { width:95%; font-family:'Courier New',Courier;}
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic;}

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding:6px 0 4px 178px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:85%; 
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}


/* These affect the use of datatables in the body section */
table#datatable {
    width: 100%;
}
table#datatable tr {
	vertical-align:top;
}
table#datatable h2 {
	border-bottom:1px black solid;
	margin-bottom:0;
}
table#dataprompt {
	width:35%;
	background-color:#dedede;
	border-bottom:1px white solid;
	padding:.6em;
}
table#dataprompt div {font-weight:bold;}
table#dataprompt div div {font-weight:normal;color:gray;}
table#datainput div {
	padding:.6em;
}

table.alt th {font-size:96%;background-color:#D9D9D9; border:solid #FFFFFF; border-width: 0 0 2px 0; padding:.5em 1em .5em 1em;vertical-align:middle;font-weight:bold;color:#434343;}
table.alt td {font-size:96%;background-color:#EFEFEF; border:solid #C9C9C9;border-width: 0 0 1px 0; padding:0.5em 2em 0.5em 1em;vertical-align:top;color:#000000; }

.rightsidebar {float:right;padding:0 2em 4em 5em;text-align:center;font-size:85%;line-height:1.25em;}

.firstpar {margin:0;padding:0 0 .5em 0;}

.floatright {float:right;}

.linkmore {font-weight:bold;font-size:85%;}

.fullwidth {width:100%}