body
{
background:url('bg.jpg') fixed;
padding:0;
margin:0;
font: 13px/1.4 'Lucida Grande', "Lucida Sans Unicode", verdana, arial, sans-serif;
}

#template
{
padding:0;
width:802px;
margin:auto;
}
#logo
{
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:none;
}
#nav{}
#nav ul
{
background:#ffba00;
border:1px solid #000;
list-style-type:none;
padding:0;
margin:0;
height:25px;
}
#nav ul li{height:25px;float:left;width:199px;border-left:1px solid #000;}
#nav ul li:hover{background:#ffe293;}
#nav ul li:first-child{border-left:0;}
#nav a{display:block;padding:4px;font-weight:bold;color:#000;text-decoration:none;}


#content{border:1px solid #000;border-top:none;padding:10px;position:relative;min-height:2000px;background:#fff;}
 #content .menu{border-left:1px solid #000;border-top:1px solid #000;border-bottom:1px solid #000;width:200px;position:absolute;top:10px;right:0px;}
 #content .menu .title:first-child{border-top:none;}
 #content .menu .title{padding-left:3px;background:#ffba00;font-weight:bold;border-top:1px solid #000;border-bottom:1px dotted #000; height:25px;}
 #content .menu .content{font-size:8pt;padding:2.5px;}

#content .blogentry{border:1px solid #000;width:520px;margin-right:300px;margin-bottom:30px;}
#content .blogentry .title {padding:3px;font-size:8pt;position:relative;background:#ffba00;font-weight:bold;border-bottom:1px dotted #000;}
#content .blogentry .title .date{font-size:8pt;position:absolute;right:0;top:0;font-weight:normal;padding:3px;}
#content .blogentry .content{padding:4px;}
#content .blogentry .name {padding:0.25em;font-size:8pt;position:relative;border-top:1px dotted #000;}
#content .blogentry .name .cat{padding:0.25em;font-size:8pt;position:absolute;right:0;top:0;font-weight:normal;}
#content .blogentry .lofi{padding:0.25em;font-size:8pt;text-align:right;font-weight:normal;border-top:1px dotted #000;}
#content .blogentry .comment{padding:0.25em;font-size:8pt;text-align:left;font-weight:normal;border-top:1px dotted #000;}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

a:link,a:visited,a:active
{
  color:#505050;
  text-decoration: none;
}

a.spoil:hover
{
  color:#000;
  text-decoration:none;
  border: 0px;
}

a.spoil:link,a.spoil:visited,a.spoil:active
{
  color:#000000;
  background: #000000;
  text-decoration: none;
  padding: 3;
}

a.spoil:hover
{
  color:#000000;
  background: #ffffff;
  text-decoration:none;
  border: 0px;
  cursor: text;
}

a img
{
border:0;
text-decoration:none;
}

h3
{
   font-family: Courier,sans-serif;
   font-size:20px;
   font-weight:bold;
}

input,textarea,submit
{
   font-family:verdana,sans-serif;
   font-size:11px;
   background:#feea8e;
   color: #000;
}

.highlight
{
   background: #feea8e;
   padding: 2px;
}


#miscpopup {position:absolute; background:#ffba00;display:none;z-index:1;border-left:1px #000 solid;border-right:1px #000 solid;border-bottom:1px #000 solid;}
#miscpopup a {display:block;color:#000;font-weight:bold;}
#miscpopup a:hover{background:#ffe293;}

#calendar th {color:#f00; font-weight:normal; text-align:left;}