/* A in the tubes werc style */

/* # Header # */
.superHeader {
  color: black;
  background-color: white;
}

.superHeader a {
  color: #999;
  font-weight: bold;
  font-size: 115.5%;
  text-decoration: none;
  padding: 0 1em 0 1em;
  margin: 0px;
}

.superHeader a:hover {
  color: black;
  background-color: pink;
  text-decoration: none;
  padding: 0 1em 0 1em;
}

.superHeader div {
  top: 0ex;
}

.superHeader .left {
 left: 0px;
 padding: 0 0 0 0em;
 background-color: #333;
 text-align: left;
 word-spacing: -0.7ex;
}

a.anarchy {
 background-color: white;
}

.superHeader .right {
 background-color: white;
 padding: 0 0.5ex 0 0.25ex;
}

/* # Main Copy # */
#main-copy {
  min-width: 310px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

#main-copy a {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}

#main-copy a:hover {
  color: black;
  background-color: pink;
  text-decoration: none;
}

#main-copy h6 {
  color: black;
  background-color: transparent;
  font-size: 666%;
  line-height: 1em;
  text-align: left;
  margin: 0 0 0 0;
  padding: 1ex 0 1ex 0;
  border: none;
}

#main-copy h1, #main-copy h2 {
  color: black;
  background-color: transparent;
  font-size: 355%;
  line-height: 1em;
  margin: 0 0 0 0;
  text-align: left;
  padding: 1ex 0 1ex 0;
  border-bottom: 2px solid #333;
}

#main-copy h2 {
  border-bottom: none;
  font-size: 155%;
}

#main-copy img {
  border: 2px solid #333;
  margin-top: 0.5ex;
}

/* # Side menu # */
.side-menu {
  background-color: white;
  font-size: 80%;
  clear: left;
  float: left;
  padding-left: 0.5em;
  margin-right: 1.5em;
}

.side-menu ul, .thisPage ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0.5em;
}

.side-menu a:hover {
  color: black;
}

/* # Top menu # */
.top-menu {
  text-align: justify;
  border-bottom: solid 2px #333;
}
      
.top-menu a  {
  padding: 0 0.75em 0 0.75em;
}

/* # Footer # */
#footer {
  color: #333;
  background-color: white;
  font-size: 67%;
/*  border: none;*/
  border-width: 2px 0;
  border-bottom: none;
 
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

#footer img {
  border: none;
}


/* GENERAL */

table {
 border: none;
 border-collapse: collapse;
}
th {
 border: none;
 border-bottom: 2px solid #333;
  background-color: white;
}
td {
  background-color: white;
  border: none;
  border-bottom: 1px solid #999;
  padding: 0 0 0 0.50em;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: pink;
  text-decoration: none;
}

pre {
  border: 1px solid #999;
  border-right: none;
  padding: 0.50em 0.50em 0.50em 0.50em;
  font-size: 95%;
}

input {
  font-family: monospace;
  border: solid 1px;
  background-color: transparent;
}
input.search {
	border: none;
	background-color: white;
}
input:hover { background-color: pink; }

hr {
  border: solid 2px #333;
  border-width: 0px 0px 2px 0px;
}

blockquote {
	width: 70%;
	border: none;
	font-family: monospace;
	font-style: normal;
	text-align: justify;
}

.pathlink {
	clear: both;
	font-size: 65%;
	text-align: center;
}

#main-copy h6.err {
	color: pink;
}

.left a:hover, .right a:hover {
  background-color: rgb(140,170,230);
  background-color: #ff6d06;
}

a:hover, #main-copy a:hover {
  background-color: #66f;
  color: white;
}

.anarchy a:hover {
  background-color: pink;
}

input {
  background-color: #eef;
}

/* # Side menu # */
.side-menu {
  background-color: white;
  font-size: 80%;
  clear: left;
  float: left;
}

.side-menu ul, .thisPage ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0.5em;
}

.side-menu a:hover {
  color: black;
}

.thisPage, .thisPage a {
  font-weight: bold;
  padding: 0 0 0 0;
}

.side-menu a:hover {
  background-color: rgb(140,170,230);
  background-color: #ff6d06;
}

#main-copy h1 {
  font-size: 180%;
}

#main-copy h2 {
  font-size: 125%;
}

#main-copy h6 {
  font-size: 85%;
}
