@import "http://www.huberspace.net/common/global.css";

body
{
  margin:0 0 10px 0; padding:0;
  font-family:Verdana, Arial, Helvetica;
  background-color:#000;
}


td, .text, .choice {  font-size:13px }
.smalltext {  font-size:10px; }
.whitetext, .whitetext A { color:fff }
.bigtext {  font-size:16px }
.emptymessage { font-style:italic }


H1 {  font-size: 18px; color: #666; font-weight:500; border-bottom:1px solid #666 }
H2 {  font-size: 16px; color: #005baa; font-weight:600 }
H3 {  font-size: 14px; color: #aaa; font-weight:600 }

DIV.example { font-size:10px; padding-left:20px; color:#666 }

#header #menu1, #header #menu2
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height:23px;
  background:#000;
  text-align:center;
  z-index:2;
}

#container { background-color:#fff }

#header
{
  position:relative;
  width:100%;
  z-index:1;
}

#header #titlebar
{
  background:#33f;
  width:100%;
  height:71px;
  z-index:1;
}

#header #menu1
{
  background:#000 url('/images/menu1_right.gif') right top no-repeat;
  width:75%;
}

#header #menu1 A, #header #menu2 A
{
  color: #fff;
  text-decoration: none;
}

#header #menu1 A:hover, #header #menu2 A:hover 
{ text-decoration: underline; }


#header #menu2
{
  position:absolute;
  top:48px;
  right:0px;
  background:#000 url('/images/menu2_left.gif') -77px top no-repeat;
  width:25%;
}

#header #menu1 ul
{
  padding:0 30px 0 0;
  margin:0;
}

#header #menu2 ul
{
  padding:0 0 0 30px;
  margin:0;
}

#header #menu1 ul li, #header #menu2 ul li
{
  list-style:none;
  display:inline;
  background:url('/images/middot.gif') left center no-repeat;
  padding:0 4px 0 8px;
  margin:0;
}

#header #menu1 ul li.first, #header #menu2 ul li.first
{
  background-image:none;
  padding-left:0;
}


#content
{
  width:98%;
  background:#fff;
  padding:1%;
  font-size:13px;
}

#footer
{
  width:100%;
  background:#000;
  padding:10px;
  color:#fff;
  font-size:11px;
  text-align:center;
}

#footer a:visited { color:#f0f }

.blogentry .footer
{
  border-top:1px #666 solid;
  padding-top:5px;
  font-size:11px;
  color:#666
}

#recentposts, #archives
{
  border-bottom:solid 1px #aaa;
}
