/***********************************************************************
** 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 {
  font: 12px Verdana,Tahoma,Arial,sans-serif;/*original size was 78% */
  line-height:1.4em;
  color:#000;/*#303030;*/
/*   background:#cc8b29; */
  background-image:url(images/bg_light_red.gif);
  width: 830px;
  height:100%;
  margin: 0px auto 0px auto;
/*   margin:0px; background-color:#f7f7f7;  */
  font-family:Arial,Helvetica,sans-serif;
  font-size:11pt;
/*   border: 1px #aac6de solid; */
/*   background-color: #CF0; */
  background-color: #757575;
/*  background-color: #e8ff8e; */
/*   background-color: #000; */
/*   letter-spacing:0px; */
  font-family:'Trebuchet MS', sans-serif;
}

a {
  text-decoration:underline;
}

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

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
/*h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }*/

#outerwrap {
  width:830px;
  background-image:url(images/wrapper_bg.png);
  background-repeat:repeat-y;
/*   margin:auto; */
}

#innerwrap {
  width:800px;
  margin:0px auto;
/*   background-image:url(images/wrapper_bg.png); */
/*   background-repeat:repeat-y; */
}

#wikihead {
/* 	position: absolute; */
  height:130px;
  background-image:url(images/bg_orange_grad.png);
}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {
  /*float:left;
  background-image:url(images/bg_orange_grad.png);
  margin-top:4px;
  border-bottom:1px  #C5C5C5 solid;
  background-color: #5bb9d9;*/
/*   margin:6px; */
  margin:auto;
  font-size:37pt;
  font-weight:bold;
  height: 95px;
/*   width:100%; */
  font-family:'Trebuchet MS', sans-serif;
  letter-spacing:-1px;
/*   font-family:Verdana,Tahoma,Arial,sans-serif; */
/*   font-weight:bold; */
}

#wikilogo a:visited, #wikilogo a {
/*   color:#3071a6; */
/*   color:#99CC00; */
/*   color:#43474A; */
/*   color:#008000; */
/*   color: #ff5b42; */
  color: #fff;
/*   color: #ff2403; */
/*   color: #b21800; */
  text-decoration:none;
}

#logopic {
  border:none;
  margin: 0 auto;
  padding:5px 20px 0 15px;
}

#logotext {
  padding:50px 0 0 0px;
  /*color: #fff;*/
}

/* This controls the rest of the heading (primarily the search box) */
#wikisearch { 
/*   position:absolute; */
/*   display: none; */
/*   right:10px; */
/*   top:10px; */
/*   width:100%; */
/*   margin-right:-10px; */
  float:right;
/*   margin-top: -20px; */
  font-family:Verdana,sans-serif;
  font-size:85%;
  background-color: transparent;
}
#wikisearch input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft {
/*   float: left; */
  width:160px;
  padding:0;
  margin:0;
/*   border-right:1px #C5C5C5 solid; */
/*    line-height:1.33em; */
  font-size:10pt;
  font-weight:normal;
/*   font-family:Verdana,sans-serif; */
/*   background-color: #5a99cc; */
  background-color:#3C8BCD;
/*  height: 100%;*/
/*   background-image:url(images/bg_light_red.gif); */
/*   background-repeat:repeat-y; */
}
#wikileft .vspace {
  margin-top:1.125em;
}
#wikileft a {
/*   margin-left:12px; */
  padding-left:16px;
  /*background-color: #ffc68c;*/
  text-decoration:none;
  color:black;
}
/* #wikileft a:hover { */
/*   text-decoration:underline; */
/*   color:blue; */
/* } */
#wikileft ul {
  list-style:none;
  padding-left:14px;
  margin:0;
/*   border-bottom: 1px solid #3782bf; */
}
#wikileft li{
  display:block;
/*   background-color: #ffc68c; */
  width: 100%;
  list-style-type: none;
/*   color: black; */
  text-decoration:none;
  white-space:nowrap;
