/***********************************************************************
** centre.css
** by Brian.  Use it, share it mod it.
***********************************************************************/
body {
	font-family: Tahoma, Arial, sans-serif;
	background: #FFFFFF;
	background-image:  url('/pub/skins/stmats/stmatthinvistafade.gif');
	background-repeat: no-repeat;
	background-position: top right;
  	margin-left:0px; margin-right:0px; 
 	font-size:14px; 
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic;
}
a:link {color: #669966;}
a:visited {color: #336633;}
a:hover {color: #99cc99;}

#wikilogo { 
	height:150px;
	padding:5px;
	font-size:20px;
}

#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

#wikileft { 
  width:150px; 
  border-right:0px #ffffff solid; 
  padding:0px 0px 0px 0px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}
#wikileft a {
	color: #669966;
	background-color: #99cc99;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #669966;
	font: 13px Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;	}
#wikileft a:hover {
	border-left: 10px solid #336633;
	text-decoration: none;
	color: #336633;		}
#wikileft ul { list-style:none;
	padding:5px;
	margin:0px; 		}
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:80%;  }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }

#wikibody { padding:0px 10px 10px 10px; background-color:white; }
#wikitext { margin-top:1em; line-height:1.33em; }

.pagegroup { margin-top:10px; font-size:180%; }
.pagetitle { margin-top:2px; font-size:160%; }

#wikifoot { 
  padding-left:191px; 
  border-top:1px #cccccc solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
