/***********************************************************************
 * rightbrain.css
 * Copyright (C) 2004 by Jason Perkins (jason@sim8.com)
 *
 * This file is an addon to 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 defines the "rightbrain" PmWiki skin. DO NOT EDIT THIS FILE
 * or you will lose changes when upgrading. Instead, copy these files
 * to another name and set $PageSkin='newfilename' in your config.php
 * file. See the PmWiki documentation for details.
 ***********************************************************************/


body
{
	background-color: #E3E3E3; /*#E0E0E0; //#DEDDD7;*/
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
        /*font-size: 62.5%; /* Resets 1em to 10px */*/
	font-family: "Arial", sans-serif;
	color: #333333;
	margin-left: 0px;
	background-image: url(images/kr_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/*background-attachment: fixed;*/
}

h1,h2,h3,h4 {
  /*letter-spacing:2px;*/
}

h1 {
    page-break-before: auto;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 28px;
	color: #8200AD;
	font-weight: bold;
	/*letter-spacing: 1px;*/
}


h2
{

        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	/*line-height: 0px;*/
	/*letter-spacing: m;*/
	/*border-color: #000000;*/
	/*border-width: 0 0 1px 0;*/
	/*border-style: solid solid solid solid;*/

}


h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}


ul, ol, pre, dl { margin-top:0px; margin-bottom:0px; }
.indent { margin-left:25px; border-left:7px solid #9028B6;padding-left:5px;}
pre.sourcecode {background-color:#eee;padding:3px;border:1px solid #ddd;}

a {color: #003300;}
a.varlink { text-decoration:none; }
a.wikilink, a.urllink, a.wikiword, b.selfreference
{
	color: #001A66; /*#003300;*/
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	text-decoration: none;
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 12px;
}
a:visited
{
	color: #283C66;
} 
a:active { color: #333333; } 
a:hover { 
/*       color: #000000; */
       text-decoration:underline;
       border-width: 0 0 1.5px 0;
} 

#wikitext {
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 13px;
	line-height: 120%;

}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

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

#layout-container
{
	width: 784px;
	height: 100%;
	margin: 20px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	/*background-color: #F0F4FB;*/
	-moz-border-radius: 0px 16px 0px 0px;
	/*-moz-border-radius: 16px 0px 0px 0px;*/
}

#sidebar
{
	width: 180px; /*170px;*/
	padding: 5px 5px 5px 25px;
}

#sidebar a {
	border: none;
}

#sidebar h1
{
	font-weight: normal;
        color: #490061;
	font-family: "Trebuchet MS","Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 14px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 4px;
	/*background-color: #FFFFFF;*/
	letter-spacing: 1px;
}

#sidebar h1 a { color:#490061; }

/*#sidebar h1.wikiaction { font-size:100%; } */

#sidebar hr { 
	color: #ccc; 
}

#sidebar table {
	margin-right: 1em;
	      
}

#sidebar ul
{
	line-height: 150%;
	margin-left: 0.75em;
	padding-left: 0px;
	list-style-type: none;
	color: #333333;
	font-size: 13px;
}

#sidebar li
{
	margin: 0 0 0 10px;
	list-style-image: url(images/bullet.gif);
	/*list-style-image: url(http://www.binarycloud.com/pub/bullet.gif);*/
}

#wikileft
{
	border-right:1px solid #eee;
}

#wikiright
{
	/*background-color: #fff;*/
	padding: 0 0 0 15px;
	width:100%;
}

#wikilogo
{
	background-color: #FFFFFF;
	margin: 15px 0 0 20px;
}

#wikibody {
	margin: 1.5em 1.5em 1em 1em;
}

#wikibody table {
  color:#333333;
  padding:3px;
}

#wikicmds {
	font-family: Arial;
    font-size: 11px;
	float: right;
	background-color: transparent;
	border-bottom: dotted 1px #999999;
	border-left: dotted 1px #999999;
	/*border-right: dotted 1px #999999;*/
	padding: 0.25em 0.5em 0.25em 0.5em;
    color: #C4C4C4;
}

#wikicmds a {
	color: #B3B3B3; /*#336633;*/
	text-decoration: none;
}
#wikicmds a:hover {
  color: #999999;
  text-decoration: underline;
}

	
#pagegroup a {
	margin: 0.5em 0em 0em 1.0em;
	color: #003300;
	font-weight: normal;
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 11px;
}

#wikititle { margin: 0 0 10px 0; }

#pagetitle 
{
	padding: 46px 0 0 0;
	border-color: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: solid solid dashed solid;
        
}

#pagetitle a
{

	color: #000;/*#8200AD; // A800E0; //#336633;*/
	font-weight: bold;
	font-family: "Trebuchet MS","Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 21px;
	line-height: 34px;
	text-decoration: none;


}

#wikifoot
{
	margin-top: 1em;
	padding: 0.5em;
	font-size: 11px;
	color: #999;
	height: 1.5em;
	border-color: #DDDDDD;
	border-width: 0.1em;
	border-style: solid;
}

.footnav {
	float: left;
	font-family: Arial;
}

.lastmod {
	font-family: Arial;
	float: right;
}

#wikifoot a {
	color: #666;
	text-decoration: none;
}
#wikifoot a:hover {
  text-decoration: underline;
}

.code-comment {
  color: green;
}

.code-quote {
  color: gray;
  font-style: italic;
}

.code-type1 {
  color: blue;
} 

.code-type2 {
	color: blue;
}

.code-type3 {
  color: maroon;
  font-weight: bold;
}

.diffbox { border:1px #999999 solid; }
.diffauthor { font-weight:bold; }
.difftime
{
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 66%;
	background-color: #dddddd;
}
.difftype
{
	clear: both;
	font-family: verdana,sans-serif;
	font-size: 66%;
	font-weight: bold;
}
.diffadd
{
	border-left: #99FF99;
	padding-left: 5px;
	border-width: 0 0 0 5px;
	border-style: none none none solid;
}
.diffdel
{
	border-left: #FFFF99;
	padding-left: 5px;
	border-width: 0 0 0 5px;
	border-style: none none none solid;
}
.diffrestore
{
	clear: both;
	font-family: verdana,sans-serif;
	font-size: 66%;
	margin: 1.5em 0px;
}

.wtable {
	width:100%;
	border:1px solid #ddd;
	background-color:#eee;
}