/*   border-top: 1px solid #3782bf; */
  /*border-bottom: none;
  border-right: none;
  border-left: none;*/
}

#wikileft li a.selflink, #wikileft li a.selflink:hover{
  display:block;
/*   width: 100%; */
/*   text-decoration:none; */
/*  margin-left:12px;*/
  padding-left:4px;
  color:#000;
  font-size:inherit;
  font-weight:inherit;
  background-image:url(images/list_a_self.png);
  background-repeat:repeat-x;
/*   background-color:#fff; */
  border: none;
}

#wikileft li a{
  padding-left:4px;
  display:block;
  font-size:1.0em;
/*   text-decoration:underline; */
  background-color:#3C8BCD;
  color: #fff;
  border: none;
}

#wikileft li a:hover {
/*   margin: 0px 0px 0px 12px; */
  padding-left: 4px;
  background-image:url(images/list_a_highlight_.png);
  background-repeat:repeat-x;
/*   background-color: #7BBD00; */
  /*border-left: 1px #7BBD00 solid;
  border-top: 1px #7BBD00 solid;
  border-bottom: 2px #7BBD00 solid;
  border: 1px #7BBD00 solid; */
  text-decoration:none;
  color: #000;
  border: none;
}

/* 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 {
  background-color: #3071a6;
  color: #ffd7b0;
  margin:0px;
  padding:0px 0px 0px 5px;
  font-size:0.9em;
/*   font-weight:bold; */
  font-style:normal;
/*   text-transform:uppercase; */
}
#wikileft h1 a, #wikileft h5 a, .sidehead a {
  color:#505050;
  font-weight:bold;
  font-style:normal;
}

/* These affect the main content area. */
#wikibody {
/*   font-family:'Trebuchet MS', sans-serif; */
  width: 600px;
  padding:0px 20px 10px 25px;
  background-color:#fff; 
  font-size:10pt; 
  color: #43474A;
  /*text-align:justify;*/
}
#wikibody h3 {
  color:#FF8C15;
}

#wikibody a {
/*   color: #4FA1DB; */
  color:#3C8BCD;
}

#wikibody a:hover {
/*   color:#3071A6; */
  color:#a66530;
}

#wikibody p {
  padding:0 15px 0 0;
}


#wikicmds {
  /*height: 20px;
  width: 100%;*/
  background-color: transparent;
  padding-right:10px;
  float:right;
  white-space:nowrap; 
  font-family:Verdana,sans-serif;
  font-size:75%; 
}
#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; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.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; }

#footshadow {
  width:830px;
  height:15px;
  background-image:url(images/bg_bottom_trans.png);
}

/* IE PNG fix from http://www.twinhelix.com/css/iepngfix/ */
#outerwrap, #footshadow { behavior: url(/pub/skins/patternskin/iepngfix.htc); }

/* These affect the lines at the very bottom. */
#wikifoot { 
  height:25px;
  /*padding-left:8px;*/
/*   padding-bottom: 5px 0 1px 0; */
/*   border-top:1px #cccccc solid; */
  font-family:Verdana,sans-serif;
/*   font-size:80%; */
  background-color:#FF7F00;
}

#wikifoot a, #wikifoot a:visited{
  color:#000;
}

.footnav{
/*   display:none; */
}
.lastmod{
  padding: 0 0 0 155px;
  float:left;
  background-color:#FF7F00;
}

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

/* section edit style */
div.sectionedit { float:right; margin-left:5px; }

#suptitle {
	color: #ffd7b0;
	background: #3071a6;
	width: 800px;
	height: 21px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
}

#suptitle a {
	color: white;
	text-decoration: none;
}

#suptitle a:hover {
	text-decoration: underline;
}

#suptitle p, #suptitle ul {
	font-size: 1.1em;
	margin: 0;
/* 	padding: 4px 0; */
}

#suptitle p {
	float: left;
	padding-left: 1em;
}

#suptitle ul {
	text-align: right;
	padding-right: 1em;
}

#suptitle ul li {
	display: inline;
	margin-left: 1em;
}