/***********************************************************************
** mnrcrc.css
**
**  CSS for ordinary pages in the MNRCRC wiki.
**
***********************************************************************/


/* colors:
  #ededfc  light purple for right side of head, footer
  #9999cc  medium dark purple from old site
  #50518c  dark purple from logo graphic
  #d3d4f7  original choice for 1st level heads
  #ededfc  original choice for 2nd level heads
  #a3a4d0  a "lighter dark" for menu bar.
  #fffff0  "ivory"
 */

body {
  margin: 0;
  font-family: Calibri, Georgia, 'Trebuchet MS', Arial, Helvetica;
  position: relative;
}

#wikihead {
  margin: 0;
  padding: 10px;
  height: 160px;
  background: url("gradiant.gif") #ededfc repeat-y;
}

#fwdref {
  font-size: 0;
  height: 0;
}

#wikilogo {
  position: absolute;
  top: 10px;
  left: auto;
  right: 20px;
  margin: 0;
  padding: 0;
  width: 320px;                         /* width of logo image */
  height: 160px;                        /* height of logo image = height of container div #head */
  text-align: right;
}

#marquee {
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  background-color: #6B71AD;
}

#slogan {
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: Georgia, Cambria, 'Trebuchet MS', Arial, Helvetica;
  font-size: 130%;
  font-style: italic;
}



/* -----------------------------------------------------------------------------
 *   #wikimid : Table comprising left col (#wikileft) and main col (#wikimain)
 */
#wikimid {
  width: 100%;
}



/* -----------------------------------------------------------------------------
 *   #wikileft : Lefthand cell of format table
 */
#wikileft {
  width: 220px;
  background-color: #9999CC;
  border-right: 0 gray solid;
  padding: 8px 8px 2em;
  vertical-align:top;
}

#wikileft .vspace {
  margin: 0;
}

#wikileft p.sidehead {
  /* Main divisions in the sidebar */
  margin: 1.5em 0 0 0;
  padding: 1px 4px;
  background-color: #D3D4F7;
  font-weight: bold;
  font-size: 110%;
}

#wikileft ul {
  /* first level heads */
  list-style-type: none;
  margin: 0;
  padding: 2px 4px;
  background-color: #D3D4F7;
}

#wikileft ul li {
  margin: 0;
  padding: 1px;
  text-indent: 0;
  white-space: nowrap;
}

#wikileft ul ul {
  /* second level heads */
  list-style-type: disc;
  margin: 2px 0 0 0;
  padding-left: .5em;
  background-color: #ededfc;
}

#wikileft ul ul li {
  margin: 0 0 0 1.5em;
  text-indent: -1.5em;
  list-style-position: inside;
  white-space: normal;
}

#wikileft li.highlight {
  /* active block in sidebar */
  margin: 4px 0;
  padding: 4px 4px;
  background-color: #ededfc;
  border: 1px gray dotted;
}

#wikileft a                { text-decoration:none;      color: black;   }
#wikileft a:hover          { text-decoration:underline; color: #E67200; }
#wikileft a.selflink       { text-decoration:none;      color: #0046AE; }
#wikileft a.selflink:hover { text-decoration:underline;      color: #E67200;   }
#wikileft a.urllink {
  background: url(external.png) 100% 2px no-repeat;  /* right top */ 
  padding-right: 13px;
}
#wikileft li.highlight2 a       { text-decoration:none;      color: #232AB1;   } /* old colors: #217AFF #7B7EE5 */ 
#wikileft li.highlight2 a:hover { text-decoration:underline; color: #E67200; }

#wikileft p.sidehead a       { text-decoration:none;      color: #032B67; }
#wikileft p.sidehead a:hover { text-decoration:underline; color: #E67200; }

#wikileft div.donatenow {
  margin: 1em;
  text-align: center;
}
#wikileft div.donatenow img {
  margin: .5em 0;
}



/* -----------------------------------------------------------------------------
 *   #wikimain : the right-hand table cell 
 *   (includes divs #wikicmds, and #wikibody)
 */
#wikimain {
  vertical-align: top;
  background-color: #fffff0;
}



/* -----------------------------------------------------------------------------
 *   #searchbar : the utility menu in #wikimain
 */
#searchbar {
  margin: 0 0 8px;
  padding:8px 10px 0;   
  font-size: 90%;
  background-color: #fffff0;
  white-space: nowrap;
  text-align: right;
  line-height: 150%;
}

#searchbar a { text-decoration:none; }
#searchbar a:link     { color: #232AB1; }
#searchbar a:visited  { color: #6466A6; }
#searchbar a:hover    { color: #E67200; text-decoration:underline; }
#searchbar a:active   { color: #D05684; }

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

#searchbar .vspace { margin: 0; }



