/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #FFFFFF;
}

/**************************************************************************
All the goodness of links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

/**************************************************************************
Need I comment?
**************************************************************************/
a:hover {
	text-decoration: underline;
	color: #AA7700;
}


/**************************************************************************
This is the giant white box that holds everything together
**************************************************************************/
#thebox {
	width: 50em;
	background-color: white;
	color: #666;
	border: 1pt #cccccc solid;
	margin: 50pt auto 0pt auto;
	padding: 0pt 20pt 0 20pt
}

/**************************************************************************
This was the best way I thought they orange square logo thingy could be 
displayed. The logo coding looks really messy and rather horrible. I'm sure 
there are better ways of doing this. Please drop me a line if you know how.
**************************************************************************/
#logo { 
	text-align: center;
	width: 120pt;
	margin: 0pt 5pt 30pt -10pt;
	padding: 20pt 10pt 20pt 10pt;
	background-color: #AA7700;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	letter-spacing: 5pt;
	text-transform: uppercase;
}

/**************************************************************************
Navigation bar, lists, and links - Uses Gill Sans for the good ol' Mac. 
I'm using different linking styles for the navigation bar. Also, <li> tags 
are used.
**************************************************************************/
#nav {
	width: 455pt;
	margin: -65pt 0pt 50pt 100pt;
	padding: 0pt 0pt 0pt 0pt;
	color: #999;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
}

#nav li {
	list-style: none;
	display: inline;
	margin-left: 20pt;
}

#nav a {
	font-size: 10pt;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #AA7700;
	text-decoration: underline;
}

/**************************************************************************
The content - full of goodness and textaulity, hehe.
**************************************************************************/
#content {
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: -10pt 0pt 0pt 0pt;
	padding: 0pt 10pt 10pt 10pt;
}

/**************************************************************************
Header #1 - This header displays the topic name of text
**************************************************************************/
#content h1 {
font-size: 12pt;
color: #AA7700;
}

#content a:link, a:visited, a:active {
	color: #AA7700;
	font-weight: normal;
}

#content a:hover {
	text-decoration: underline;
	color: #AA7700;
}

/**************************************************************************
Header #2 - This header displays the date
**************************************************************************/

#content h2 { 
	font-size: 10pt;
	letter-spacing: 3pt;
	text-transform: uppercase;
}

#foot {
	text-align: center;
	color: #696969;
}

#hosts {
	border-right: 1pt #999 solid;
	border-bottom: 1pt #999 solid;
	empty-cells: show;
}

#hosts td,th {
	border-left: 1pt #999 solid;
	border-top: 1pt #999 solid;
	margin: 0;
}
#hosts td {
}

.onehost th {
        text-align: left;
}


#addurl th, tr {
        text-align: left;
	border: none;
}


/*********************************************
Forum 
**********************************/

.display th {
   color:#fff; background:#AA7700; padding:0.7ex;
   text-decoration:none;
   font-size: 0.9em;
   border: 1px solid #666;
}

.display td {
   font-size: 0.9em;
}

.display td.label {
   border: 1px solid #666;
}

.display td.num {
   text-align:center;
}

.display .tablehead {
   font-weight:bold; clear:left;
   font-size: 1.3em;
   white-space: nowrap;
}

.display .userinfo {
   white-space: nowrap;
}

.display h2 {
   font-weight:bold; clear:left;
   font-size: 1.1em;
}

.display td {
   border: 1px solid #666;
}

.posttime td {
   border: none;
   border-top: 1px solid #666;
}
.tablebar td {
        border: none;
}
.quote {
        border:1px solid #666
}
