/***********************************************************************
** 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.
************************************************************************
**
** Here's how to do "opacity" / "transparency":  
** for IE 
**  filter:alpha(opacity=40);
** CSS3 standard 
**  opacity:0.4;
** for Mozilla 
**  -moz-opacity:0.4;
***********************************************************************/

/* This sets the overall frame for the site */

body {

  margin:0px; 
  background: #cfcfcf url(../../../../imgs/serpents_iz_mus.gif) repeat-y fixed top left;  
  font-family: "Book Antiqua", Gentium, Palatino, Garamond, "Times New Roman", Times, serif;
  font-size: 11pt;

}

/* These control the fixed-width text elements of the page */

textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Grande', Calibri, sans-serif; }
pre { line-height:1.2em; }

/* These primarily adjust the size and spacing of heading elements */

H1 		{		
		
		font-size: 22pt; 
		margin-top: .2em;
		margin-bottom: .5em;
		font-variant: small-caps;
		
		}



H2		{
		
		font-size: 20pt;
		margin-top: .2em;
		margin-bottom: .5em;
		font-variant: small-caps;
		
		}


H3		{
		
		font-size: 18pt;
		margin-top: .2em;
		margin-bottom: .5em;
		font-variant: small-caps;
		
		}

/* The #wikilogo element is for the logo from $PageLogoFmt */


/* ID DECLARATIONS */


/* These ids are new, created 12/2008 */



#pagetop {	
			
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100px;
			z-index: 10; 
			clear: left;  
	
			
			}
			
#searchbar { 

			   position: absolute;
               top: 15px; 
			   left: 700px;
			   z-index: 12;
			   font-size: 9pt;
			   
			}
			

#wikilogo { 

position: absolute;
left: 0px;
top: 0px;
width: 100%;
background: transparent;
z-index: 11;


}

#wikilogo img { width: 1152px;
height: 62px; border: 0px; margin: 0px; padding: 0px; 

				}  

#wikihead { 
  background-color: lightgrey;
  margin-top: 4px;
  margin-right: 75px;
  padding: 6px;
  position:absolute; right:10px; top:10px; 
  outline: 1px;
  font-family:Palatino, Garamond, serif; font-size:85%; 
		}  

#wikihead input { font-size:85%; } 



/* These are for the left-sidebar. */

#wikileft { 
  position: absolute;
  top: 66px;
  left: 40px;
  width:170px; 
  height: 400px;
  padding:10px;
  line-height:1.33em;
  font-size:9.4pt; 
  font-family: Palatino, Garamond, serif;
   z-index: 1;
}

#leftbackground {

  position: absolute;
  top: 66px;
  left: 40px;
  width: 170px;
  height: 400px;
  background-image: url(../../../../imgs/whitepoint.png);
   
/* will this make it transparent? */

filter:alpha(opacity=45);
opacity:0.45;
-moz-opacity:0.45; 

/* yes! */


  
}

#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; }

/* 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 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
}

#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }



#wikilinks { 

display: inline;
position: absolute;
top: 64px;
left: 225px;
width: auto;
font-size: 120%;
font-weight: bold;
font-variant: small-caps;

}

#wikilinks a { text-decoration: none; }

#wikilinks a:link {
       padding: 4px;
       background: lightgrey;
       color: black; }
       
#wikilinks a:visited {
       padding: 4px;
       background: lightgrey;
       color: black; }

#wikilinks a:hover { 
     padding: 4px;
     background: black;
     color: white;}
     
#wikilinks a:active { 
     padding: 4px;
     background: black;
     color: white; 
	 
	 }

/* I commented out this useless division ID until I figure out why I wrote it again

#center { 
			POSITION: ABSOLUTE; 
			LEFT: 230PX;
			height: 185px;
			width: 100%;
			background-image: url(../../../../imgs/iz_mus_stone.jpg);
   

filter:alpha(opacity=95);
opacity:0.95;
-moz-opacity:0.95; 

z-index: 11;
} 

 */




/* This controls the rest of the heading (primarily the search box) */



/* This is a neutral container for the central part of the page, left, center, right */

#wikimid {

padding: 15px;
position: absolute;
top: 0px;
left: 0px;

}


/* These are for the right-sidebar */


#wikiright {

position: absolute;
top: 130px;
left: 775px;
background-color: transparent;
width: 195px;
padding: 10px;
font-size: 9.4pt;
font-family: Palatino, Garamond, serif;

}

/* These affect the main or central content area. */

#wikibody { 
  position: absolute;
  top: 140px;
  left: 230px;
  width: 500px;
  margin-right: 15px; 
  padding: 10px; 
  border-top: 2px lightgreen;
  background-color: transparent; 
  font-size:11pt; 
  
}

#wikicmds { 
  background-color: lightgray;
  padding: 6px;
  float:right; 
  white-space:nowrap; 
  font-family:Palatino, Garamond, 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.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; }

/* This Affects the WIKI TITLE look */

#wikititle {

display: inline;
white-space: nowrap;
font-family: Garamond, serif;
font-size: 150%;
font-variant: small-caps;

}

#wikititle span.pagegroup {

display: inline; 
display: none;
font-family: Verdana, sans-serif;
font-size-adjust: .75;

}

#wikititle h1.pagetitle {

display: inline;
letter-spacing: 2px;
padding-left: 5px;

}

/* These affect the lines at the very bottom. */

#wikifoot { 
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: right;
  background-color: lightgray;
  padding-top: 15px;
  padding-right:50px;
  padding-bottom:15px; 
  padding-left: 10px;
  font-family:Palatino, Garamond, serif; font-size:80%; 
}

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

