 body    { color: black; 
        background-color: #354;
 } 


/*
        A                       { color: #336666; font-family: verdana, arial, sans-serif; text-decor\
ation: none;}
        A:link          { color: #336666; text-decoration: none; }
        A:visited       { color: #336666; text-decoration: none; }
        A:active        { color: #669999;  }
        A:hover         { color: #669999;  } */


 H1         { color: black;  font-size: 19px; font-weight: bold;  }
 H2         { color: black;  font-size: 16px; font-weight: bold;}
 H3         { color: black; font-weight: bold; }

#container {
        border:1px dotted #333;         
 	margin: 4px;
	font-size: 13px;
	line-height: 15px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
}

/* I don't get why I have to do this... grrh */
#content td {
	font-size: 13px;
	line-height: 15px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
}

#content {
/*  float:left;  */
  width:100%;
  margin-right:15px;
  border:1px dotted #333; 
  font-size: 14px;
  line-height: 15px;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
  background: #fff url(/tomato_background.jpg);
}

.content {
  margin-top:0px;
  margin-left:8px;
}

div.spacer {
  clear: both;
  font-size: 0pt;
}

#navbar {
 margin: 0em;
 margin-right: 80px; 
 font-size: 13px;
/* float:right; */
 border-bottom: 1px #625b66 solid;
 background-color: #5c7;
 color: #524b56;
 padding-top: 1px;
 padding-bottom: 1px;
 padding-right: 5px;
 text-align: left;
 padding-left: 2px;
}

	#navbar .left {
		float: left;
		text-align: left;
		}

	#navbar .name {
		color: #243;
	}	

	#navbar .beta {
 		color: red; 
		margin-right:1px;
		}

	
	#navbar .right {
		float: right;
		text-align: right;
		}

#sidebar {
 float:right;
}

logo {
  display: none;
}

#content p.top-navbar a:link {
 background-color: #5c7;
 color: #323;
}

#content p.top-navbar a:visited {
 background-color: #5c7;
 color: #323;
}

#content p.top-navbar a:hover {
 background-color: #384;
 color: #dae4f0;
}

#content a {
  color: #323;
}

#content a:hover {
  color: #868;
}

div.comments  {
  width: 100%;
  border-top: 1px solid #888;
  font-size: 10px;
}

 .smallsmallsmall { font-size: 20% }

 .tt        { color: black; font-family: Courier } 

 .tableRow0 { background-color:#7df; }

 .tableRow1 { background-color:#7ce; }

li.linklist {
  margin-top: 10px;
  margin-right: 30px;
}

hr { display:none; }

div.hr { 
  text-align: right;
  height: 1px;
  width: 100%;
  background-color:#fff;
  border-bottom: 1px dotted #888;
  color: #000;
  border-left: none;
  border-top: none;
  border-right: none;  
  margin-bottom: 1px;
  margin-top: 10px;
}

input[type="text"],input[type="password"] {
/* border-left: none; border-top: none; border-right: none; */
 border: 1px solid #0000cc;
 background: #dae4f0;
 padding-left: 3px;
 color: #000000;
}
textarea {
 border: 1px solid #00cc00;
 font-family: sans-serif;
 background: #eef;
 color: #000000;
 padding: 4px;
}

input[type="submit"] {
 border: 2px solid #005;
 background: #dae4f0;
 color: #000000;
 margin: 2px;
}

input[type="submit"]:hover {
 border: 2px solid #00e;
 background: #eee;
 color: #000000;
}

#textad {
  float: right;
  text-align:center;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

table.textad {
  border: 1px solid #354;
  background-color: #eee;
}
