/***********************************************************************
** ck.css
** Adapted from pmwiki.css in March 2007 by CK
** Changes Made:
**  - Grey rollover menu.

** 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:0px;
  background-color:#ccc; 
}


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

h1 code, h2 code, h3 code, h4 code { font-size:1em; }

code  {
color:#00a;
}


h2 {
color:#005;
background-color:#e7e7e7;
border-top: 1px solid #888;
border-bottom: 1px solid #888;
padding: 4px 3px 4px 6px;
margin: 6px 4px 6px 1px;
}

h1.pagetitle {
color:#005;
text-align:center;
border:0;
margin-top: 0px;
background:none;
}

h3,h4,h5 {
color:#005;
margin-top: 5px;
margin-bottom: 1px;
}


/* BEGIN LEFT MENU*/
#wikileft { 
padding: 0px 4px 4px 4px;
text-align: left;
background-color: #eee;
width: 180px;

}
#wikileft ul {
list-style:none;
padding:1px;
margin:0px;
margin-left:0px; margin-top:0px; padding: 2px;
}

// NEEDED FOR IE and menu
#wikileft wikileft, #nav li{
margin: 0;
padding: 0;}

#wikileft .vspace { 
text-decoration:none;
//font-size: 12px;
color: #fff;
background: #556;
}

#wikileft a {
display: block;
width: 100%;
padding: 5px 0 5px 3px;
background-color: #ddd;
color: #000;
text-decoration: none;
border-bottom: 1px solid #ddd;
//font-size: 12px;
}

#wikileft a:hover {
background: #aac;
color: #fff;
}

#wikileft li {
padding-top: 1px; 
}

/* embedded lists */
#wikileft ul li ul li a{ 
margin-left: 4px;
width: 160px;
padding: 2px 0 2px 6px;
background:#313;
} 
 

/* 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 {
text-align:center;
border: 2px solid #777;
}

#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { 

  }
  
/* END OF LEFT MENU */

/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 

}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }

.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; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
text-align:center;
 // padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
//  font-family:Verdana,sans-serif; font-size:80%; 
}
.footnav,.footnav a {
color:#ccc;
}

.createlinktext {
color:#99a;
}

/* 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; }
}
