/***********************************************************************
** 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.  
***********************************************************************/
/*
** General overall definitions
*/

body { 
	position:absolute; 
	width:720px; 
	background-color: #eee; 
	font-family: Calibri, trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 9pt;
}
code {
	font-family: consolas, "Courier New", monospace;
}
a {
	color: #0070FF;
	text-decoration: none;
}
a:link {
	color: #0070FF;
}
a:visited {
	color: #005CD1;
}
a:hover, a:active {
/*	color: #FF7700;*/
	color: #FF9C00;
	text-decoration: underline;
}


/*
** Top band, containing site tile and search box
*/

#wikilogo {
	border:1px solid #cccccc; 
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	padding-bottom: 10px;
}
#sitetitle {
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	color: #999;
}
#sitesubtitle {
	color: #999;
}
#wikihead { 
	position: absolute; 
	top:10px; 
	right:15px; 
	font-size: x-small; 
	text-align:right;
	background-color: white; 
}
#wikihead a { 
	color: #999; 
}
#wikihead input { 
	font-size: x-small;
	border: 1px solid #ddd;
	vertical-align: middle;
}
#wikihead form { 
	margin:0px; 
}

/*
** Left band, containing main links to other sections
*/
#wikileft { 
  	width:150px; 
  	padding-top:0.5em; 
	padding-bottom:0.5em;
	padding-right:5px; 
	font-size: 9pt;
	border-right-style: none;
}
#wikileft h1, #wikileft h5, .sidehead {
  	margin:0px; 
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-color: #EEEEFF;
	color: silver;
	font-size: 8.5pt;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px dashed silver;
}
#wikileft hr { 
	color:#cccccc; 
}
#wikileft h1, #wikileft h5, .sidehead  a { 
	color:#343442; 
}

#wikileft ul { 
	margin-left:0px; 
	padding-left:6px; 
	padding-right:6px; 
	padding-bottom:3px; 
	list-style-type:none; 
	background-color: #DDDDEE;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;		
	display: inline-block;
}

#wikileft li {
	display: inline-block;
	width: 100%;
	
}
#wikileft p {
	margin: 5px;
}
/* Sub menus, only show a border on the left */
#wikileft ul ul  {
	border-top: 0;
	border-left: 1px solid #7777BB;
	border-bottom: 0;
	border-right: 0;
}

#wikileft a, a:visited {
	color: #005CD1;
}

/*
** Main story body
*/

#wikibody { 
	padding-bottom:0.5em; 
	padding-top:0.5em; 
	text-align: justify;
}

#wikibody a.external {
	background: url(external-blue.png) center right no-repeat;
	padding-right: 13px;
}


/*
** Main story header, title on left and wiki commands on the right
*/
#wikititle { 
	padding-left:10px; 
	vertical-align:top; 
	padding-bottom: 3px; 
/*	border-bottom: 1px dashed silver;
	border-top: 1px dashed silver;	
	border-left: 1px dashed silver;	
	background-color: #EEFFEE; */
	border-bottom: 3px solid #777799;
	background-color: #7777BB;
}
#wikicmds { 
	padding-right: 10px; 
	padding-bottom: 3px; 
	font-size:smaller; 
	text-align:right; 
	vertical-align:top; 
/*	border-bottom: 1px dashed silver;
	border-top: 1px dashed silver;	
	border-right: 1px dashed silver;	
	background-color: #EEFFEE; */
	border-bottom: 3px solid #777799;
	background-color: #7777BB;
}
#wikicmds a { 
	display:block; 
	color: white;
}
#wikititle a { 
	color: white;
}

#wikitext { 
	padding-left:10px; 
	padding-right:10px;
	padding-bottom:0.5em;
	margin-top:0.5em; 
	background-color: white;
	border: 1px solid silver;
}

#wikifoot { 
	clear:both; 
	border:1px solid #cccccc; 
	font-size:smaller; 
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 2px;		
}

#wikifoot a, a:visited {
        color: #005CD1;
}

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


/***********************************************************************
** stdlayout.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 definitions are needed for PmWiki's basic features such
** as text indents and page history.  DO NOT EDIT THIS FILE DIRECTLY
** OR YOU MAY LOSE YOUR CHANGES WHEN UPGRADING!  If you wish to override 
** these settings, make your changes in pub/css/local.css, or copy this 
** file to pub/css/local.css and modify it there.
***********************************************************************/
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; 
}
.diffchangesum { 
	font-weight:bold; 
}
.difftime { 
	font-family: Calibri,verdana,sans-serif; 
	font-size:66%; 
	background-color:#dddddd; 
}
.difftype { 
	clear:both; 
	font-family: Calibri,verdana,sans-serif; 
	font-size:66%; 
	font-weight:bold; 
}
.diffadd { 
	border-left:5px #9999ff solid; 
	padding-left:5px; 
}
.diffdel { 
	border-left:5px #ff99ff solid; 
	padding-left:5px; 
}
.diffrestore { 
	clear:both; 
	font-family:Calibri,verdana,sans-serif; 
	font-size:66%; 
	margin:1.5em 0px; 
}

#wikiedit textarea { 
	width:98%; 
   font-family: Calibri,trebuchet MS, trebuchet, verdana, arial, sans-serif;
}
td#wikileft { 
	vertical-align:top; 
}
td#wikibody { 
	vertical-align:top; 
}
td#wikiright { 
	vertical-align:top; 
}

a.varlink { 
	text-decoration:none; 
}

/* Code Beautifier stuff*/
.code-comment { color: green; }
.code-quote   { color: #7BEE68; }
.code-type1  { color: blue; }     /* keywords */
.code-type2  { color: orange; }   /* data types */
.code-type3  { color: maroon; }   /* preprocessor */

.sourcecode {
   background-color: #eef;
   border: 1px solid #E0E0E0;
   padding: 0.75em;
	font-size: 9pt;
	font-family: Consolas, "Courier New", courier, mono;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/* source block */
div.codeblock {
	padding: 0.5em;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE; }
div.codeblock pre {
	font-family: consolas, 'courier new', monospace;
	font-size: 8pt;
 }
 
div.sourceblock {
	padding: 0.5em;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE; 
}
div.sourceblock div {
	font-family: consolas, 'courier new', monospace;
	font-size: 8pt;
}
div.sourceblock div.head, div.sourceblock div.foot {
	font: italic medium serif;
	padding: 0.5em;
}

/* Fix for PNG alpha channel display in IE */
img {
   behavior: url("/pub/skins/pngbehavior.htc");
}

/* Comment boxes */
#commenttitle {
        vertical-align: middle;
        border-bottom: 3px solid #777799;
        background-color: #7777BB;
	text-align:center;
	color: white;
	font-size: 10pt;
	font-weight: bold;
        letter-spacing: 1px;
	margin-top: 1.5em;
}
#commentpost, #commentdelete, #commentreset, #commentauthor, #commenttext {
   	font-family: Calibri, trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size:8pt;
	padding: none;
	border:1px solid #ddd;
}
#commentpost:hover, #commentdelete:hover, #commentreset:hover, #commentauthor:hover, #commenttext:hover {
	border-color: #0070FF;
}

