/**********************************************************************
   LUBBER!!
-----------------------------------------------------------------------
based on: research skin
based on: ala like skin
based on: pmwiki.css
***********************************************************************/

html, body {
    height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	/* border-left: 180px solid #f0f0f0; --- doesn't go to bottom */
	background: #fff; /* url(bg-lubber-f1.gif) 0px 0px repeat-y; */
}

h1, h2, h3, h4, h5, h6 { 
	color: #036; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 4px 0 0 0;
}

h1 { font: 200%}
h2 { font: 170% sans-serif }
h3 { font: 140% sans-serif }
h4 { font: bold 120% sans-serif }
h5 { font: italic 110% sans-serif }
h6 { font: small-caps 100% sans-serif }

#wikibody h1 { margin-top: 12px; }
#wikibody h1 { margin-left: 4px; }
#wikibody h3 { margin-left: 8px; }
#wikibody h4 { margin-left: 12px; }
#wikibody h5 { margin-left: 16px; }


/*
h1, h2, h3, h4, h5 { 
	line-height: 1em; 
	padding-bottom: 3px;
	margin: 6px 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1, h2, h3 { color: #005A9C; }
h4, h5 {
	color: #666;
}

h1 { font-size:180%; }
h2 { font-size:150%; }
h3 { font-size:130%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight: normal; }

#wikibody h2,
#wikibody h3,
#wikibody h4,
#wikibody h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
*/


hr { 
	border: none; height: 1px; background-color: #ccc; color: #ccc; width: 100%; }

pre {
  padding: 10px;
  font-family: lucida, monaco, monospace;
  font-size: 9pt;
}

code {
  padding: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
}

.lastmod {
  font-style: italic;
}



#wikilogo {
	border: 1px #ccc solid;
	width: 130px;
	height: 190px;
	margin: 0;
	overflow: hidden;
	background: #fff;
	text-align: center;

	background-image: url(http://www.lubber.net/uploads/Main/rotate.php);
	background-position: center center;

}


	#logolink {
	display: block;
	width:130px;
	height:190px;
	}
	
	#logoimage {
	}


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

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


/* =================================== */
/* ============= SIDEBAR ============= */
#wikileft {
	position: absolute;
	z-index: 10;
	top: 8px; 
	left: 8px;
  
	width: 146px;
	padding: 8px;
	
	font-size: 12px;
	background: #fff;
	
/*	
	border: 1px solid #ddd;
	font-family: Georgia, Times, Palatino, serif; */
}

#wikileft a, 
#wikigroupbar a { text-decoration:none; color: #333; }

#wikileft a:hover, 
#wikigroupbar a:hover { text-decoration:underline; color: #333; }

#wikileft ul, 
#wikigroupbar ul { list-style:none; padding:5px; margin:0px; }

#wikileft li, 
#wikigroupbar li { margin-top:4px; }


/*
#wikileft h1, 
#wikigroupbar h1, 
#wikileft h5, 
#wikigroupbar h5, 
.sidehead { 
	font-size: 12pt; 
	margin-bottom:0px; 
	font-weight:bold; 
	font-style:normal; }
  
#wikileft h1 a, 
#wikigroupbar h1 a, 
#wikileft h5 a, 
#wikigroupbar h5 a, 
.sidehead a { color:#505050; font-weight:bold; font-style:normal; }
*/

/* === end sidebar ============================== */



#wikibody {
  /* position: relative; */
	margin: 0 0 0 200px;
	padding: 10px;
}


/* TOP BORDER STRIPE */
#wikitop {
  position: relative;
  z-index: 2;
  height: 8px;
  width: 100%;
  background: none;
}

/*	#wikiruleback {
  position: absolute;
  z-index: 0;
  top: 0; left: 0;
  height: 45px;
  width: 100%;
  background: #f8f7ef;
}

#wikirule {
  position: absolute;
  z-index: 15;
  top: 0; left: 0;
  height: 45px;
  width: 100%;
  background: transparent;
border-bottom: 1px solid #333; 
}
*/

#wikicmds {
  position: relative;
  z-index: 20;
  text-align: left;
  font-size: 80%;
  font-weight: bold;
  margin-top: 60px;
  margin-left: 0px;
  padding:0;
  /* font-family: Georgia, Times, Palatino, serif;*/
  text-transform: uppercase;
  color: #334858;
}

#wikicmds ul { list-style: none; }
#wikicmds li { display: inline; margin: 0px 5px; }
#wikicmds li a { font-weight: bold; text-decoration: none; color: #333; }
#wikicmds li a:hover { text-decoration: underline; color: #000; }


#wikitext {
	margin: 0;  /* 0px 10px 25px; */
	padding: 10px;
	line-height: 1.33em;
	max-width: 820px;
	min-width: 220px;
}

#wikitext a { text-decoration: none; color: #229; }
#wikitext a:hover { text-decoration: underline; color: #229; }



#wikiright {
  position: absolute;
  top: 70px; left: 785px;
  width: 150px;
  font-size: 11pt;
  border-bottom: 1px dashed #999;
}

#wikisearch {
	float: right;
	text-align: right;
	width: 230px;
	border: none;
	margin: 4px;
	padding: 4px;
}

#wikigroupbar {
  padding: 20px 0 10px 0;
  
  /* font-size: 12px; */
  /* font-family: Georgia, Times, Palatino, serif; */
}

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

#wikifoot {
	text-align: left;
	font-size: 80%;
	border-top:1px solid #aaa;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}

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


/* ----- FORMS ---- */

input {
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #999;
	padding-left: 4px;
}

input:hover {
	background-color: #eee;
	color: #666;
	border: 1px solid #900;
	font-weight: bold;
}

.submit {
	border: 1px solid #ccc;
	background-color: #eee;
	font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #666;
	padding-left: 2px;
	padding-right: 2px;
}

.submit:hover {
	background-color: #ccc;
	color: #fff;
	border: 1px solid #900;
}



