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

html {
	overflow-x: hidden;
	overflow-y: auto;
} 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	margin:0px 0px; 
	padding:0px;
	background-color:#333333;
	background-image:url(bg.gif);
	background-repeat:repeat;	
}

#main{
	width:960px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	border-left:1px solid black;
	border-right:1px solid black;
				
}

#headerpic{
	width: 960px;
	border: 0px solid black;
	margin: auto;
	background-image: url('head_dana.jpg');
	height: 100px;
}
#header{

}

#footer{
	clear:both;
	height:1%;
    padding:5px 15px;
	text-align:left;
	background-color:#FFFFFF;
	font-size:75%;
				
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a {
	color:#ff6600;
	text-decoration:none;	
		
}

#leftside{
	float:left;
	height:1%;
	width:150px;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	
}

#middle{
	float:left;
	height:1%;
	width:575px;
	margin:0px;
	margin-top:5px;
	margin-left:15px;	
	text-align:left;
	background-color:#ffffff;
	
}




#rightside{
	float:left;
	height:1%;
	width:186px;
	margin:0px;
	margin-top:5px;
	margin-left:5px;
	text-align:left;
	background-color:#FFFFFF;
}




#middle_page{
	float:left;
	height:1%;
	width:570px;
	margin:0px;
	margin-top:5px;
	margin-left:15px;
	margin-right:10px;	
	text-align:left;
	background-color:#ffffff;
	overflow:hidden;
	
}

#printBlock{
	margin:0px;
	margin-bottom:20px;

}





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



/* HEADERS */

h1{
	font-size:160%;
	color:#333333;
	margin:0px;
	font-weight:normal;
}


h2{
	font-size:140%;
	color:#FF5E00;
	margin:0px;
	font-weight:normal;
}


h3{
	font-size:120%;
	color:#FF5E00;
	margin:0px;
	font-weight:normal;
}



h4{
	font-size:100%;
	font-weight:bold;
	color:#ff6600;
	margin:0px;
}

/* TEXT and TABLES */

p, td, div{	
	font-size:100%;
	line-height:140%;
	color:#000000;
}





/* LINKS */


a, a:link, a:visited{
	 color:#ff6600;
	 text-decoration:none;
	 font-size:100%;	
	 font-weight:normal;
} 


a:hover{
	 color:#ff6600;
	 text-decoration:underline;	
} 




/* HORIZONTAL LINES */

div.orng_rule {
  clear:both;  
  height: 6px;
  background-image:url(../images/orng_rule.gif);
  background-repeat: repeat-x;
  background-position: 0px 5px;

}
div.orng_rule hr {
  display: none;
}

div.grey_rule {
  clear:both;  
  height: 6px;
  background-image:url(../images/grey_rule.gif);
  background-repeat: repeat-x;
  background-position: 0px 5px;

}
div.grey_rule hr {
  display: none;
}

/* FROMS */

form{
	margin:0px;	
}

input{
	font-size:85%;
}

/* MISC */

.wide960{
	width:100%;

}


.mrgn_btm{
	margin-bottom:5px;
	*margin-bottom:3px;
	
}




#sitemenu {
	border-bottom:1px #cccccc solid;
	padding-bottom:4px; 
	font-family:Verdana,sans-serif; font-size:80%; 
}

#wikititle {
	font-size: 60%;
}

#header { 
  width:960px;
  text-align: center;
  white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
  border-bottom: 2px #cccccc solid;
}
#header ul { list-style:none; margin: 0px; padding:0px; }
#header li { display:inline; margin:0px 5px; }
#header li a { text-decoration:none; color:black; border:none; }
#header li a.createlink { display:none; }
#header li a:hover { text-decoration:none; color:grey; }



/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
  width:155px; 
  padding:6px; border-right:1px #cccccc solid; 
  line-height:1.33em;
  font-size:9.4pt; font-family:Verdana,sans-serif;
}

#wikileft .vspace { margin-top:1.125em; } 
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:#ff6600; }
#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; }



/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:11pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:60%; 
}
#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:#ff6600; }
.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; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  /*padding-left:178px;*/
  padding-left: 10px; 
  padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:60%; 
}

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

/*
 * menu
 */


.menu {
    margin:0px;
    padding:0px;
	margin-bottom:20px;
	border:none;
	background-color:#FFFFFF;
}


