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

body
{
  background: #fff;
}

fieldset
{
  border:none;
}

#wrapper{
  max-width: 1000px; /* keeps text from becoming unreadable due to line length */
  min-width: 770px;  /* keeps text from becoming unreadable due to line length */
}


.bold {font-weight: bold;}
.center {text-align: center;}
.viewall { font-size:80%; text-align: center;}
.moremessage { font-size:80% }
.returnmessage { text-align: center;}

#content h1
{
 font-size: 20px;
}

#content h2
{
 font-size: 18px;
}

#left
{
  margin:10px;
}

#left h2
{
 font-size: 15px;
}

#left ul, #left ol
{
  margin:0;
  padding:0;
list-style:none;
}

#left fieldset.quiz 
{ font-size:85%; }

#left li, #left ol li div
{
  margin:1em 0;
}

#header { width:700px; }

#signupform
{
  text-align:right;
  border-bottom:1px solid #999;
}

#signupform label
{
  font-weight:bold;
}


#sitenav
{display:none; }


#content
{
  width:360px;
 float:left;
 margin:10px;
 }

#left
{
  width:220px;
 float:left;
 }

#right
{
  width:150px;
 float:left;
 }
 
fieldset.action
{
  text-align:center;
  border:none;
}

fieldset.quiz legend,
fieldset.action legend
{
  display:none;
}