/***********************************************************************
** 
**  This is a CSS that aimed to be very spartan and slick.
** 
**  This is also a CSS that failed to do that!
** 
**  If you can read and understand this, suggestions on cutting it back are appreciated!
**
***********************************************************************/

/* Does we need these, defaults from pmskin */
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; }


body		{
		 margin: 0px;
		 padding: 0px;
		 border: 0px;
		 font-family:Arial,Helvetica,sans-serif;
		 font-size:11pt;
		 background-color:#000033;
		 *background-color:#ff0033;
		}

#orititle	 {
	 	  margin-left:10px;margin-top:10px;
		 width: 180px; padding: 0px; 
		 border-width: 5px; 
		 -moz-border-image: url(bt.png) 5 5 5 5 stretch stretch;
		 -webkit-border-image: url(bt.png) 5 5 5 5 stretch stretch;
		 }

#orisearch 	{ 
		 position:absolute;
		 right:10px;
		 top:10px; 
		 border-width: 10px;
		 -moz-border-image: url(b.png) 10 10 10 10 stretch stretch;
		 -webkit-border-image: url(b.png) 10 10 10 10 stretch stretch;
		 color:#000000; font-family:Verdana,sans-serif;
		}
#orisearch a	{color:#000000; font-family:Verdana,sans-serif;}

/*LEFT SIDEBAR*/
#oriside	{
		 float:left;
		 width: 170px;
		 margin-left: 10px;
		 margin-top: 10px;
		 padding: 0px; 
		 border-width: 10px;
		 -moz-border-image: url(b.png) 10 10 10 10 stretch stretch;
		 -webkit-border-image: url(b.png) 10 10 10 10 stretch stretch;
		  color:#000000; font-family:Verdana,sans-serif; font-size:8pt;
		}

#oriside a	{font-family:Verdana,sans-serif; font-size:8pt; color:#ffffff}

/*MAIN BODY*/
#oridir	{
		 margin-top: 10px;
		 margin-left: 210px;
		 margin-right: 10px;
		 margin-bottom: 10px;
		 padding: 0px; 
		 border-width: 10px;
		 -moz-border-image: url(b.png) 10 10 10 10 stretch stretch;
		 -webkit-border-image: url(b.png) 10 10 10 10 stretch stretch;
		}

#oribody	{
		 margin-top: 10px;
		 margin-left: 210px;
		 margin-right: 10px;
		 margin-bottom: 10px;
		 padding: 0px; 
		 border-width: 10px;
		 -moz-border-image: url(b.png) 10 10 10 10 stretch stretch;
		 -webkit-border-image: url(b.png) 10 10 10 10 stretch stretch;
		}

/*FOOTER*/
#orifoot	{
		 margin-left: 210px;
		 margin-right: 10px;
		 margin-bottom: 20px;
		 padding: 0px;
		 border-width: 10px;
		 -moz-border-image: url(b.png) 10 10 10 10 stretch stretch;
		 -webkit-border-image: url(b.png) 10 10 10 10 stretch stretch;
		}












/* These are for the edit form. */
#wikiedit		{margin:0px; padding: 0px;}
#wikiedit form		{margin:0px; padding: 0px; width:auto;}
#wikiedit textarea 	{width:100%;}



/* IN Page titles and actions */
.pagegroup	{
		 margin-top:0px; margin-bottom:2px;
		 font-family:Verdana,sans-serif;
		 font-size:8pt;
		}
.pagetitle	{
		 margin-top:0px; margin-bottom:2px;
		 font-family:Verdana,sans-serif;
		 font-size:12pt;
		}
.wikiaction	{
		 margin-top:0px; margin-bottom:2px;
		 font-family:Verdana,sans-serif;
		 font-size:12pt;
		}
.wikimessage {
		 margin-top:0px; margin-bottom:2px;
		 font-family:Verdana,sans-serif;
		 font-size:12pt;
		}


#wikicmds { 
  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; }
#wikitext { margin-top:0px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */