BODY { 
      font-family: sans-serif, Helvetica, Lucida; 
      background-color: white; 
      color: #505050
}
A { 

}
A:link { 
      font-weight: bold;
}
A:visited { 

}
A:active {
      color: red;
}
A:link:hover {
      text-decoration: underline
}


#header {
	border: thin hidden black;
	text-align: right;
	color: black;
	font-family: serif;
}


#about {
	border: thin hidden white;
	font-size: 60%;
	clear: both;
}

#sidebar {
        position: absolute;
        width: 18%;
	border-top: thin solid black;
	border-left: thin solid black;
	padding: 0.5em;
	padding-right: 0.5em
}


.headlines {
	text-align: left;
        padding: 0.5em;
}	
.headlines LI {
	display: block;
}

#log {
	position: absolute;
	left: 20%;
}

HR {
	visibility: hidden;
}


.banners {
	border: none;
	padding: 5px;
	vertical-align: middle;	
}

IMG { 
  border-style: none;
}


.title {
	font-family: Helvetica, Verdana;
	font-size: 400%;
	border: none;
	text-align: left;
	vertical-align: middle;	
	min-height: 70px;
}



.entrytitle { 
      color: black;
      font-size: 200%;
 }

.entry {
	border-top: thin solid black;
	border-left: thin solid black;
	padding: 0.5em;
	text-align: left;
}

hr {
	border: 0px;
	color: white; /* stupid IE */
}



.vanishing:hover { 
	color: white
}

.code { 
  font-family: monospace;
  margin-left: 2em; 
  margin-right: 2em; 
  white-space: pre; 
}

.note {
	font-size: 70%;
}

.powered { 
  font-size: 70%;
 }

#footer {
	position: absolute;
	top: 1em;
	right: 1em;
	text-align: right;
	font-size: 8px;
}