.menu ul {
    list-style:none; 
/*    list-style-image: url('leaf.gif') */
/*    list-style: square inside url('leaf.gif'); */
    margin: 0px;
    padding: 0px;
	background-color:#FFFFFF;
    border-top: #cccccc solid 1px;	
    padding-bottom: 10px;
}

.menu li {
    margin:0px;
	background-color:#FFFFFF;	
	font-size:10px;
/*    list-style: square inside url('leaf.gif'); */
    border-bottom: #cccccc solid 1px;
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 10px;
}

.menu li a{
    font-weight: bold;
   color: #666666;
}


.wikilink  {
    color: #666666;
}

.selflink {
   color:#ff6600;
}

.menu a, .menu a:link, .menu a:hover {
    display: block;
    text-decoration: none;
	background-color:#FFFFFF;

}

.menu a:hover {
   color:#ff6600;
   text-decoration:none;

}



/* menu level 1 */


.menu .menuLevel1 a, .menu .menuLevel1 a:link, .menu .menuLevel1 a:visited {
    font-weight:bold;
	   text-decoration:none;
}

.menu .menuLevel1 a:hover {
   text-decoration:none;
	
}

.menu .menuLevel1 li {

    border-top: 1px solid #CCCCCC;
    line-height: 20px;
    text-indent: 5px;
}

.menu .menuLevel1 li.leafLast, .menu .menuLevel1 li.collapsedLast {
    border-bottom: 1px solid #CCCCCC;
    /*padding-bottom: 1px;*/
}

.menu .menuLevel1 .expanded {
}

.menu .menuLevel1 .collapsedTop {
}

.menu .menuLevel1 .collapsedTop a:hover {
text-decoration:none;
}

.menu .menuLevel1 .leaf a:hover,
.menu .menuLevel1 .collapsed a:hover {
text-decoration:none;
}

.menu .menuLevel1 .expandedTop {
text-decoration:none;
color:ff6600;

}

.menu .menuLevel1 .leafLast,
.menu .menuLevel1 .collapsedLast {
text-decoration:none;
}

.menu .menuLevel1 .leafLast a:hover,
.menu .menuLevel1 .collapsedLast a:hover {
text-decoration:none;
}

/* menu level 2 */

.menu .menuLevel2 ul {
    list-style:none;
    color: #CCCCCC;
}

.menu .menuLevel2 a {
    display:inline;
	color:#666666;
    vertical-align:middle;
}

.menu .menuLevel2 li.leaf a:hover,
.menu .menuLevel2 li.leafLast a:hover {
    text-decoration: none;
}

.menu .menuLevel2 li {
    padding:4px;
    text-indent: 0px;
}

.menu .menuLevel2 .leafLast {
}

.menu .menuLevel2 .expanded {

}

.menu .menuLevel2 .collapsed a:hover {
    text-decoration: none;
}

.menu .menuLevel2 a:hover,
.menu .menuLevel2 a.menuactive {
   color:#ff6600;
   text-decoration: none;
}

/* menu level 3 */

.menu .menuLevel3 ul {
    color:#666666;
}

.menu .menuLevel3 li,
.menu .menuLevel3 .collapsed,
.menu .menuLevel3 .collapsedLast,
.menu .menuLevel3 .leafLast,
.menu .menuLevel3 .expanded {
    /*text-indent: 0px;*/
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
    border:none;
}

.menu .menuLevel3 .leafLast {
    padding-bottom: 0px;
}

.menu .menuLevel3 a,
.menu .menuLevel3 .leaf a,
.menu .menuLevel3 .collapsed a,
.menu .menuLevel3 .collapsedLast a,
.menu .menuLevel3 .leafLast a {
}

.menu .menuLevel3 a.menuactive,
.menu .menuLevel3 a:hover {
   color:#ff6600;
    text-decoration: none;
}

/* menu level 4 */

.menu .menuLevel4 ul {
}

.menu .menuLevel4 li {
    color:#666666;
    border: none;
    /*text-indent: 5px;*/
    padding-left: 10px;
}

.menu .menuLevel4 li.leafLast {
}

.menu .menuLevel4 a,
.menu .menuLevel4 .leaf,
.menu .menuLevel4 .leafLast {
}

.menu .menuLevel4 .leaf a,
.menu .menuLevel4 .leafLast a {
}

.menu .menuLevel4 a.menuactive,
.menu .menuLevel4 a:hover {
   color:#ff6600;
    text-decoration: none;
}

.menu .menuLevel4 li.leafLast a:hover {
    text-decoration: none;
}