/* -----------------------------------------------------------------------------
 *   #wikibody : the main content div in cell #wikimain
 *   (includes divs #wikiright, #wikititle, #wikitext)
 *
 *   NB: to avoid the IE Peekaboo bug, this div and all containing divs
 *   avoid declaring a background color.
 */
#wikibody {
  margin: 0;
  padding: 0;
  border: 0;
}



/* -----------------------------------------------------------------------------
 *   #wikititle : div with the breadcrumbs and title
 *
 *   NB: to avoid the IE Peekaboo bug, this div and all containing divs
 *   avoid declaring a background color.
 */
#wikititle {
  margin: 8px 0;
  padding: 0 1.5em 0;
}

#wikititle a { text-decoration:none; }
#wikititle a:link     { color: #232AB1; }
#wikititle a:visited  { color: #6466A6; }
#wikititle a:hover    { color: #E67200; text-decoration:underline; }
#wikititle a:active   { color: #D05684; }

.pagegroup { margin: 0 0 2px; font-size:85%; }
.pagetitle { margin: 2px 0 0; font-size:180%; }
.subtitle  { margin:.4em 0 0; font-size:130%; font-style: italic; }

.pagegroup p { margin: 0; }


/* -----------------------------------------------------------------------------
 *   #wikitext : div with the text
 *
 *   NB: to avoid the IE Peekaboo bug, this div and all containing divs
 *   avoid declaring a background color.
 */
#wikitext {
  margin: 0;
  padding: 0 1.5em 2em;
  line-height: 1.33;
  /*max-width: 600px;*/
  font-size: 100%;
  position: relative;
}

#wikitext a { text-decoration:none; }
#wikitext a:link     { color: #232AB1; }
#wikitext a:visited  { color: #6466A6; }
#wikitext a:hover    { color: #E67200; text-decoration:underline; }
#wikitext a:active   { color: #D05684; }

.navitem { margin-bottom: .25em; }
.explain { margin-top: .25em; margin-left:2em; }
.marker { color: #175691; padding-right: .25em; } /* old colors: #ce6331 */ 

#wikitext h1 { margin: 1em 0 .5em; }
#wikitext h2 { margin: 1em 0 .5em; }
#wikitext h3 { margin: 1em 0 .5em; }
#wikitext h4 { margin: 1em 0 .5em; }
#wikitext h5 { margin: 1em 0 .5em; }
#wikitext h6 { margin: 1em 0 .5em; }
#wikitext p  { margin: .75em 0; }
#wikitext ul { margin-top: .5em; margin-bottom: 1em; }
#wikitext ol { margin-top: .5em; margin-bottom: 1em; }
#wikitext li { margin-bottom: .3em; }
#wikitext dl { margin-top: .5em; margin-bottom: .5em; }
#wikitext dt { font-weight: bold; }
#wikitext dd { margin-bottom: .5em; }
#wikitext textarea { width: 100%; }
#wikiedit { width: 100%; }


/* Event boxes */

#wikitext div.event h3,
#wikitext div.event h4 {
  background-color: #9999cc;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 4px 6px;
  border: 0 solid #9999cc;
}

#wikitext div.event p {
  background-color: #d3d4f7;
  border-top:    0   solid  #d3d4f7;
  border-left:   0 solid  #d3d4f7;
  border-right:  0 solid  #d3d4f7;
  border-bottom: 0 solid  #d3d4f7;
  margin: 0 10px;
  padding: 4px 6px;
  line-height: 110%;  /* somewhat tighter than the standard 130% */
}




/* -----------------------------------------------------------------------------
 *   #wikifoot : footer div at bottom of page
 */
#wikifoot {
  background-color: #ededfc;
  margin: 0;
  border-top:5px #6B71AD solid;
  padding: 5px 0 10px;
  font-size: 90%;
  text-align: center;
}

#wikifoot p { margin: 5px 0; }

#wikifoot a { text-decoration:none; }
#wikifoot a:link     { color: #232AB1; }
#wikifoot a:visited  { color: #6466A6; }
#wikifoot a:hover    { color: #E67200; text-decoration:underline; }
#wikifoot a:active   { color: #D05684; }



/* -----------------------------------------------------------------------------
 *   Return to top of page (div in Site.SiteFooter)
 */
#wikitext .toplink { 
  clear: both;
  margin-top: 3em;
  font-size: 83%;
}


/* -----------------------------------------------------------------------------
 *   Footer info (divs in Site.Footer)
 */
#wikifoot div.footnav { 
}

#wikifoot div.footinfo { 
}

#wikifoot div.lastmod { 
}

#wikifoot div.vspace { 
  margin: 0;
}


/* -----------------------------------------------------------------------------
 *   Miscellaneous styles
 */
#wikitext table.hpad th, 
#wikitext table.hpad td {
  padding-left: 1em;
  padding-right: 1em;
}

#wikitext table.loose { margin: .75em 1em 1.5em; }

#wikitext table.topalign th,
#wikitext table.topalign td {
  vertical-align: top;
}



