/*
-------------------------------------------------------------------------------
Global properties.
-------------------------------------------------------------------------------
*/

*
{
  line-height: 120%;
  font-family: "verdana", "arial", "sans-serif";
  font-size: 12px;
}

font.alert
{
  font-style: italic;
  color: #ff0000; /* red */
}

/* Text headings. */

h1, h2, h3
{
  font-family: "arial", "verdana", "sans-serif";
  font-weight: normal;
}

h1
{
  font-size: 140%;
  color: #ffffff; /* white */
  background-color: #2050be; /* blue */

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

h2
{
  font-size: 130%;

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;

  border: 1px solid #000000;
}

h3
{
  font-size: 120%;
  font-weight: bold;

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;

  /*
  border: 1px solid #000000;
  */
}

/* Tables. */

table
{
  border-collapse: collapse;
  /*
  border: none;
  */
  border: 1px solid #000000; /* black */
}

th, td
{
  padding: 4px;
  border: 1px solid #000000; /* black */
}

/* Anchors. */

a:link
{
  color: blue;
}

a:visited
{
  color: blue;
}

a:hover
{
  color: #ffffff; /* white */
  background: #000000; /* black */
}

/*
-------------------------------------------------------------------------------
Base container.  Includes the entire area that extends beyond the
document frame (header, left nav, right nav, content, and footer).
-------------------------------------------------------------------------------
*/
body
{
  margin: 0px;
  padding: 0px;

  background-color: #ffffff; /* white */
  color: #000000; /* black */

  background-image: url("/fhslam/images/bg-stucco-gray.gif");
  background-repeat: repeat;
  background-attachment: fixed;

  /* For debugging. */
  /*
  border-style: none;
  border: 1px solid #ff0000;
  */
}

/*
-------------------------------------------------------------------------------
Main frame.
-------------------------------------------------------------------------------
*/

#frame
{
  width: 800px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;

  background-image: url("/fhslam/images/bg-basketballs-dark.gif");
  background-repeat: repeat;

  /*
  background-color: blue;
  */

  /* For debugging. */
  /*
  border-style: none;
  border: 1px solid #ff0000;
  */
}

/*
-------------------------------------------------------------------------------
Header.
-------------------------------------------------------------------------------
*/

#header
{
  clear: both;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 0px;
  height: 110px;
  width: auto;

  /* For debugging. */
  /*
  border-style: none;
  border: 1px solid #ff0000;
  */
}

/*
-------------------------------------------------------------------------------
Top navbar.
-------------------------------------------------------------------------------
*/
#topnav
{
  clear: both;
  height: 16px;
  width: auto;
  margin-top: 0px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: normal;

  /* For debugging. */
  /*
  border-style: none;
  */
  border-top: 1px solid #ef2841; /* red */
  border-left: 1px solid #ef2841; /* red */
  border-bottom: 1px solid #ef2841; /* red */
}

#topnav p
{
  margin-top: 0px;
  text-align: right;
}

#topnav a
{
  font-size: 13px;
  color: #ffffff; /* white */
  background-color: #2050be; /* blue */
  text-decoration: none;
  display: inline;
  padding: 6px;
  border: 1px solid #ef2841; /* red */
}

#topnav a:hover
{
  color: #000000; /* black */
  background-color: #ffffff; /* white */
}

/*
-------------------------------------------------------------------------------
Left navbar.
-------------------------------------------------------------------------------
*/
#leftnav
{
  float: left;
  width: 150px;
  padding: 4px;
  margin-top: 72px;
  margin-left: 6px;
  margin-bottom: 10px;

  color: #ffffff; /* white */
  background-color: #2050be; /* blue */

  /* For debugging. */
  /* red */
  /*
  border: 1px solid #ef2841;
  */
  border-style: none;
}

#leftnav font.label
{
  font-size: 14px;
  color: #ffff00; /* yellow */
  background-color: #2050be; /* blue */
  display: block;
  line-height: 140%;
}

#leftnav ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

#leftnav a
{
  font-size: 14px;
  color: #ffffff; /* white */
  background-color: #2050be; /* blue */
  text-decoration: none;
  display: block;
  line-height: 140%;
}

#leftnav a:hover
{
  color: #000000; /* black */
  background-color: #ffffff; /* white */
}

/*
-------------------------------------------------------------------------------
Content.
-------------------------------------------------------------------------------
*/
#content
{
  float: right;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 10px;
  width: 598px;

  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;

  background-color: #ffffff; /* white */

  /* For debugging. */
  /*
  border-style: none;
  border: 1px solid #ff0000;
  */
}

#content a
{
  font-size: 14px;
}

/*
-------------------------------------------------------------------------------
Footer.
-------------------------------------------------------------------------------
*/
#footer
{
  clear: both;
  height: 20px;
  width: auto;
  padding: 4px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;

  color: #ffffff; /* white */
  background-color: #2050be; /* blue */

  /* For debugging. */
  /*
  border-style: none;
  border: 1px solid #ff0000;
  */
}
