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

/* In order to change the colours easily they are here at the top */

body {
	font:100% georgia, "palatino linotype", palatino, "book antiqua", "zapf calligraphic", times, "times new roman", serif;
}

/* Everything with a border also gets the background colour */
/* base #699EB2, 219' 41 69.8 */
#mpsheader, #wikibody, #wikileft ul {
	border: 2px solid #ACCCD8; 
	background-color: #D4E5EC;
}


hr {
	border-top: 2px solid #ACCCD8;
	position: relative;
	width: 99%; /* minor adjustment, seems to work */
	left: -1%;
}

/* Titles have a different colour */

.header, h1, h2, h3, hr {
	color: #566E77;
}

/* The last colourset is the inverse */

#wikileft h1, #wikileft .h1:link, #wikileft h1:visited {
	border: 2px solid #566E77; 
	background-color: #566E77;
	color: #ACCCD8;
}

#wikileft h1:hover {

	border: 2px solid #ACCCD8; 
	background-color: #ACCCD8;
	color: #566E77;
}

h1, h2 { 
	font-family: sans-serif; 
}

.wikilogo {
    border-right:2px solid #ACCCD8; /* hack! */
    padding: 2px;
    vertical-align: bottom;
  }
	

td {
    padding-right: 1em;
}

#mpsheader {   
	width: 100%;
	font-size:300%;
	font-family: sans-serif;
	font-weight: bolder;
	vertical-align: middle;
}

#bigrule {
 width: 100%;
 padding-top: 0em;
 background-color: white;
}


#wikileft ul { 
  width:150px; 
  border-top: 0px;
  list-style-type:none; 
  margin: 0px; 
  margin-bottom: 1em; 
  padding: 0px; 
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#wikileft h1 { 
  width: 150px;
  font-size:medium; text-align:center;
  font-family: sans-serif;
  margin: 0px; 
  padding: 0px; 
  padding-left: 10px;
  padding-right: 10px;
}


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

#wikititle { float:left; padding-left:10px; }
#wikitext { padding-left:10px; }

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

h1.wikiaction { font-size:150%; margin:0px; }

#wikiedit form { margin:0px; }


/***********************************************************************
** The pmwiki skin is really designed for a table-based layout, but the
** rules below make a 'best effort' at a div-based layout if
** $EnableStdLayoutTable==0;
***********************************************************************/

