
/**************** Page and tag styles ****************/

body
{
margin:0; 
padding:0; 
color:#000000; 
background:#ffffff; 
font:85% Verdana,Tahoma,sans-serif;
}


ul
{list-style:square; margin:15px 10px 20px 25px; font-size:90%;}

li
{margin:10px;}

a
{color:#6E19B8; text-decoration:underline;}

a:hover
{color:#C822AE; text-decoration:overline underline;}

a:visited
{color:#000000; text-decoration:underline;}

a img
{border-size:0;}

a img:hover
{border-size:1px; border-color:#2507D6;}


#content
{
margin:0 10px 0 215px; 
}

#content h1
{
color:#000000; 
font-size:225%; 
text-align:center;
}

#content h2
{
color:#ffffff; 
font-size:175%; 
text-align:center;
background: #6E19B8;
}

#content h3
{
color:#990099; 
font-size:175%; 
text-align:center;
}

#content .info
{
font-size: 75%;
color: #FF8608;
}

#content .wip
{
font-size: 80%;
color: #DF00BE;
}

#content hr
{
hight: 3px;
color: #6E19B8
}

#content .new
{
background:#ACF8FF;
}

#content .border
{
margin:0 15% 0 15%; 
border-left-width:3px;
border-left-style:solid;
border-left-color:#DF00BE;
border-right-width:3px;
border-right-style:solid;
border-right-color:#DF00BE;
padding: 20px;
}

#content .date 
{
font-size:100%;
font-weight:bold; 
color: #4D01A7;
text-decoration:underline;
}

#content .notes
{
font-size: 75%;
color: #990099;
}

#content .box
{
margin:0 20% 0 20%; 
background:#CBF8FC;
}


/**************** Sidebar ****************/

#sidebar
{
position:absolute; 
top:0; 
left:0; 
width: 200px;
height:100%; 
overflow:auto; 
background:#ffffff url(images/naughty.png); 
text-align:center;
}


body > #sidebar
{position:fixed;}


#sidebar h1
{
color:#000000; 
font-size:110%; 
background: url(images/red.gif); 
text-align:center;
}

#sidebar h2
{
color:#000000; 
text-decoration:underline;
font-size:100%;
background: url(images/red.gif); 
text-align:center;
}

#sidebar h3
{
color:#000000; 
font-size:75%; 
background: url(images/white.gif); 
text-align:center;
}

/**************** menu ****************/

#menu a
{
display:block; 
width:170px; 
color:#000000; 

font-size:85%; 
font-weight:bold; 
text-decoration:none; 
border-bottom: 1px dashed #000000;
}


#menu a:hover 
{
color:#5F7BAB; 
background: url(images/orange.gif);
}


#menu a.active
{
color:#C822AE;
}


#menu a.active:hover
{
color:#C822AE; 
background: url(images/blue.gif);
}

