/* ripped from Telsa Cox's web site */
/* http://www.linux.org.uk/~telsa/  */
/* hope she doesnt mind, but its an */ 
/* excellent tutorial for simple    */
/* clean webpages.		    */

/* Further clues for definition of sidebar  from: */
/* http://www.conxiondesigns.com/version4.css	  */

body {
	color: black;
	background: white;
	background-color: white;
	font-family: verdana,arial,sans-serif; 
}

a:link {color: #000099; text-decoration: none;}
a:visited {color: #6666cc; text-decoration: none; } 
/* a:active {color: #cc0000; text-decoration: underline; } */
a[href]:hover {color: #cc0000; text-decoration: underline; }

/* The a[href] is because I was using   */
/* <a name="datehere"> for things to    */
/* link to, and without the href in the */
/* rule, all the dates were coming out  */
/* as if they were links. Very bad,     */
/* Thanks to Malcolm Scott for rescuing */
/* me -- 2003-01-31                     */

h1,h2,h3 {
	text-align: center;
	background: #9999cc;
	background-color: #9999cc;
	color: black;
	
}

pre,code { 
	font-family: monospace;
	background-color: #ccccff;
	background: #ccccff;
	color: black;
}

dd { 
	background: white;
	background-color: white;
	color: black;
	padding: 0.25em;
	border: none;
}
li {
	background: white;
	color: black;
	padding: 0.25em;
	border: none;
}

p.centred { 
	text-align: center; 
}

#top {
	width: 100%;
	background: transparent;
	border-left: medium none;
	text-align: center;
}

#bottom {
	color: white;
	width: 100%;
	height: auto;
	background: #9999cc;
	background-color: #9999cc;
	text-align: center;
	clear: both;
	padding: 0;
	border: none;
        font-family: verdana,arial,san-serif;
}

#bottom img {
    border: 0px;
}

#bottom p {
	color: #ffffff;
	font-size: 0.7em;
}

#main {
 width: auto;
 height: auto;
 background: transparent;
 border-left: medium none;
 border-bottom: medium none;
 border-right: medium none;
 border-top: medium none;
 text-align: left;
 margin-left: 12em;
 margin-top: 0;
 margin-right: 1em;
}

#side {
 float: left;
 background: transparent;
 width: 12em;
 text-align: left;
 border-top: 2em none;
 border-left: medium none;
 border-bottom: medium none;
 border-right: medium none;
 border-top: medium none;
 margin-top: 30px;
 margin-right: 1em;
 margin-left: 0;
 padding: 0;
}

#side li {
  padding: 0;
  font-size: 0.8em;
}

#side pi.title {
 color: #003;
 background: #9999cc;
 background-color: #9999cc;
 display: block;
 height: 2em;
 font-size: 1.4em;
 font-family: Arial, Verdana, serif;
 font-weight: bold;
 padding-left: 10%;
 padding-right: 10%;
 border-bottom: medium none;
 border-right: medium none;
 border-top: medium none;
 border-left: medium none;
 margin-top: 10px;
 margin-bottom:0;
 margin-right:0;
 margin-left:0;
}

#side.sub {
 font-size: 1.2em;
 color: blue;
 background: #888888;
}  

#side2 ul {
  list-style-position: inside;
  padding:0;
  background: #9999cc;
  background-color: #9999cc;
}

#side2 li {
  font-size: 1em;
  padding: 0;
}

#mirror-line {
  font-size: 0.7em;
  text-align: center;
}

#tag-line {
}

#latest-release-line {
  font-size: 0.7em;
}
