/****************************************************************/
/* logo.css
/* the style of the nsetzer logo bar
/* Readability Note: Tab is set at 4 for this document
/****************************************************************/
#logo
{
height: 1.5em;
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: #fff;
}
#logo span
{
float: left;
font-family: Verdana, sans-serif;
font-weight: bold;
font-size: 100%;
height: 1.5em;
color: #fff;
}
#logo-text
{
padding: 0 1%;
background-color: #06f;
}
#logo-text b
{
position: relative;
top: .15em;
font-weight: normal;
}
#fade-1 
{
border-left: 25px solid #69f;
border-right: 60px solid #9cf;
}
#fade-2 {border-right: 130px solid #cff;}
/* 	the fade values obey the equation: 
	y = 4.375(n_odd)^2 + 20.625
	for n_odd = 1,3,5					*/