
/***********************************************************************
 * ph.css
 * Modified from pmwiki.cs for the ph skin by Dick Shelton, 2007
 *
 */


/* This sets the overall frame for the site */
body {
  margin: 0px; 
  background-color: #f7f7f7; 
  font-family: Calibri, 'Trebuchet MS', Arial, Helvetica, sans-serif; 
  font-size: 100%;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family: Consolas, '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; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { 
  padding: 10px 10px 15px; 
  text-align: center;
}

/* This controls tools in the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
}
#wikihead input { font-size:85%; } 

/* This controls navigation text in #wikihead */
#wikihead .headnav {
  font-size: 85%;
}

/* These are for the left-sidebar. */
#wikileft { 
/*  background-color: #fdf5e6; */
/*  background-color: #fff8bb; */
  background-color: #fffbd5;
  padding:6px; 
  border-right:4px #573d0f solid; 
  line-height:1.33em;
  font-size: 100%;
  width: 12em;
}
#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: 10px; }

/* 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 {
  margin: 0px; 
  padding: 4px;
  font-weight: bold; 
  font-style: normal; 
/*  background-color: #fcc246; */
  background-color: #fff06b;
}
#wikileft h1 a, #wikileft h5 a, #wikileft .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }
#wikileft li {
  line-height: 1.0;
  margin: .3em 0;
}

/* These affect the main content area. */
#wikibody { 
  padding:0px 12px 24px 18px; 
  background-color:white; 
  font-size: 100%; 
}

/* The banner header */
#wikiheader {
/*  color: #b8860b;  */
  color: #b3974b;
  border-bottom: #4b78b3 8px solid;
}

#wikiheader h1 {
  margin-bottom: 0;
}
#wikiheader h3 {
  margin-top: 0;
}

#wikicmds { 
  white-space:nowrap;
  text-align: right;
/*  float:right; */
/*  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; }
.pagetitle { line-height:1em; margin:0px; font-size:1.8em; 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 */

/* overide the hardcoded value (1.33em) for vspace generated by pmwiki */
#wikitext .vspace { margin-top: .9em; }  

/* 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 { 
  background-color: #fdf5e6;
  padding: 6px 6px 10px; 
  border-top:4px #573d0f solid; 
  text-align: center;
  font-size: 90%;
  line-height: 1.33em;
}

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

/* Color meant to match the banner text */
.housecolors {
  color: #b3974b;
}


/* Special styles */

#wikitext .leftindent {
  margin-left: 40px;
}

#wikitext .rightindent {
  margin-right: 40px;
}

#wikitext .inset {
  margin-right: 40px;
  margin-left: 40px;
}

#wikitext .mid {
  margin-top: 0;
  margin-bottom: 0;
}

#wikitext .top {
  margin-bottom: 0;
}

#wikitext .bot {
  margin-top: 0;
}

#wikitext .first {
  margin-top: 0;
}

#wikitext span .whitespace {
  line-height: 75%;
}

#wikitext li.nomarker {
  list-style-type: none;
}

#wikitext div.panel {
  margin: 10px; 
  border: solid #aaa 2px; 
  padding: 10px;
}

.monospaced {
  font-family: "Courier New", monospaced;
}


/* Program Table */

table.program td {
  padding: 4px;
  border-left: black solid 1px;
  border-bottom: black solid 1px;
  vertical-align: top;
}

table.program td.date {
  border-top: 4px solid #C77F0D;
  padding-top: 6px;
}

table.program td.title {
  font-weight: bold;
  border-top: 4px solid #C77F0D;
  padding-top: 6px;
}

table.program td.speaker {
  border-top: 4px solid #C77F0D;
  padding-top: 6px;
  border-right: black solid 1px;
}

table.program td.contact {
}

table.program td.fac {
}

table.program td.music {
}

table.program td.fee {
  text-align: right;
}

table.program td.equip {
  border-right: black solid 1px;
}

table.program td.desc {
  border-right: black solid 1px;
}

table.program td.note {
  font-style: italic;
  border-right: black solid 1px;
}

/* Top-aligned table */
table.topalign {
}
table.topalign td, table.topalign th {
  vertical-align: top;
}

/* Tables with padded cells */
table.hpad {
}
table.hpad td, table.hpad th {
  padding-left: 10px;
  padding-right: 10px;
}

