/*

//
// For the original 'simple' skin:
//   Copyright (C) Julian I. Kamil <julian.kamil@gmail.com>
//   No warranty is provided.  Use at your own risk.
//
// Name: not2simple.css
// Author: Yusdi Santoso <yusdi dot spam at hotmail dot com  -- remove dot spam>
// Created: 2007-17-07
// Description:
//     This is a modification of notsosimple skin for PmWiki. 
//
// History:
//     --SIMPLE SKIN--
//     2005-05-18  jik   Created.
//     2005-08-16  jik   Simplified and cleaned up.
//
//     --NOT SO SIMPLE SKIN--
//     2005-11-02  ksc	 Added support for Site.SideBar and removed the Menu
//                       Cheap fix for problem with postit and sectionedit recipes
//                       Entries for pre and column for the Column recipe
//                       Entry for Wikipedia style external link icon
//                       Page width pushed out to 900px 
//                       Misc little CSS bits fixed
//                       Button box at bottom of SideBar - broken with IE 
//		2005-11-06	ksc	 More cleanup of CSS, better fitting boxes
//						 removed popup sections
//      2005-12-01  ksc  Fix for IE in #wikitext
//
//      --NOT 2 SIMPLE SKIN--
//      2007-17-07  ys   Remove the original #sidebar and replace with CSS based multi level menu
//                       Fix vspace alignment
*/

body {
    margin: 0px; padding: 0px; 
    background-color: #fff; 
	color: #666;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
    line-height: 17px;
}

table { border-collapse: collapse; margin: 12px auto; }
table tr td { padding: 4px 6px; vertical-align: top; }
form { margin: 0px; padding: 0px; }
hr { border: none; height: 1px; background-color: #ccc; color: #ccc; width: 100%; }
/* p { margin: 0px; padding: 0px; } */
p { margin: 4px; padding: 3px; }

ul { margin: 0px 24px; padding: 0px; list-style: disc outside; }
ul ul { margin-top: 0px; padding-top: 0px; list-style: circle outside; }
ul ul ul { margin-top: 0px; padding-top: 0px; list-style: square outside; }

/* a { color: #007bff; */
/*   text-decoration: none; */
/*   background-color: transparent; */
/*   -webkit-text-decoration-skip: objects; */
/*   } */
/* a:visited { text-decoration:none; color: #3366cc; } */
/* a:hover { */
/*   color: #0056b3; */
/*   text-decoration: underline; */
/* } */

a {
  color: #5d6dab;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #5d6dab;
  text-decoration: none;
  background-color: #ffefef;
}

a:active { color: #007bff; }

.vspace { margin-top: 4px; margin-bottom: 4px; }
p.vspace { padding-top: 3px; padding-bottom: 3px; }
.content-mat { padding: 14px 15px 10px 25px; margin: auto; background: none; }
.clearer{ clear: both; display: block;  margin: 0px; padding: 0px; height: 0px; line-height: 1px; font-size: 0px; }
.borderless-table tr td { border: none }

#header { width: 870px; height: 90px; margin: 10px auto 0px auto; text-align: left; }
#header #page-title { color: #fbf1f1; font: 16pt Arial; font-weight: light; padding: 20px 8px 8px 30px; }
#header #page-subtitle { color: #fbf1f1; font: 12pt Arial; font-weight: bold; padding: 0px 8px 8px 30px; }
#header a { color: #fbf1f1; }

#main { 
    width: 870px; margin: 0px auto; 
    background: url(image/Box-Middle.jpg) repeat-y top center; 
    border-bottom: 1px solid transparent;
}

#main h1 { font-size: 12pt; margin: 0px; padding: 0px; }
#main h2 { font-size: 11pt; margin: 0px; padding: 0px; }
#main h3 { font-size: 10pt; margin: 0px; padding: 0px; }
#main h4 { font-size:  9pt; margin: 0px; padding: 0px; }
#main h5 { font-size:  9pt; font-style: italic; margin: 0px; padding: 0px; }

#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; }

#content {
	position: relative; 
	float: left; 
	width: 815px;  
	text-align: left; 
	min-height: 400px;
}

#wikitext {
	float: right;
    clear: right;
	width: 795px;
	padding-left: 20px;
	padding-right: 5px;
}

#sidebar {
	float: left;
	width: 155px;
	margin: 0px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

#footer {
    background: url(image/Box-Bottom.jpg) no-repeat top center; 
    width: 870px; height: 40px;
    border: 1px none #ccc; 
    margin: 0px auto; padding: 0px 0px 8px 0px;
}

#copyright { margin: 0px 20px 0px 20px; padding: 2px 0px; border-top: 1px solid #ccc; font-size: 8pt; }

#menubar {
    margin: 0px 11px 0px 11px;
    padding: 2px 12px 1px 12px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    text-align: left;
    font-size: 8pt; font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#menubar ul { margin: 0px; padding: 0px; }
#menubar ul li { list-style: none; display: inline; text-indent: 0px; text-align: left; padding-right: 8px; }
#menubar a { color: #666; }

#text { margin-top: 12px; margin-bottom: 12px; font-family: monospace; }

pre {
	font-size: 9pt;
	background-color: #fffff4;
	border: 1px solid #999;
	line-height: 15px;
}

textarea { 
	margin-top: 12px; 
	margin-bottom: 12px; 
	font-size: 9pt; 
}

.column {
	border: 0px;
	margin: 0px;
}

td.column {
	padding: 0px 10px 0px 10px;
}

.difftype,.difftime,.diffrestore {
    font-size: 8pt;
}

/* #wikitext a.urllink { */
/*    background: url(image/external.png) center right no-repeat; */
/*    padding-right: 13px; */
/* }  */

.lfloat {
	margin: 5px 15px 5px 0;
}

.rfloat {
	margin: 5px 0px 5px 10px;
}

#sidebar ul, #sidebar ul ul {
  width: 150px;                 /* sets the size of the menu blocks */
  border: 0px;      /* puts a black border around the menu blocks */
  background-color: #ffffff;      /* a bg color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: pointer;             /* gives an arrow cursor */
  z-index: 100;
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
#sidebar ul ul {
    border: 1px solid #cccccc;
}

#sidebar ul li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #000000;                 /* sets the default font colour to white */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  z-index: 100;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
}
#sidebar ul li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 150px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
#sidebar ul li:hover, #sidebar ul li.CSStoHighlight {
  background-color: #f0d95c;      /* gives the active menu items a yellow background */
  color: #000000;                 /* makes the active menu item text black */ 
  z-index: 100;
  font-size: 11px;
}
#sidebar ul ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
#sidebar ul li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
#sidebar ul li a { font-size:11px; color: #000000; display: block; width: 100%; text-decoration: none; }
#sidebar ul li a:hover, #sidebar ul li a.CSStoHighLink { font-size:11px; text-decoration:none; color: #000000; }
#sidebar ul li:hover > a { font-size:11px; text-decoration:none; color: #000000; } /* supports links in branch headings - should not be display: block; */
li.multi {
  background-image: url(image/arrow.gif);
  background-repeat: no-repeat;
  background-position: right;
}
#sidebar a.createlink { display:none; }

a.createlinktext {
    border: 0px;
}

