/***********************************************************************
** 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: 0; padding: 0; border: 0; width:100%; background:#D5DFF7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* 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,monospace; }
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.5em; 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; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin:0; padding:10px; background: url(photo_banner.jpg) white no-repeat; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  float: right; 
  font-size:85%; 
  margin: 4px 0 2px 10px; 
  padding: 0;
}
#wikihead input { font-size:80%; } 
#wikihead a { text-decoration:none; border: none; }
#wikihead a.createlink { display:none; }
#wikihead a:link     { color: black; }
#wikihead a:visited  { color: black; }
#wikihead a:hover    { color: blue; text-decoration:underline; }
#wikihead a:active   { color: blue; }

/* The following targets the unnamed div in which the wiki puts the search bar */
#wikihead form { margin: 0; padding: 0; }

/* This is the top menu bar */
#wikitopbar { margin:0; padding:4px 4px; background-color: #2A3A61; white-space:nowrap; }
#wikitopbar ul { list-style:none; margin:0px; padding:0px; }
#wikitopbar li { display:inline; margin:0px; padding:0; background: #2A3A61; }
#wikitopbar li a { text-decoration:none; color:white; border:none; padding:4px 25px; 
  background: url(button_gradient.gif) repeat-x #2B4B9B; }
#wikitopbar li a.createlink { display:none; }
#wikitopbar li a:hover { text-decoration:underline; color:white; 
  background: url(button_gradient2.gif) repeat-x #9A7C2C; }

/* These are for the left-sidebar. */
#wikileft { 
  width:155px;
  background: #ECF1FC;
  padding:6px 6px 1.5em; border-right:2px #2249A6 solid; 
  line-height:1.33em;
  font-size:80%;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
}
#wikileft .sidehead a 
  { color:#2249A6; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 1.5em 2em; background-color:#FFFFF0; 
  font-size:11pt; 
}

#wikicmds { 
  clear: both;
  float:right; white-space:nowrap; 
  font-size:80%; 
  margin: 0 0 10px 20px;
}
#wikicmds a { text-decoration:none; border: none; }
#wikicmds a.createlink { display:none; }
#wikicmds a:link     { color: black; }
#wikicmds a:visited  { color: black; }
#wikicmds a:hover    { color: blue; text-decoration:underline; }
#wikicmds a:active   { color: blue; }

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

/* These affect the lines at the very bottom. */
#wikifoot { 
  clear: both;
  padding: 4px 10px 6px;
  background: #D5DFF7;
  border-top:2px #2249A6 solid;
  font-size:80%; 
  text-align: center;
}

/* in case the sub-windows in footer are divs */
#wikifoot div {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* #wikifoot .footnav (if present) has page actions */
.footnav a { text-decoration:none; border: none; }
.footnav a.createlink { display:none; }
.footnav a:link     { color: black; }
.footnav a:visited  { color: black; }
.footnav a:hover    { color: blue; text-decoration:underline; }
.footnav a:active   { color: blue; }

/* the other two sub-windows */
.footinfo { }
.lastmod { }


/* 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, #wikitopbar, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}



/* General styles */

.slogan { 
  font-size: 150%;
}

.subslogan {
  font-size: 120%;
  margin-top: 0.4em !important;  /* to overule .vspace */
  margin-bottom: 0.4em;
  margin-left: 2em;
}

/* to limit lines to 500px */
.shortline {
  width: 500px;
}

/* extra wide padding between table columns */
table.widepad td {
  padding-right: 3em;
  padding-left: 1em;
}

/* more normal padding between table columns */
table.hpad td {
  padding-right: 1em;
  padding-left: 1em;
}

/* table class to ensure that cells don't wrap */
table.nowrap td {
  white-space: nowrap;
}

/* standard presentation for display images */
div.image_container img {
  border: 2px #ccc solid;
}

/* increased line-height for contacts (for easier reading)
 * Style is available elsewhere as .spacedout
 */
p.contact, .spacedout {
  line-height: 150%;
}

/* additional spacing between list items, etc. */
ul.loose li, ol.loose li, dl.loose li,
p.loose, div.loose, li.loose
{
  margin-bottom: 0.4em;
}

/* overiding .loose in some instances */
p.tight, div.tight, li.tight {
  margin-bottom: 0 !important;
}

/* primarily for forms */
.errors, .required {
  color: #cc0000;
}


/* Styles for the FAQ toc on FAQ page */

div.faqtoc {
  width: 500px;
  margin-bottom: 2em;
}

div.faqtoc li {
  line-height: 150%;
  margin-bottom: 0.4em;
}

/* Styles for the image montage on home page */

#wikitext #SeminaryMontage {
  position: relative; height: 250px;
  margin-left: 20px;
}

#wikitext #ChicagoImage {
  position: absolute; left: 0; top: 0; width: 126px;
  border: 2px #ccc solid;
}

#wikitext #ChicagoLink {
  position: absolute; left: 140px; top: 0; width: 300px;
}

#wikitext #UnitedImage {
  position: absolute; left: 166px; top: 4em; width: 160px;
  border: 2px #ccc solid;
}

#wikitext #UnitedLink {
  position: absolute; left: 340px; top: 4em; width: 300px;
}

#wikitext #EdenImage {
  position: absolute; left: 366px; top: 8em; width: 166px;
  border: 2px #ccc solid;
}

#wikitext #EdenLink {
  position: absolute; left: 546px; top: 8em; width: 300px;
}

