/***********************************************************************
** 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.
**
** Colour Palatte:
** Background colors:
**    background-color: #FDF4E6; - light yellow
**    background-color: #FDFBF9; - very light yellow
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-family: verdana, arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333;
  background-color: #66610D;
  background-color: #993;
  background-color: #999966;
  background-color: #fff;
}

#page {
  width: 900px;
  border-left: 1px solid #960;
  border-right: 1px solid #960;
  text-align: left;
}    

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size: 1em; }
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.0em; margin-bottom:0.6em; }
h1, 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; color: #c93; }
h2 { font-size: 1.6em; text-transform: uppercase; font-family: georgia, "trebuchet ms", arial, verdana; font-weight: bold; color: #6F7E09; padding-bottom: 4px; border-bottom: 1px solid #996;}
h3 { font-size: 1.4em; font-weight: bold; color: #594709;}
h4 { font-size:0.9em; font-weight: bold; }
h5 { font-size:0.9em; }
h6 { font-size:0.9em; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {
    height: 150px;
    text-align: left;
    vertical-align: bottom;
    background-image: url(bg-top.jpg);
}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
    position:absolute; right:10px; top:10px; 
    font-family:Verdana,sans-serif;
}


#wikimid {
    ppadding-top: 1em;
    bborder-bottom: 5px solid #963;
    bborder-left: 1px solid #CCCC99;
    bborder-right: 1px solid #CCCC99;
    background-color: #F1E5D9;
    background-color: #fff;
    background-image: url(bg-mid.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

/* These are for the left-sidebar. */
#wikileft { 
    width: 180px; 
    line-height: 2em;
    font-family: Verdana,sans-serif;
    font-size: 8pt; 
    padding: 30px 10px 10px 10px;
    bborder-right: 1px solid #9cf;
    bbackground-color: #ECF5FD;
    bborder: 1px solid #E0E0A4;
    bbackground-color: #F5F5E4;
}

#wikileft .vspace { margin-top:1.125em; }
#wikileft a {
    color: #663;
    color: #330;
}

#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 1em;
}

#wikileft li {
    margin-left: 1em;
    padding-left: 0px;
    list-style-image: url(arrow.gif);
}

#wikileft h3 {
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 0em;
    margin-left: 3px;
}

.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size: 10pt; font-weight:bold; font-style:normal; 
}

.sidehead a 
  { color:#505050; color: #663; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
    padding: 0px 10px 10px 25px;
}

#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif;
}

#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 {
    font-family: "trebuchet ms", sans-serif;
    line-height: 1em;
    font-size: 2.4em;
    font-weight: normal;
    color: #360;
    color: #9F771F;
}
.wikiaction { margin-top:4px; margin-bottom:4px; }

#wikitext {
    line-height: 2em;
    padding-bottom: 65px;
}

#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 { 
    hheight: 120px;
    margin-top: 30px;
    width: 95%;
    color: #333;
    padding: 5px 6px 0px 6px;
    font-family: Verdana,sans-serif;
    font-size: 8pt;
}

/* 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; }
  #page {border: none}
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

/*
@media handheld {
  body { width:auto; margin:0px; padding:0.5em; }
  #page {border: none}
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
  table {width: 100%;}
}
*/

.table {
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #FCFCFA;
}

.table th {
    background-color: #F8F6E3;
}

.table td,  .table th{
    border: 1px solid #E9E196;
    padding: 4px 7px;
}

#welcome {
}

#welcome td {
    padding: 2px 10px;
    border: 1px solid #FDDAA6;
    background-color: #FDFBF9;
    width: 25%;
}

td#vibrantworship, td#word {

}

td#caringchurch, td#childrenschurch {
    border: 1px solid #9cf;
    background-color: #ECF5FD;
}

.box1, .box2 {
    vertical-align: top;
}

.box1 {
    padding: 10px 10px 10px 10px;
    border: 1px solid #EAEAC4;
    background-color: #FCFCFA;
}

.box2 {
    padding: 10px 10px 10px 10px;
    border: 1px solid #E9E196;
    background-color: #F8F6E3;
}

.box3 {
    padding: 10px 10px 10px 10px;
    border: 1px solid #9cf;
    background-color: #ECF5FD;
}

.main-content {
    margin-right: 10px;
}    

.side-content .box1 {
    border: none;
    background: none;
    padding: 0px 10px 0px 0px;
}

.box1 h2, .box2 h2 {
    margin-top: 0em;
}

.box1 h3, .box2 h3, .main-content h3 {
    margin-top: 0.25em;
}

.main-content {
    border-spacing: 5px;
}

#welcome .box1, #welcome .box2 {
   font-size: 10pt;
}

#new-sermons {
    background-color: #E7F8CC;
    background-color: #F3FAE7;
    border: 1px solid #BCE6A2;
}

#new-sermons h2, #programmes h2, #news h2 {
    margin-top: 0.25em;
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 3px;
}

#new-sermons .sidehead,
#new-sermons h2 {
    color: #468122;
    border-bottom: 1px solid #60B22E;
}

#new-sermons ul {
    margin: 0px;
    mmargin-left: -0.75em;
    padding: 0px;
}

#new-sermons li {
    line-height: 1em;
    list-style: none;
    list-style-image: none;
    padding: 5px 0px 10px 0px;
    border-bottom: 1px dotted #60B22E;
}

#programmes {
    background-color: #ffc;
    border: 1px solid #fc6;
}

#programmes h2 {
    color: #960;
    border-bottom: 1px solid #c93;
}

#programmes h3 {
    font-family: arial, verdana;
    font-size: 10pt;
    padding-bottom: 3px;
}

#programmes strong {
    color: #963;
}

#news h2 {
    color: #630;
    border-bottom: 1px solid #963;
}

#news strong {
    color: #993300;
}

#news ul, #news ol {
    margin-left: 1em;
    padding-left: 1em;
    margin-top: 0.5em;
}

span.light {
    color: #666;
}

a:link, a:visited, a:hover {
    color: blue;
}

span.small {
    font-size: 8pt;
}

.sermon-index ol {
    margin-left: 1em;
    padding-left: 1em;
}

.sermon-index li {
    margin-bottom: 0.5em;
}

.sermon-index .small {
    line-height: 1.5em;
}

.sermon-index .light {
    font-size: 8pt;
}

#page .news-item {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

#new-sermons li {
    line-height: 1.3em;
}

.pagebar {
    display: block;
    width: 530px;
    margin-left: 5px;
    padding: 3px 6px;
    border: 1px solid #E0E0A4;
    background-color: #F5F5E4;
}

#wikinav ul {
    border-top: 2px solid #690;
    border-bottom: 2px solid #9cf;
    margin: 0px;
    padding: 0px;
    height: 24px;
    background-color: #363;
    background-color: #6B4C1E;
    background-color: #F8C979;
    background-color: #993;
}

#wikinav ul li {
    padding: 3px 2px 0px 2px;
    display: block;
    float: left;
    width: 120px;
    height: 2em;
    border-right: 1px solid #ccc;
    text-align: center;
}

#wikinav a {
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

#wikitext a {
    color: #330;
}

#wikileft .box1, #wikileft .box2, #wikileft .box3 {
    border: none;
}

.mini {
    padding: 5px;
    border: 1px solid #9cf;
    background-color:#ffffff;
    border: 1px solid #E9E196;
}
.miniH, .miniF {display:block;}

.ref, .verse {
	color: maroon;
	background-color: #ffc;
	font-family: georgia, "times new roman", serif;
	font-size: 10pt;
	font-style: italic;
}

.ref {
	font-weight: bold;
}

